aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-05ext3: Add default allocation routines for quota structuresJan Kara1-1/+3
2009-01-05ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara1-8/+4
2009-01-05ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima1-0/+21
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso1-5/+2
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones1-6/+5
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o1-0/+12
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-11/+11
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai1-4/+19
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-11/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai1-0/+16
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara1-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara1-1/+3
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-7/+7
2008-04-28ext3: fix mount messages when quota disabledJan Kara1-1/+4
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita1-3/+2
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz1-1/+1
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara1-9/+10
2008-03-04ext3: fix mount option parsingJosef Bacik1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz1-1/+1