1. dd1f6b2 dcache: remove dentries from LRU before putting on dispose list by Dave Chinner · 11 years ago
  2. 1915684 dentry: move to per-sb LRU locks by Dave Chinner · 11 years ago
  3. 62d36c7 dcache: convert dentry_stat.nr_unused to per-cpu counters by Dave Chinner · 11 years ago
  4. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  5. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  6. 48f5ec2 split read_seqretry_or_unlock(), convert d_walk() to resulting primitives by Al Viro · 11 years ago
  7. 232d2d6 dcache: Translating dentry into pathname without taking rename_lock by Waiman Long · 11 years ago
  8. 0d98439 vfs: use lockred "dead" flag to mark unrecoverably dead dentries by Linus Torvalds · 11 years ago
  9. 8aab6a2 vfs: reorganize dput() memory accesses by Linus Torvalds · 11 years ago
  10. eed8100 vfs: check unlinked ancestors before mount by Miklos Szeredi · 11 years ago
  11. 848ac114 vfs: check submounts and drop atomically by Miklos Szeredi · 11 years ago
  12. db14fc3 vfs: add d_walk() by Miklos Szeredi · 11 years ago
  13. 01ddc4e vfs: restructure d_genocide() by Miklos Szeredi · 11 years ago
  14. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 590fb51 vfs: call d_op->d_prune() before unhashing dentry by Yan, Zheng · 11 years ago
  16. 1557008 vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() by Linus Torvalds · 11 years ago
  17. df3d0bb vfs: use lockref_get_not_zero() for optimistic lockless dget_parent() by Waiman Long · 11 years ago
  18. 9847423 vfs: make the dentry cache use the lockref infrastructure by Waiman Long · 11 years ago
  19. 118b230 cope with potentially long ->d_dname() output for shmem/hugetlb by Al Viro · 11 years ago
  20. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  21. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  22. 0b3fca1 kill find_inode_number() by Al Viro · 11 years ago
  23. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  24. 6d4ade9 GFS2: Add atomic_open support by Steven Whitehouse · 11 years ago
  25. 9ed53b1 vfs: use list_move instead of list_del/list_add by Wei Yongjun · 11 years ago
  26. 61572bb fs: remove dentry_lru_prune() by Yan, Zheng · 11 years ago
  27. 421348f fs/dcache.c: add cond_resched() to shrink_dcache_parent() by Greg Thelen · 11 years ago
  28. 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 11 years ago
  29. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  30. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  31. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  32. 740da42 __d_materialise_unique() is too generic by Al Viro · 11 years ago
  33. da2d845 constify d_lookup() arguments by Al Viro · 11 years ago
  34. a713ca2 constify __d_lookup() arguments by Al Viro · 11 years ago
  35. ad8ca37 vfs: remove d_path_with_unreachable by Jeff Layton · 11 years ago
  36. b911a6b vfs: d_obtain_alias() needs to use "/" as default name. by NeilBrown · 12 years ago
  37. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  38. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  39. 8110e16 vfs: dcache: fix deadlock in tree traversal by Miklos Szeredi · 12 years ago
  40. fd51790 trivial select_parent documentation fix by J. Bruce Fields · 12 years ago
  41. 1fe0c02 vfs: delete surplus inode NULL check by Alan Cox · 12 years ago
  42. b161dfa6 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 12 years ago
  43. ee3efa9 __d_unalias() should refuse to move mountpoints by Al Viro · 12 years ago
  44. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  45. f7a99c5 get rid of ->mnt_longterm by Al Viro · 12 years ago
  46. 32ba9c3 Revert "vfs: stop d_splice_alias creating directory aliases" by Linus Torvalds · 12 years ago
  47. 3f50fff vfs: remove unused __d_splice_alias argument by J. Bruce Fields · 12 years ago
  48. 7732a55 vfs: stop d_splice_alias creating directory aliases by J. Bruce Fields · 12 years ago
  49. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 12 years ago
  50. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  51. 2e32180 Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu" by Linus Torvalds · 12 years ago
  52. 6326c71 vfs: be even more careful about dentry RCU name lookups by Linus Torvalds · 12 years ago
  53. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  54. ee983e8 vfs: move dentry name length comparison from dentry_cmp() into callers by Linus Torvalds · 12 years ago
  55. 94753db5 vfs: do the careful dentry name access for all dentry_cmp cases by Linus Torvalds · 12 years ago
  56. 8c01a52 vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu by Linus Torvalds · 12 years ago
  57. 12f8ad4 vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  58. e419b4c vfs: make word-at-a-time accesses handle a non-existing page by Linus Torvalds · 12 years ago
  59. b18dafc vfs: fix d_ancestor() case in d_materialize_unique by Michel Lespinasse · 12 years ago
  60. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  61. 1f1e6e5 fs: fix kernel-doc warnings in dcache.c by Randy Dunlap · 12 years ago
  62. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  63. 32991ab vfs: d_alloc_root() gone by Al Viro · 12 years ago
  64. b0e37d7 Merge branch 'dcache-word-accesses' by Linus Torvalds · 12 years ago
  65. 6d7d1a0 vfs: get rid of batshit-insane pointless dentry hash calculations by Linus Torvalds · 12 years ago
  66. bfcfaa7 vfs: use 'unsigned long' accesses for dcache name comparison and hashing by Linus Torvalds · 12 years ago
  67. 5483f18 vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c by Linus Torvalds · 12 years ago
  68. 8966be9 vfs: trivial __d_lookup_rcu() cleanups by Linus Torvalds · 12 years ago
  69. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  70. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  71. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  72. 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 12 years ago
  73. eaf5f90 fix shrink_dcache_parent() livelock by Miklos Szeredi · 12 years ago
  74. adc0e91 vfs: new helper - d_make_root() by Al Viro · 12 years ago
  75. b48f03b dcache: use a dispose list in select_parent by Dave Chinner · 13 years ago
  76. 143c8c9 vfs: mnt_ns moved to struct mount by Al Viro · 13 years ago
  77. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 13 years ago
  78. 0714a53 vfs: now it can be done - make mnt_parent point to struct mount by Al Viro · 13 years ago
  79. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 13 years ago
  80. 676da58 vfs: spread struct mount - mnt_has_parent by Al Viro · 13 years ago
  81. afac7cb vfs: more mnt_parent cleanups by Al Viro · 13 years ago
  82. b2dba1a vfs: new internal helper: mnt_has_parent(mnt) by Al Viro · 13 years ago
  83. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 12 years ago
  84. dd17994 VFS: Log the fact that we've given ELOOP rather than creating a loop by David Howells · 13 years ago
  85. 50e6963 vfs: d_invalidate() should leave mountpoints alone by Al Viro · 13 years ago
  86. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  87. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  88. 2af1416 fs/dcache.c: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  89. 43c1c9c VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock by David Howells · 13 years ago
  90. c6627c6 VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  91. 35f40ef VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  92. c46c887 vfs: document locking requirements for d_move, __d_move and d_materialise_unique by Jeff Layton · 13 years ago
  93. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  94. b91da88 vfs: drop conditional inode prefetch in __do_lookup_rcu by Linus Torvalds · 13 years ago
  95. 86c98e8 Remove dead code in dget_parent() by Al Viro · 13 years ago
  96. 4513d89 switch d_add_ci() to d_splice_alias() in "found negative" case as well by Al Viro · 13 years ago
  97. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  98. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  99. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  100. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago