summaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* fs/namespace.c should #include "internal.h"Adrian Bunk2007-07-161-0/+1
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-161-1/+1
* fix create_new_namespaces() return valueCedric Le Goater2007-07-161-2/+2
* Make /proc/self/mounts(tats) use seq_list_xxx helpersPavel Emelianov2007-07-161-11/+5Star
* check privileges before setting mount propagationMiklos Szeredi2007-05-081-0/+3
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-2/+2
* add filesystem subtype supportMiklos Szeredi2007-05-081-0/+4
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-23/+7Star
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1Star
* [PATCH] relative atimeValerie Henson2006-12-131-1/+4
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-56/+57
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-021-14/+8Star
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-2/+1Star
* [PATCH] fs/namespace: handle init/registration errorsRandy Dunlap2006-09-291-2/+10
* sysfs: add proper sysfs_init() prototypeAndrew Morton2006-09-261-9/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-4/+2Star
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-0/+9
|\
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-0/+9
* | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-2/+2
* | VFS: Add shrink_submounts()Trond Myklebust2006-06-091-25/+99
|/
* [PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount"Andrew Morton2006-05-151-5/+2Star
* [PATCH] vfs: propagate mnt_flags into do_loopback/vfsmountHerbert Poetzl2006-04-111-2/+5
* [PATCH] autofs4: change may_umount* functions to booleanIan Kent2006-03-271-4/+4
* [PATCH] Use __read_mostly on some hot fs variablesEric Dumazet2006-03-261-2/+2
* VFS: New /proc file /proc/self/mountstatsChuck Lever2006-03-201-0/+38
* [PATCH] fs/namespace.c:dup_namespace(): fix a use after freeAdrian Bunk2006-03-151-3/+2Star
* [PATCH] umount_tree() decrements mount count on wrong dentryAl Viro2006-02-081-1/+1
* [PATCH] unshare system call -v5: unshare namespaceJANAK DESAI2006-02-081-20/+36
* [PATCH] add /sys/fsMiklos Szeredi2006-01-171-0/+5
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-121-0/+1
* [PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig2006-01-101-3/+9
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-6/+6
* [PATCH] shared mounts: cleanupMiklos Szeredi2006-01-091-1/+1
* [PATCH] pivot_root: add commentNeil Brown2006-01-091-0/+4
* [PATCH] add a vfs_permission helperChristoph Hellwig2005-11-091-1/+1
* [PATCH] unbindable mountsRam Pai2005-11-081-26/+62
* [PATCH] handling of slave mountsRam Pai2005-11-081-28/+49
* [PATCH] introduce slave mountsRam Pai2005-11-081-1/+3
* [PATCH] shared mounts handling: umountRam Pai2005-11-081-18/+38
* [PATCH] shared mounts handling: moveRam Pai2005-11-081-17/+46
* [PATCH] shared mount handling: bind and rbindRam Pai2005-11-081-21/+105
* [PATCH] introduce shared mountsRam Pai2005-11-081-1/+2
* [PATCH] beginning of the shared-subtree properRam Pai2005-11-081-0/+24
* [PATCH] making namespace_sem globalRam Pai2005-11-081-23/+23
* [PATCH] mount expiry fixesRam Pai2005-11-081-42/+22Star
* [PATCH] umount_tree() locking changeRam Pai2005-11-081-33/+51
* [PATCH] sanitize the interface of graft_tree().Ram Pai2005-11-081-6/+6