aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-4/+10
|\
| * [PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro2008-10-211-4/+10
* | [PATCH 2/2] anondev: switch to IDAAlexey Dobriyan2008-10-231-5/+5
* | [PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan2008-10-231-6/+1
|/
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-241-0/+1
* make __put_super() staticAdrian Bunk2008-04-291-1/+1
* quota: quota core changes for quotaon on remountJan Kara2008-04-281-2/+8
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-211-0/+1
* [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-0/+3
* [PATCH] r/o bind mounts: drop write during emergency remountDave Hansen2008-04-191-2/+19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-251-0/+1
|\
| * [PATCH] restore export of do_kern_mount()Al Viro2008-03-171-0/+1
* | fs: fix kernel-doc notation warningsRandy Dunlap2008-03-191-3/+3
|/
* LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris2008-03-061-2/+2
* quota: turn quotas off when remounting read-onlyJan Kara2008-02-081-0/+1
* mount options: add generic_show_options()Miklos Szeredi2008-02-081-0/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-2/+2
* pid namespaces: introduce MS_KERNMOUNT flagPavel Emelyanov2007-10-191-3/+3
* fs/super.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-11/+11
* put declaration of put_filesystem() in fs.hMiklos Szeredi2007-10-191-4/+0
* writeback: fix periodic superblock dirty inode flushingKen Chen2007-10-171-0/+1
* hugetlbfs: handle empty options stringLee Schermerhorn2007-07-161-0/+1
* add filesystem subtype supportMiklos Szeredi2007-05-081-0/+27
* the overdue removal of the mount/umount ueventsAdrian Bunk2007-04-271-12/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] Revert bd_mount_mutex back to a semaphoreDavid Chinner2007-01-111-2/+2
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+18
* [PATCH] VFS: Destroy the dentries contributed by a superblock on unmountingDavid Howells2006-10-111-6/+6
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+4
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-301-0/+31
* [PATCH] fs: add lock annotation to grab_superJosh Triplett2006-09-291-1/+1
* [PATCH] add missing desctiption in super.cHenrik Kretzschmar2006-09-061-0/+1
* [PATCH] lockdep: annotate sb ->s_umountArjan van de Ven2006-07-031-0/+1
* [PATCH] lockdep: annotate ->s_lockIngo Molnar2006-07-031-2/+8
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-44/+51
|\
| * [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+1
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-47/+62
| * [PATCH] Fix dcache race during umountNeilBrown2006-06-221-1/+1
* | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-3/+1
* | VFS: Add GPL_EXPORTED function vfs_kern_mount()Trond Myklebust2006-06-091-7/+15
|/
* [PATCH] sem2mutex: fs/Ingo Molnar2006-03-261-3/+4
* [PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum2006-03-251-2/+1
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-241-3/+3
* [PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven2006-03-231-1/+1
* [PATCH] sem2mutex: quotaIngo Molnar2006-03-231-2/+2
* [PATCH] sem2mutex: blockdev #2Arjan van de Ven2006-03-231-2/+2
* Revert mount/umount uevent removalGreg Kroah-Hartman2006-02-221-1/+14