1. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  2. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  3. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  4. 12f8ad4 vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  5. 32991ab vfs: d_alloc_root() gone by Al Viro · 12 years ago
  6. 5483f18 vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c by Linus Torvalds · 12 years ago
  7. 5707c87 vfs: clarify and clean up dentry_cmp() by Linus Torvalds · 12 years ago
  8. 0145acc vfs: uninline full_name_hash() by Linus Torvalds · 12 years ago
  9. 8966be9 vfs: trivial __d_lookup_rcu() cleanups by Linus Torvalds · 12 years ago
  10. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  11. 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 13 years ago
  12. eaf5f90 fix shrink_dcache_parent() livelock by Miklos Szeredi · 13 years ago
  13. adc0e91 vfs: new helper - d_make_root() by Al Viro · 13 years ago
  14. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  15. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  16. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  17. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  18. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  19. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  20. dea3667 vfs: get rid of insane dentry hashing rules by Linus Torvalds · 13 years ago
  21. 0f60f24 FS: lookup_mnt() is only used in the core fs routines now by David Howells · 13 years ago
  22. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 13 years ago
  23. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 14 years ago
  24. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  25. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 14 years ago
  26. 2a8c0c68 fs: fix dcache.h kernel-doc notation by Randy Dunlap · 14 years ago
  27. 9d55c36 fs: implement faster dentry memcmp by Nick Piggin · 14 years ago
  28. 4b93688 fs: improve scalability of pseudo filesystems by Nick Piggin · 14 years ago
  29. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  30. ceb5bdc fs: dcache per-bucket dcache hash locking by Nick Piggin · 14 years ago
  31. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  32. 44a7d7a fs: cache optimise dentry and inode for rcu-walk by Nick Piggin · 14 years ago
  33. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  34. 5f57cbc fs: dcache remove d_mounted by Nick Piggin · 14 years ago
  35. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 14 years ago
  36. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  37. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  38. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 14 years ago
  39. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  40. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  41. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  42. 789680d fs: dcache scale hash by Nick Piggin · 14 years ago
  43. ec2447c hostfs: simplify locking by Nick Piggin · 14 years ago
  44. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  45. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  46. fb2d5b8 fs: name case update method by Nick Piggin · 14 years ago
  47. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  48. 5eef7fa fs: dcache documentation cleanup by Nick Piggin · 14 years ago
  49. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  50. c103135 new helper: __dentry_path() by Al Viro · 14 years ago
  51. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 14 years ago
  52. f3da392 dcache: extrace and use d_unlinked() by Alexey Dobriyan · 15 years ago
  53. 1c755af switch lookup_mnt() by Al Viro · 15 years ago
  54. c28f7e5 fsnotify: parent event notification by Eric Paris · 15 years ago
  55. e56980d fs: make struct dentry->d_op const by Jan Engelhardt · 15 years ago
  56. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  57. e2761a1 [PATCH vfs-2.6 2/6] vfs: add d_ancestor() by OGAWA Hirofumi · 16 years ago
  58. 9308a61 [PATCH] kill d_alloc_anon by Christoph Hellwig · 16 years ago
  59. 4ea3ada [PATCH] new helper: d_obtain_alias by Christoph Hellwig · 16 years ago
  60. e45b590 [PATCH] change d_add_ci argument ordering by Christoph Hellwig · 16 years ago
  61. 9403540 dcache: Add case-insensitive support d_ci_add() routine by Barry Naujok · 16 years ago
  62. 0c81b2a Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  63. 20d4fdc [patch 2/4] fs: make struct file arg to d_path const by Jan Engelhardt · 16 years ago
  64. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  65. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 16 years ago
  66. 9d1bc601 [patch 2/7] vfs: mountinfo: add seq_file_root() by Miklos Szeredi · 16 years ago
  67. 6092d04 [patch 1/7] vfs: mountinfo: add dentry_path() by Ram Pai · 16 years ago
  68. 6d59e7f [PATCH] move a bunch of declarations to fs/internal.h by Al Viro · 16 years ago
  69. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  70. 74c3cbe [PATCH] audit: watching subtrees by Al Viro · 17 years ago
  71. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  72. c636ebd [PATCH] VFS: Destroy the dentries contributed by a superblock on unmounting by David Howells · 18 years ago
  73. 770bfad NFS: Add dentry materialisation op by David Howells · 18 years ago
  74. a90b9c0 [PATCH] lockdep: annotate dcache by Ingo Molnar · 18 years ago
  75. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  76. 0feae5c [PATCH] Fix dcache race during umount by NeilBrown · 18 years ago
  77. 3e7e241 [PATCH] dcache: Add helper d_hash_and_lookup by Eric W. Biederman · 18 years ago
  78. c32ccd8 [PATCH] inotify: lock avoidance with parent watch status in dentry by Nick Piggin · 18 years ago
  79. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  80. 47ba87e [PATCH] make "struct d_cookie" depend on CONFIG_PROFILING by Marcelo Tosatti · 18 years ago
  81. 5160ee6 [PATCH] shrink dentry struct by Eric Dumazet · 19 years ago
  82. a05964f [PATCH] shared mounts handling: umount by Ram Pai · 19 years ago
  83. 3f4bb1f [PATCH] struct dentry: place d_hash close to d_parent and d_name to speedup lookups by Eric Dumazet · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago