aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-104-46/+55
|\
| * mbcache: Remove unused featuresAndreas Gruenbacher2010-08-091-7/+5
| * convert ext3 to ->evict_inode()Al Viro2010-08-093-35/+28
| * remove inode_setattrChristoph Hellwig2010-08-091-2/+10
| * introduce __block_write_beginChristoph Hellwig2010-08-091-2/+1
| * sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-0/+11
* | ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara2010-08-051-1/+17
* | ext3: default to ordered modeDave Chinner2010-07-231-0/+1
* | ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara2010-07-211-21/+25
* | ext3: remove vestiges of nobh supportChristoph Hellwig2010-07-212-28/+5
* | ext3: Fix set but unused variablesAndi Kleen2010-07-212-4/+1
|/
* ext3: update ctime when changing the file's permission by setfaclMiao Xie2010-06-251-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-302-16/+24
|\
| * ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi2010-05-271-1/+1
| * quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-10/+10
| * quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-241-6/+3
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
| * quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-5/+3
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-0/+11
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-217-24/+21
|\
| * ext3: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-8/+5
| * ext3: constify xattr handlersStephen Hemminger2010-05-216-16/+16
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-214-42/+63
|\ \ | |/
| * quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-1/+1
| * ext3: make barrier options consistent with ext4Eric Sandeen2010-05-211-7/+26
| * ext3: Fix waiting on transaction during fsyncJan Kara2010-05-211-11/+9
| * ext3: init statistics after journal recovery v2Dmitry Monakhov2010-05-211-23/+21
| * ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel2010-05-211-0/+6
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+2
|/
* ext3: symlink must be handled via filesystem specific operationDmitry Monakhov2010-04-121-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2010-03-292-2/+4
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo2010-02-051-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-057-167/+200
|\ \
| * | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-055-20/+20
| * | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-053-1/+24
| * | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-052-4/+3
| * | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+2
| * | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-052-2/+1
| * | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-052-7/+5
| * | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-054-12/+11
| * | ext3: add writepage sanity checksDmitry Monakhov2010-03-051-0/+7
| * | ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara2010-03-051-2/+3
| * | ext3: quota_write cross block boundary behaviourDmitry Monakhov2010-03-051-35/+34
| * | ext3: trivial quota cleanupDmitry Monakhov2010-03-051-54/+67
| * | ext3: mount flags manipulation cleanupDmitry Monakhov2010-03-051-27/+20
| * | ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-053-18/+18
| |/
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+2
|/