aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsGravatar Dmitry Monakhov 1-1/+2
2010-04-12ext3: symlink must be handled via filesystem specific operationGravatar Dmitry Monakhov 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 2-0/+2
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWGravatar Linus Torvalds 2-2/+4
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 7-167/+200
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 5-20/+20
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 3-1/+24
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 2-4/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 2-2/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 2-7/+5
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 4-12/+11
2010-03-05ext3: add writepage sanity checksGravatar Dmitry Monakhov 1-0/+7
2010-03-05ext3: Truncate allocated blocks if direct IO write fails to update i_sizeGravatar Jan Kara 1-2/+3
2010-03-05ext3: quota_write cross block boundary behaviourGravatar Dmitry Monakhov 1-35/+34
2010-03-05ext3: trivial quota cleanupGravatar Dmitry Monakhov 1-54/+67
2010-03-05ext3: mount flags manipulation cleanupGravatar Dmitry Monakhov 1-27/+20
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateGravatar Jan Kara 3-18/+18
2010-02-05fix ext3/ext4 comment typo compain -> complainGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingGravatar Eric Sandeen 2-17/+19
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listGravatar Eric Sandeen 2-9/+12
2009-12-23ext3: ext3_mark_recovery_complete() doesn't need to use lock_superGravatar Eric Sandeen 1-8/+0
2009-12-23ext3: Remove outdated comment about lock_super()Gravatar Eric Sandeen 1-8/+1
2009-12-23ext3: quota macros cleanup [V2]Gravatar Dmitry Monakhov 2-8/+8
2009-12-16sanitize xattr handler prototypesGravatar Christoph Hellwig 5-96/+72
2009-12-10ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()Gravatar Roel Kluin 1-1/+1
2009-12-10ext3: Fix data / filesystem corruption when write fails to copy dataGravatar Jan Kara 1-4/+14
2009-12-10ext3: Support for vfsv1 quota formatGravatar Jan Kara 1-6/+24
2009-12-10ext3: Unify log messages in ext3Gravatar Alexey Fisher 1-205/+227
2009-12-10ext3: make "norecovery" an alias for "noload"Gravatar Eric Sandeen 1-0/+4