summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
2010-05-21fix get_active_super()/umount() raceAl Viro
2010-05-21fix do_emergency_remount()/umount() racesAl Viro
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro
2010-05-21get rid of restarts in sync_filesystems()Al Viro
2010-05-21Leave superblocks on s_list until the endAl Viro
2010-05-21Saner locking around deactivate_super()Al Viro
2010-05-21get rid of S_BIASAl Viro
2010-05-21get rid of open-coded grab_super() in get_active_super()Al Viro
2010-05-21remove incorrect comment in do_emergency_remountChristoph Hellwig
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKJens Axboe
2010-04-25Catch filesystems lacking s_bdiJörn Engel
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro
2010-03-03fs: improve remount,ro vs buffercache coherencyNick Piggin
2009-12-23vfs: get_sb_single() - do not pass options twiceKay Sievers
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe
2009-06-24... and the same for vfsmount id/mount group idAl Viro
2009-06-24Make allocation of anon devices cheaperAl Viro
2009-06-17remove unlock_kernel() left accidentallyJ. R. Okajima
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11->write_super lock_super pushdownChristoph Hellwig
2009-06-11Push BKL down into do_remount_sb()Al Viro
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-06-11No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro
2009-06-11Make sure that all callers of remount hold s_umount exclusiveAl Viro
2009-06-11cleanup sync_supersChristoph Hellwig
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara
2009-06-11vfs: Call ->sync_fs() even if s_dirt is 0 (version 4)Jan Kara
2009-06-11vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara
2009-06-11remove s_async_listChristoph Hellwig
2009-06-11fs: move mark_files_ro into file_table.cnpiggin@suse.de
2009-05-09NULL noise in fs/super.c:kill_bdev_super()H Hartley Sweeten
2009-05-09New helper: deactivate_locked_super()Al Viro
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2009-03-26Get rid of pdflush_operation() in emergency sync and remountJens Axboe
2009-03-26vfs: Use lowercase names of quota functionsJan Kara