nfsd: move most of nfsfh.h to fs/nfsd
[safe/jmp/linux-2.6] / fs / super.c
2009-09-24 Christoph Hellwigfreeze_bdev: grab active reference to frozen superblocks
2009-09-24 Christoph Hellwigfreeze_bdev: kill bd_mount_sem
2009-09-24 Jeff Laytonvfs: change sb->s_maxbytes to a loff_t
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-11 Jens Axboewriteback: switch to per-bdi threads for flushing data
2009-09-11 Jens Axboewriteback: move dirty inodes from super_block to backin...
2009-06-24 Al Viro... and the same for vfsmount id/mount group id
2009-06-24 Al ViroMake allocation of anon devices cheaper
2009-06-17 J. R. Okajimaremove unlock_kernel() left accidentally
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Al ViroPush BKL down into do_remount_sb()
2009-06-12 Al ViroPush lock_super() into the ->remount_fs() of filesystem...
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Al ViroNo need to do lock_super() for exclusion in generic_shu...
2009-06-12 Al ViroMake sure that all callers of remount hold s_umount...
2009-06-12 Christoph Hellwigcleanup sync_supers
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-06-12 Jan Karavfs: Rename fsync_super() to sync_filesystem() (version 4)
2009-06-12 Jan Karavfs: Move syncing code from super.c to sync.c (version 4)
2009-06-12 Jan Karavfs: Make sys_sync() use fsync_super() (version 4)
2009-06-12 Jan Karavfs: Make __fsync_super() a static function (version 4)
2009-06-12 Jan Karavfs: Call ->sync_fs() even if s_dirt is 0 (version 4)
2009-06-12 Jan Karavfs: Fix sys_sync() and fsync_super() reliability ...
2009-06-12 Christoph Hellwigremove s_async_list
2009-06-12 npiggin@suse.defs: move mark_files_ro into file_table.c
2009-05-09 H Hartley SweetenNULL noise in fs/super.c:kill_bdev_super()
2009-05-09 Al ViroNew helper: deactivate_locked_super()
2009-04-07 Serge E. Hallynnamespaces: move proc_net_get_sb to a generic fs/super...
2009-04-03 David HowellsCacheFiles: Export things for CacheFiles
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-26 Jens AxboeGet rid of pdflush_operation() in emergency sync and...
2009-03-26 Jan Karavfs: Use lowercase names of quota functions
2009-03-12 Li Zefanvfs: add missing unlock in sget()
2009-02-18 Peter Zijlstrafs/super.c: add lockdep annotation to s_umount
2009-02-08 Cornelia Huckasync: Rename _special -> _domain for clarity.
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 11
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-08 Dave Kleikampasync: Don't call async_synchronize_full_special()...
2009-01-07 Arjan van de Venasync: make the final inode deletion an asynchronous...
2009-01-03 Theodore Ts'oadd releasepage hooks to block devices which can be...
2008-12-19 James Morrissecurity: pass mount flags to security_sb_kern_mount()
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Alexey Dobriyan[PATCH 2/2] anondev: switch to IDA
2008-10-23 Alexey Dobriyan[PATCH 1/2] anondev: init IDR statically
2008-10-21 Al Viro[PATCH] propagate mode through open_bdev_excl/close_bde...
2008-07-24 Kentaro Makitafix soft lock up at NFS mount via per-SB LRU-list of...
2008-04-29 Adrian Bunkmake __put_super() static
2008-04-28 Jan Karaquota: quota core changes for quotaon on remount
2008-04-22 Al Viro[PATCH] move a bunch of declarations to fs/internal.h
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: debugging for missed calls
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: drop write during emergency...
2008-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-03-18 Al Viro[PATCH] restore export of do_kern_mount()
2008-03-05 Eric ParisLSM/SELinux: Interfaces to allow FS to control mount...
2008-02-08 Jan Karaquota: turn quotas off when remounting read-only
2008-02-08 Miklos Szeredimount options: add generic_show_options()
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19 Pavel Emelyanovpid namespaces: introduce MS_KERNMOUNT flag
2007-10-19 Matthias Kaehlckefs/super.c: use list_for_each_entry() instead of list_f...
2007-10-19 Miklos Szerediput declaration of put_filesystem() in fs.h
2007-10-17 Ken Chenwriteback: fix periodic superblock dirty inode flushing
2007-07-16 Lee Schermerhornhugetlbfs: handle empty options string
2007-05-08 Miklos Szerediadd filesystem subtype support
2007-04-27 Adrian Bunkthe overdue removal of the mount/umount uevents
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-01-12 David Chinner[PATCH] Revert bd_mount_mutex back to a semaphore
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-04 Al Viro[PATCH] severing fs.h, radix-tree.h -> sched.h
2006-10-11 David Howells[PATCH] VFS: Destroy the dentries contributed by a...
2006-09-30 David Howells[PATCH] BLOCK: Make it possible to disable the block...
2006-09-30 David Howells[PATCH] BLOCK: Move functions out of buffer code [try #6]
2006-09-29 Josh Triplett[PATCH] fs: add lock annotation to grab_super
2006-09-06 Henrik Kretzschmar[PATCH] add missing desctiption in super.c
2006-07-03 Arjan van de Ven[PATCH] lockdep: annotate sb ->s_umount
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate ->s_lock
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-22 NeilBrown[PATCH] Fix dcache race during umount
2006-06-09 Trond MyklebustVFS: Unexport do_kern_mount() and clean up simple_pin_fs()
2006-06-09 Trond MyklebustVFS: Add GPL_EXPORTED function vfs_kern_mount()
2006-03-26 Ingo Molnar[PATCH] sem2mutex: fs/
2006-03-25 Oliver Neukum[PATCH] use kzalloc and kcalloc in core fs code
2006-03-24 Theodore Ts'o[PATCH] vfs: MS_VERBOSE should be MS_SILENT
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: vfs_rename_mutex
2006-03-23 Ingo Molnar[PATCH] sem2mutex: quota
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: blockdev #2
2006-02-22 Greg Kroah-HartmanRevert mount/umount uevent removal
2006-02-08 Dave Jones[PATCH] More informative message on umount failure
2006-01-09 Ingo Molnar[PATCH] mutex subsystem, semaphore to mutex: VFS, sb...
2006-01-09 Pekka Enberg[PATCH] fs: remove s_old_blocksize from struct super_block
2006-01-05 Kay Sievers[PATCH] remove mount/umount uevents from superblock...
2005-11-08 Al Viro[PATCH] saner handling of auto_acct_off() and DQUOT_OFF...
next