Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6e08bbb8830b3ab1b583c9a2b30a45968f946c7a
/
fs
/
ext3
77aa56b
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
0f6e0e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
03cb5f0
ext3: Copy fs UUID to superblock.
by Aneesh Kumar K.V
· 14 years ago
f17b604
fs: Remove i_nlink check from file system link callback
by Aneesh Kumar K.V
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
d743314
ext3: Always set dx_node's fake_dirent explicitly.
by Eric Sandeen
· 14 years ago
425fa41
ext3: Fix an overflow in ext3_trim_fs.
by Tao Ma
· 14 years ago
ce654b3
ext3: skip orphan cleanup on rocompat fs
by Amir Goldstein
· 14 years ago
bbac751
ext3: speed up group trim with the right free block count.
by Tao Ma
· 14 years ago
4b44dd3
ext3: Adjust trim start with first_data_block.
by Tao Ma
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
4843456
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
275220f
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
f00c9e4
quota: Fix deadlock during path resolution
by Jan Kara
· 14 years ago
e9688f6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
40c73ab
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
8057b96
ext3: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
a4ae309
ext3: speed up file creates by optimizing rec_len functions
by Eric Sandeen
· 14 years ago
156e743
ext3: Add more journal error check
by Namhyung Kim
· 14 years ago
41dc638
ext3: Add journal error check in resize.c
by Namhyung Kim
· 14 years ago
9c52749
ext3: Add FITRIM handling
by Lukas Czerner
· 14 years ago
b853b96
ext3: Add batched discard support for ext3
by Lukas Czerner
· 14 years ago
6e9510b
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
by Wang Sheng-Hui
· 14 years ago
7359861
ext2,3,4: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fa0d7e3
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
ad1857a
ext3: Add journal error check into ext3_rename()
by Namhyung Kim
· 14 years ago
5026e90
ext3: Use search_dirblock() in ext3_dx_find_entry()
by Theodore Ts'o
· 14 years ago
f0cad89
ext3: Avoid uninitialized memory references with a corrupted htree directory
by Theodore Ts'o
· 14 years ago
ad692bf
ext3: Return error code from generic_check_addressable
by Darrick J. Wong
· 14 years ago
fbcae8e
ext3: Add journal error check into ext3_delete_entry()
by Namhyung Kim
· 14 years ago
2b543ed
ext3: Add error check in ext3_mkdir()
by Namhyung Kim
· 14 years ago
99fbb1e
fs/ext3/super.c: Use printf extension %pV
by Joe Perches
· 14 years ago
31d710a
ext3: don't update sb journal_devnum when RO dev
by Maciej Żenczykowski
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
d4d7762
block: clean up blkdev_get() wrappers and their users
by Tejun Heo
· 14 years ago
e525fd8
block: make blkdev_get/put() handle exclusive access
by Tejun Heo
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
7d2f280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
a4c18ad
ext3: Update kernel-doc comments
by Namhyung Kim
· 14 years ago
db50d20
ext3: Fix debug messages in ext3_group_extend()
by Namhyung Kim
· 14 years ago
bfa01df
ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()
by Namhyung Kim
· 14 years ago
81a4e32
ext3: Use DIV_ROUND_UP() on group desc block counting
by Namhyung Kim
· 14 years ago
4569cd1
ext3: Return proper error code on ext3_fill_super()
by Namhyung Kim
· 14 years ago
57e94d8
ext3: Remove unnecessary casts on bh->b_data
by Namhyung Kim
· 14 years ago
df0d6b8
ext3: Cleanup ext3_setup_super()
by Namhyung Kim
· 14 years ago
dff6825
ext3/jbd: Avoid WARN() messages when failing to write the superblock
by Darrick J. Wong
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 14 years ago
a288709
Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
beb37b8
ext3: Fix lost extented attributes for inode with ino == 11
by Jan Kara
· 14 years ago
77b54a4
BKL: Remove BKL from ext3_put_super() and ext3_remount()
by Jan Blunck
· 15 years ago
d646cf8
BKL: Remove BKL from ext3 fill_super()
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
30ca22c
ext3/ext4: Factor out disk addressability check
by Patrick J. LoPresti
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2aec7c5
mbcache: Remove unused features
by Andreas Gruenbacher
· 14 years ago
ac14a95
convert ext3 to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
6e1db88
introduce __block_write_begin
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
5f11e6a
ext3: Fix dirtying of journalled buffers in data=journal mode
by Jan Kara
· 14 years ago
aa32a79
ext3: default to ordered mode
by Dave Chinner
· 14 years ago
f25f624
ext3: Avoid filesystem corruption after a crash under heavy delete load
by Jan Kara
· 14 years ago
4c4d390
ext3: remove vestiges of nobh support
by Christoph Hellwig
· 14 years ago
0411ba7
ext3: Fix set but unused variables
by Andi Kleen
· 14 years ago
30e2bab
ext3: update ctime when changing the file's permission by setfacl
by Miao Xie
· 14 years ago
d28619f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
1513b02
ext3 uses rb_node = NULL; to zero rb_root.
by Venkatesh Pallipadi
· 14 years ago
287a809
quota: rename default quotactl methods to dquot_
by Christoph Hellwig
· 14 years ago
307ae18
quota: drop remount argument to ->quota_on and ->quota_off
by Christoph Hellwig
· 14 years ago
e0ccfd9
quota: move unmount handling into the filesystem
by Christoph Hellwig
· 14 years ago
0f0dd62
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
by Christoph Hellwig
· 14 years ago
c79d967
quota: move remount handling into the filesystem
by Christoph Hellwig
· 14 years ago
e8bebe2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
aab99c2
ext3: replace inode uid,gid,mode init with helper
by Dmitry Monakhov
· 15 years ago
d1f2104
ext3: constify xattr handlers
by Stephen Hemminger
· 14 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
1275562
quota: unify quota init condition in setattr
by Dmitry Monakhov
· 15 years ago
0636c73
ext3: make barrier options consistent with ext4
by Eric Sandeen
· 15 years ago
5277970
ext3: Fix waiting on transaction during fsync
by Jan Kara
· 15 years ago
41d1a63
ext3: init statistics after journal recovery v2
by Dmitry Monakhov
· 15 years ago
8cef107
ext3: Avoid loading bitmaps for full groups during block allocation
by Frans van de Wiel
· 15 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 15 years ago
774f03f
ext3: symlink must be handled via filesystem specific operation
by Dmitry Monakhov
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
de32982
ext3: fix broken handling of EXT3_STATE_NEW
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
9f75475
dquot: cleanup dquot drop routine
by Christoph Hellwig
· 15 years ago
257ba15
dquot: move dquot drop responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
Next »