aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-13/+0
2010-10-04BKL: Remove BKL from ext3_put_super() and ext3_remount()Jan Blunck1-9/+0
2010-10-04BKL: Remove BKL from ext3 fill_super()Jan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+8
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-46/+55
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher1-7/+5
2010-08-09convert ext3 to ->evict_inode()Al Viro3-35/+28
2010-08-09remove inode_setattrChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-0/+11
2010-08-05ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara1-1/+17
2010-07-23ext3: default to ordered modeDave Chinner1-0/+1
2010-07-21ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara1-21/+25
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig2-28/+5
2010-07-21ext3: Fix set but unused variablesAndi Kleen2-4/+1
2010-06-25ext3: update ctime when changing the file's permission by setfaclMiao Xie1-0/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds2-16/+24
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-27ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+3
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+11
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds7-24/+21
2010-05-21ext3: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+5
2010-05-21ext3: constify xattr handlersStephen Hemminger6-16/+16
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe4-42/+63
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen1-7/+26
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara1-11/+9
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov1-23/+21
2010-05-21ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel1-0/+6
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2010-04-12ext3: symlink must be handled via filesystem specific operationDmitry Monakhov1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2-2/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-167/+200
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig5-20/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-1/+24
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-4/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig2-2/+1