aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-13/+1
2010-08-09convert ext3 to ->evict_inode()Al Viro1-13/+1
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig1-13/+4
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-21ext3: make barrier options consistent with ext4Eric Sandeen1-7/+26
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov1-23/+21
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-3/+2
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+1
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+0
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-2/+0
2010-03-05ext3: quota_write cross block boundary behaviourDmitry Monakhov1-35/+34
2010-03-05ext3: trivial quota cleanupDmitry Monakhov1-54/+67
2010-03-05ext3: mount flags manipulation cleanupDmitry Monakhov1-27/+20
2010-02-05fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo1-1/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen1-0/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen1-0/+1
2009-12-23ext3: ext3_mark_recovery_complete() doesn't need to use lock_superEric Sandeen1-8/+0
2009-12-23ext3: Remove outdated comment about lock_super()Eric Sandeen1-8/+1
2009-12-10ext3: Support for vfsv1 quota formatJan Kara1-6/+24
2009-12-10ext3: Unify log messages in ext3Alexey Fisher1-205/+227
2009-12-10ext3: make "norecovery" an alias for "noload"Eric Sandeen1-0/+4
2009-12-10ext3: Don't update the superblock in ext3_statfs()Eric Sandeen1-2/+0
2009-11-11ext3: Wait for proper transaction commit on fsyncJan Kara1-0/+2
2009-10-13ext3: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o1-1/+12
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan1-1/+1
2009-08-24ext3: Improve error message that changing journaling mode on remount is not possibleJan Kara1-13/+27
2009-06-24switch ext3 to inode->i_aclAl Viro1-16/+0
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+4
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-0/+3
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+4
2009-06-11ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-22/+0
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-2/+2
2009-05-17ext3: Fix memory leak in ext3_fill_super() in case of a failed mountManish Katiyar1-0/+1
2009-04-06ext3: make default data ordering mode configurableLinus Torvalds1-1/+7
2009-03-26ext3: Use lowercase names of quota functionsJan Kara1-2/+2
2009-03-26ext3: Remove unnecessary quota functionsJan Kara1-42/+2
2009-02-11ext3: revert "ext3: wait on all pending commits in ext3_sync_fs"Jan Kara1-5/+6
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-16/+29
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+33
2009-01-08ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg1-1/+9