aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKJens Axboe1-0/+1
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-3/+5
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro1-0/+3
2010-03-03fs: improve remount,ro vs buffercache coherencyNick Piggin1-3/+15
2009-12-23vfs: get_sb_single() - do not pass options twiceKay Sievers1-1/+2
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig1-1/+47
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig1-2/+7
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton1-0/+10
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+6
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe1-3/+0
2009-06-24... and the same for vfsmount id/mount group idAl Viro1-2/+4
2009-06-24Make allocation of anon devices cheaperAl Viro1-1/+6
2009-06-17remove unlock_kernel() left accidentallyJ. R. Okajima1-9/+3
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-2/+0
2009-06-11->write_super lock_super pushdownChristoph Hellwig1-2/+0
2009-06-11Push BKL down into do_remount_sb()Al Viro1-5/+11
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-2/+0
2009-06-11push BKL down into ->put_superChristoph Hellwig1-3/+0
2009-06-11No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro1-2/+2
2009-06-11Make sure that all callers of remount hold s_umount exclusiveAl Viro1-2/+3
2009-06-11cleanup sync_supersChristoph Hellwig1-12/+15
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-2/+0
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara1-3/+2
2009-06-11vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara1-85/+0
2009-06-11vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara1-49/+23
2009-06-11vfs: Make __fsync_super() a static function (version 4)Jan Kara1-4/+3
2009-06-11vfs: Call ->sync_fs() even if s_dirt is 0 (version 4)Jan Kara1-1/+1
2009-06-11vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara1-1/+28
2009-06-11remove s_async_listChristoph Hellwig1-8/+0
2009-06-11fs: move mark_files_ro into file_table.cnpiggin@suse.de1-39/+0
2009-05-09NULL noise in fs/super.c:kill_bdev_super()H Hartley Sweeten1-1/+1
2009-05-09New helper: deactivate_locked_super()Al Viro1-12/+34
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn1-0/+40
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells1-0/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+6
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds1-4/+4
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-3/+6
2009-03-26Get rid of pdflush_operation() in emergency sync and remountJens Axboe1-2/+9
2009-03-26vfs: Use lowercase names of quota functionsJan Kara1-4/+4
2009-03-12vfs: add missing unlock in sget()Li Zefan1-1/+4
2009-02-18fs/super.c: add lockdep annotation to s_umountPeter Zijlstra1-1/+16
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens1-1/+1
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2009-01-08async: Don't call async_synchronize_full_special() while holding sb_lockDave Kleikamp1-1/+1
2009-01-07async: make the final inode deletion an asynchronous eventArjan van de Ven1-0/+10
2009-01-03add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o1-0/+2
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris1-1/+1