nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / namespace.c
2010-01-16 Al Virodo_add_mount() should sanitize mnt_flags
2010-01-16 Al Viromnt_flags fixes in do_remount()
2010-01-16 Al Viroattach_recursive_mnt() needs to hold vfsmount_lock...
2010-01-16 Al Viromay_umount() needs namespace_sem
2009-12-17 Linus TorvaldsRevert "fix mismerge with Trond's stuff (create_mnt_ns...
2009-12-16 Al Virofix mismerge with Trond's stuff (create_mnt_ns() export...
2009-10-11 Tetsuo HandaLSM: Pass original mount flags to security_sb_mount().
2009-09-24 Vegard Nossumfs: fix overflow in sys_mount() for in-kernel calls
2009-08-07 OGAWA Hirofumivfs: mnt_want_write_file(): fix special file handling
2009-07-08 Alexey Dobriyanheaders: mnt_namespace.h redux
2009-06-24 Al Viro... and the same for vfsmount id/mount group id
2009-06-24 Trond MyklebustVFS: Switch init_mount_tree() to use the new create_mnt...
2009-06-23 Trond MyklebustVFS: Add VFS helper functions for setting up private...
2009-06-23 Trond MyklebustVFS: Uninline the function put_mnt_ns()
2009-06-12 Al ViroPush BKL down into do_remount_sb()
2009-06-12 Al ViroPush BKL down beyond VFS-only parts of do_mount()
2009-06-12 Al ViroPush BKL into do_mount()
2009-06-12 Alexey Dobriyandcache: extrace and use d_unlinked()
2009-06-12 npiggin@suse.defs: introduce mnt_clone_write
2009-06-12 npiggin@suse.defs: mnt_want_write speedup
2009-06-12 Al Viroswitch lookup_mnt()
2009-06-12 Al Viroswitch follow_down()
2009-06-12 Al ViroSwitch collect_mounts() to struct path
2009-06-12 Al ViroDon't bother with check_mnt() in do_add_mount() on...
2009-05-09 Al ViroFix races around the access to ->s_options
2009-05-09 Alessio Igor Boganivfs: umount_begin BKL pushdown
2009-04-21 Al ViroTouch all affected namespaces on propagation of mount
2009-04-19 Andi KleenDon't set relatime when noatime is specified
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al ViroTake fs_struct handling to new file (fs/fs_struct.c)
2009-04-01 Al ViroGet rid of bumping fs_struct refcount in pivot_root(2)
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 Matthew GarrettMake relatime default
2009-03-26 Matthew GarrettAdd a strictatime mount option
2009-02-17 Al ViroFix incomplete __mntput locking
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 14
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 10
2008-12-31 Julia Lawallfs/namespace.c: drop code after return
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the filesystem...
2008-11-13 Eric W. Biedermanvfs: fix shrink_submounts
2008-10-23 Dan Williams[RFC PATCH] touch_mnt_namespace when the mount flags...
2008-10-23 Al Viro[PATCH] no need for noinline stuff in fs/namespace...
2008-10-23 Al Viro[PATCH] finally get rid of nameidata in namespace.c
2008-08-01 Al Viro[PATCH] pass struct path * to do_add_mount()
2008-07-27 Al Viro[PATCH] sanitize __user_walk_fd() et.al.
2008-07-27 Li Zefan[PATCH] vfs: use kstrdup() and check failing allocation
2008-07-27 Al Viro[PATCH] kill altroot
2008-07-26 Arjan van de VenUse WARN() in fs/
2008-07-14 Eric ParisLSM/SELinux: show LSM mount options in /proc/mounts
2008-04-30 Harvey Harrisonfs: replace remaining __FUNCTION__ occurrences
2008-04-29 Jan Blunckvfs: remove lives_below_in_same_fs()
2008-04-28 Jan Karaquota: remove superfluous DQUOT_OFF() in fs/namespace.c
2008-04-25 Al Viro[PATCH] restore sane ->umount_begin() API
2008-04-23 Miklos Szeredi[patch 7/7] vfs: mountinfo: show dominating group id
2008-04-23 Ram Pai[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
2008-04-23 Miklos Szeredi[patch 5/7] vfs: mountinfo: allow using process root
2008-04-23 Miklos Szeredi[patch 4/7] vfs: mountinfo: add mount peer group ID
2008-04-23 Miklos Szeredi[patch 3/7] vfs: mountinfo: add mount ID
2008-04-22 Al Viro[PATCH] get rid of more nameidata passing in namespace.c
2008-04-22 Al Viro[PATCH] switch a bunch of LSM hooks from nameidata...
2008-04-22 Al Viro[PATCH] lock exclusively in collect_mounts() and drop_c...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: honor mount writer counts...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: track numbers of writers to...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: stub functions
2008-03-28 Al Viro[PATCH] mnt_expire is protected by namespace_sem, no...
2008-03-28 Al Viro[PATCH] do shrink_submounts() for all fs types
2008-03-28 Al Viro[PATCH] sanitize locking in mark_mounts_for_expiry...
2008-03-28 Al Viro[PATCH] count ghost references to vfsmounts
2008-03-28 Al Viro[PATCH] reduce stack footprint in namespace.c
2008-02-15 Jan Blunckd_path: Make seq_path() use a struct path argument
2008-02-15 Jan BlunckMake set_fs_{root,pwd} take a struct path
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-15 Jan BlunckRemove path_release_on_umount()
2008-02-08 Eric Sandeenreduce large do_mount stack usage with noinlines
2008-02-08 Miklos Szeredimount options: add generic_show_options()
2008-02-06 Eric DumazetUse ilog2() in fs/namespace.c
2008-01-25 Greg Kroah-Hartmankobject: convert main fs kobject to use kobject_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-10-21 Al Viro[PATCH] new helpers - collect_mounts() and release_coll...
2007-10-19 Pavel Emelyanovpid namespaces: introduce MS_KERNMOUNT flag
2007-10-17 Denis Chengfs: remove the unused mempages parameter
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-16 Adrian Bunkfs/namespace.c should #include "internal.h"
2007-07-16 Eric W. Biedermannamespace: ensure clone_flags are always stored in...
2007-07-16 Cedric Le Goaterfix create_new_namespaces() return value
2007-07-16 Pavel EmelianovMake /proc/self/mounts(tats) use seq_list_xxx helpers
2007-05-08 Miklos Szeredicheck privileges before setting mount propagation
2007-05-08 Pavel EmelianovIntroduce a handy list_first_entry macro
2007-05-08 Miklos Szerediadd filesystem subtype support
2007-05-08 Badari PulavartyMerge sys_clone()/sys_unshare() nsproxy and namespace...
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2006-12-13 Valerie Henson[PATCH] relative atime
2006-12-08 Kirill Korotaev[PATCH] rename struct namespace to struct mnt_namespace
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-02 Serge E. Hallyn[PATCH] namespaces: incorporate fs namespace into nsproxy
2006-09-30 David Howells[PATCH] BLOCK: Move extern declarations out of fs/...
next