1. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  2. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  3. 8aec080 [PATCH] new helpers - collect_mounts() and release_collected_mounts() by Al Viro · 17 years ago
  4. 8bf9725 pid namespaces: introduce MS_KERNMOUNT flag by Pavel Emelyanov · 17 years ago
  5. 74bf17c fs: remove the unused mempages parameter by Denis Cheng · 17 years ago
  6. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  7. 948730b fs/namespace.c should #include "internal.h" by Adrian Bunk · 17 years ago
  8. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  9. 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 17 years ago
  10. b0765fb Make /proc/self/mounts(tats) use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  11. ee6f958 check privileges before setting mount propagation by Miklos Szeredi · 17 years ago
  12. b5e6181 Introduce a handy list_first_entry macro by Pavel Emelianov · 17 years ago
  13. 79c0b2d add filesystem subtype support by Miklos Szeredi · 17 years ago
  14. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  15. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  16. 47ae32d [PATCH] relative atime by Valerie Henson · 18 years ago
  17. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  18. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  19. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  20. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  21. 15a67dd [PATCH] fs/namespace: handle init/registration errors by Randy Dunlap · 18 years ago
  22. f20a9ea sysfs: add proper sysfs_init() prototype by Andrew Morton · 18 years ago
  23. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  24. 1bfba4e [PATCH] core: use list_move() by Akinobu Mita · 18 years ago
  25. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  26. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  27. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  28. 5528f911 VFS: Add shrink_submounts() by Trond Myklebust · 18 years ago
  29. eee391a [PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount" by Andrew Morton · 18 years ago
  30. f6422f1 [PATCH] vfs: propagate mnt_flags into do_loopback/vfsmount by Herbert Poetzl · 18 years ago
  31. e3474a8 [PATCH] autofs4: change may_umount* functions to boolean by Ian Kent · 18 years ago
  32. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 18 years ago
  33. b4629fe VFS: New /proc file /proc/self/mountstats by Chuck Lever · 18 years ago
  34. f13b835 [PATCH] fs/namespace.c:dup_namespace(): fix a use after free by Adrian Bunk · 18 years ago
  35. f30ac31 [PATCH] umount_tree() decrements mount count on wrong dentry by Al Viro · 18 years ago
  36. 741a295 [PATCH] unshare system call -v5: unshare namespace by JANAK DESAI · 18 years ago
  37. f87fd4c [PATCH] add /sys/fs by Miklos Szeredi · 18 years ago
  38. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  39. fc33a7b [PATCH] per-mountpoint noatime/nodiratime by Christoph Hellwig · 18 years ago
  40. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  41. bf066c7 [PATCH] shared mounts: cleanup by Miklos Szeredi · 18 years ago
  42. 4a0d11f [PATCH] pivot_root: add comment by Neil Brown · 18 years ago
  43. e4543ed [PATCH] add a vfs_permission helper by Christoph Hellwig · 19 years ago
  44. 9676f0c [PATCH] unbindable mounts by Ram Pai · 19 years ago
  45. 5afe002 [PATCH] handling of slave mounts by Ram Pai · 19 years ago
  46. a58b0eb [PATCH] introduce slave mounts by Ram Pai · 19 years ago
  47. a05964f [PATCH] shared mounts handling: umount by Ram Pai · 19 years ago
  48. 2144440 [PATCH] shared mounts handling: move by Ram Pai · 19 years ago
  49. b90fa9a [PATCH] shared mount handling: bind and rbind by Ram Pai · 19 years ago
  50. 03e06e6 [PATCH] introduce shared mounts by Ram Pai · 19 years ago
  51. 07b2088 [PATCH] beginning of the shared-subtree proper by Ram Pai · 19 years ago
  52. 390c684 [PATCH] making namespace_sem global by Ram Pai · 19 years ago
  53. 36341f6 [PATCH] mount expiry fixes by Ram Pai · 19 years ago
  54. 70fbcdf [PATCH] umount_tree() locking change by Ram Pai · 19 years ago
  55. 5b83d2c5c [PATCH] sanitize the interface of graft_tree(). by Ram Pai · 19 years ago
  56. b58fed8 [PATCH] lindent fs/namespace.c by Ram Pai · 19 years ago
  57. 5addc5d [PATCH] make /proc/mounts pollable by Al Viro · 19 years ago
  58. ccd48bc [PATCH] cleanups and bug fix in do_loopback() by Al Viro · 19 years ago
  59. 7b7b1ac [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount by Al Viro · 19 years ago
  60. fdadd65 [PATCH] janitor: fs/namespace.c: list_for_each_entry by Domen Puncer · 19 years ago
  61. 0bb6fcc [PATCH] pivot_root() circular reference fix by Miklos Szeredi · 19 years ago
  62. 6c231b7 [PATCH] Additions to .data.read_mostly section by Ravikiran G Thirumalai · 19 years ago
  63. 68b4713 [PATCH] namespace.c: fix bind mount from foreign namespace by Miklos Szeredi · 19 years ago
  64. 55e700b [PATCH] namespace: rename mnt_fslink to mnt_expire by Miklos Szeredi · 19 years ago
  65. 484e389 [PATCH] set mnt_namespace in the correct place by Miklos Szeredi · 19 years ago
  66. ac08115 [PATCH] namespace.c: fix mnt_namespace zeroing for expired mounts by Miklos Szeredi · 19 years ago
  67. ed42c87 [PATCH] namespace.c: fix expiring of detached mount by Miklos Szeredi · 19 years ago
  68. 24ca2af [PATCH] namespace.c: split mark_mounts_for_expiry() by Miklos Szeredi · 19 years ago
  69. a4d7027 [PATCH] namespace.c: cleanup in mark_mounts_for_expiry() by Miklos Szeredi · 19 years ago
  70. 1ce88cf [PATCH] namespace.c: fix race in mark_mounts_for_expiry() by Miklos Szeredi · 19 years ago
  71. 202322e [PATCH] namespace.c: fix mnt_namespace clearing by Miklos Szeredi · 19 years ago
  72. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 19 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago