aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
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
2009-03-12vfs: add missing unlock in sget()Li Zefan
2009-02-18fs/super.c: add lockdep annotation to s_umountPeter Zijlstra
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-01-08async: Don't call async_synchronize_full_special() while holding sb_lockDave Kleikamp
2009-01-07async: make the final inode deletion an asynchronous eventArjan van de Ven
2009-01-03add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23[PATCH 2/2] anondev: switch to IDAAlexey Dobriyan
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita