aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3/super.c
AgeCommit message (Expand)Author
2010-10-29new helper: mount_bdev()Al Viro
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-04BKL: Remove BKL from ext3_put_super() and ext3_remount()Jan Blunck
2010-10-04BKL: Remove BKL from ext3 fill_super()Jan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert ext3 to ->evict_inode()Al Viro
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-05ext3: quota_write cross block boundary behaviourDmitry Monakhov
2010-03-05ext3: trivial quota cleanupDmitry Monakhov
2010-03-05ext3: mount flags manipulation cleanupDmitry Monakhov
2010-02-05fix ext3/ext4 comment typo compain -> complainThadeu Lima de Souza Cascardo
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen
2009-12-23ext3: ext3_mark_recovery_complete() doesn't need to use lock_superEric Sandeen
2009-12-23ext3: Remove outdated comment about lock_super()Eric Sandeen
2009-12-10ext3: Support for vfsv1 quota formatJan Kara
2009-12-10ext3: Unify log messages in ext3Alexey Fisher
2009-12-10ext3: make "norecovery" an alias for "noload"Eric Sandeen
2009-12-10ext3: Don't update the superblock in ext3_statfs()Eric Sandeen
2009-11-11ext3: Wait for proper transaction commit on fsyncJan Kara
2009-10-13ext3: Don't update superblock write time when filesystem is read-onlyTheodore Ts'o
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan
2009-08-24ext3: Improve error message that changing journaling mode on remount is not p...Jan Kara
2009-06-24switch ext3 to inode->i_aclAl Viro
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro