aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-4/+4
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-33/+69
2010-10-28ext3: Update kernel-doc commentsGravatar Namhyung Kim 2-12/+20
2010-10-28ext3: Fix debug messages in ext3_group_extend()Gravatar Namhyung Kim 1-6/+7
2010-10-28ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Gravatar Namhyung Kim 1-1/+0
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingGravatar Namhyung Kim 1-2/+1
2010-10-28ext3: Return proper error code on ext3_fill_super()Gravatar Namhyung Kim 1-0/+2
2010-10-28ext3: Remove unnecessary casts on bh->b_dataGravatar Namhyung Kim 2-5/+5
2010-10-28ext3: Cleanup ext3_setup_super()Gravatar Namhyung Kim 1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockGravatar Darrick J. Wong 1-1/+23
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-13/+0
2010-10-05ext3: Fix lost extented attributes for inode with ino == 11Gravatar Jan Kara 1-3/+8
2010-10-04BKL: Remove BKL from ext3_put_super() and ext3_remount()Gravatar Jan Blunck 1-9/+0
2010-10-04BKL: Remove BKL from ext3 fill_super()Gravatar Jan Blunck 1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+8
2010-09-16block: remove BLKDEV_IFL_WAITGravatar Christoph Hellwig 1-2/+1
2010-09-10ext3/ext4: Factor out disk addressability checkGravatar Patrick J. LoPresti 1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-46/+55
2010-08-09mbcache: Remove unused featuresGravatar Andreas Gruenbacher 1-7/+5
2010-08-09convert ext3 to ->evict_inode()Gravatar Al Viro 3-35/+28
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-2/+10
2010-08-09introduce __block_write_beginGravatar Christoph Hellwig 1-2/+1
2010-08-09sort out blockdev_direct_IO variantsGravatar Christoph Hellwig 1-0/+11
2010-08-05ext3: Fix dirtying of journalled buffers in data=journal modeGravatar Jan Kara 1-1/+17
2010-07-23ext3: default to ordered modeGravatar Dave Chinner 1-0/+1
2010-07-21ext3: Avoid filesystem corruption after a crash under heavy delete loadGravatar Jan Kara 1-21/+25
2010-07-21ext3: remove vestiges of nobh supportGravatar Christoph Hellwig 2-28/+5
2010-07-21ext3: Fix set but unused variablesGravatar Andi Kleen 2-4/+1
2010-06-25ext3: update ctime when changing the file's permission by setfaclGravatar Miao Xie 1-0/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-16/+24
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+2
2010-05-27ext3 uses rb_node = NULL; to zero rb_root.Gravatar Venkatesh Pallipadi 1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Gravatar Christoph Hellwig 1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offGravatar Christoph Hellwig 1-6/+3
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersGravatar Christoph Hellwig 1-5/+3
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-0/+11
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-24/+21
2010-05-21ext3: replace inode uid,gid,mode init with helperGravatar Dmitry Monakhov 1-8/+5
2010-05-21ext3: constify xattr handlersGravatar Stephen Hemminger 6-16/+16
2010-05-21Merge branch 'master' into for-2.6.35Gravatar Jens Axboe 4-42/+63
2010-05-21quota: unify quota init condition in setattrGravatar Dmitry Monakhov 1-1/+1
2010-05-21ext3: make barrier options consistent with ext4Gravatar Eric Sandeen 1-7/+26
2010-05-21ext3: Fix waiting on transaction during fsyncGravatar Jan Kara 1-11/+9
2010-05-21ext3: init statistics after journal recovery v2Gravatar Dmitry Monakhov 1-23/+21
2010-05-21ext3: Avoid loading bitmaps for full groups during block allocationGravatar Frans van de Wiel 1-0/+6