- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / fs / namespace.c
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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-11 Jeff Mahoney- Updated to 2.6.30-rc5-git1.
2009-05-09 Al ViroFix races around the access to ->s_options
2009-05-09 Alessio Igor Boganivfs: umount_begin BKL pushdown
2009-04-23 Jeff Mahoney- Update to 2.6.30-rc3.
2009-04-21 Al ViroTouch all affected namespaces on propagation of mount
2009-04-20 Jeff Mahoney- Update to 2.6.30-rc2-git6.
2009-04-19 Andi KleenDon't set relatime when noatime is specified
2009-04-15 Jeff Mahoney- Update to 2.6.30-rc2.
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-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
2009-01-23 Jiri Benc- patches.suse/mnt-want-write-speedup.patch,
2009-01-18 Heiko CarstensSystem call wrappers part 14
2009-01-18 Heiko CarstensSystem call wrappers part 10
2009-01-15 Greg Kroah-Hartman- Update to 2.6.27.12-rc1:
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-20 Dan Williamstouch_mnt_namespace when the mount flags change
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-11-04 Miklos Szeredi- patches.apparmor/d_namespace_path_oops_fix.diff:...
2008-10-25 Neil F Brown- patches./touch_mnt_namespace-when-the-mount-flags...
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-14 Jeff Mahoney- Updated to 2.6.27-rc3.
2008-08-05 John R Johansen- update apparmor patches with fixes for
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-07-09 Jeff Mahoney- Updated to 2.6.26-rc9-git5.
2008-06-12 Jeff Mahoney- Updated to 2.6.26-rc5-git5.
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-04-18 John R Johansen- patches.apparmor/__d_path-keep-connected.diff: Fix...
2008-04-16 John R Johansen- Update to AppArmor 2.3 patch series
2008-04-01 Greg Kroah-Hartman- Update to 2.6.25-rc8
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-03-20 Greg Kroah-Hartman- fix up some EXPORT_SYMBOL() markings to be EXPORT_SYM...
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
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-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-21 Al Viro[PATCH] new helpers - collect_mounts() and release_coll...
2007-10-19 Pavel Emelyanovpid namespaces: introduce MS_KERNMOUNT flag
next