summaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext3: make barrier options consistent with ext4Eric Sandeen2010-05-211-7/+26
* ext3: init statistics after journal recovery v2Dmitry Monakhov2010-05-211-23/+21
* 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
* | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-3/+2
* | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-051-2/+1
* | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-051-0/+2
* | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-051-1/+0
* | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-051-2/+0
* | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-2/+0
* | 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: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen2009-12-231-0/+1
* ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen2009-12-231-0/+1
* ext3: ext3_mark_recovery_complete() doesn't need to use lock_superEric Sandeen2009-12-231-8/+0
* ext3: Remove outdated comment about lock_super()Eric Sandeen2009-12-231-8/+1
* ext3: Support for vfsv1 quota formatJan Kara2009-12-101-6/+24
* ext3: Unify log messages in ext3Alexey Fisher2009-12-101-205/+227
* ext3: make "norecovery" an alias for "noload"Eric Sandeen2009-12-101-0/+4
* ext3: Don't update the superblock in ext3_statfs()Eric Sandeen2009-12-101-2/+0
* ext3: Wait for proper transaction commit on fsyncJan Kara2009-11-111-0/+2
* ext3: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o2009-10-131-1/+12
* const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-221-1/+1
* const: make struct super_block::dq_op constAlexey Dobriyan2009-09-221-1/+1
* ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara2009-08-241-13/+27
* switch ext3 to inode->i_aclAl Viro2009-06-241-16/+0
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-1/+1
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+4
* Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro2009-06-111-0/+3
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+4
* ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-22/+0
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-2/+2
|\
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-2/+2
* | ext3: Fix memory leak in ext3_fill_super() in case of a failed mountManish Katiyar2009-05-171-0/+1
|/
* ext3: make default data ordering mode configurableLinus Torvalds2009-04-061-1/+7
* ext3: Use lowercase names of quota functionsJan Kara2009-03-261-2/+2
* ext3: Remove unnecessary quota functionsJan Kara2009-03-261-42/+2
* ext3: revert "ext3: wait on all pending commits in ext3_sync_fs"Jan Kara2009-02-111-5/+6
* filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-091-16/+29
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-081-0/+33
|\
| * ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima2009-01-051-0/+21
| * ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-281-0/+12
* | ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg2009-01-081-1/+9
* | ext3: Add default allocation routines for quota structuresJan Kara2009-01-051-1/+3
* | ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara2009-01-051-8/+4
|/
* ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso2008-11-121-5/+2
* ext3: wait on all pending commits in ext3_sync_fsArthur Jones2008-11-061-6/+5
* ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai2008-10-271-3/+7
* ext3 quota support: fix compile failureLinus Torvalds2008-10-231-1/+1
OpenPOWER on IntegriCloud