1. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  2. 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 12 years ago
  3. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  4. 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 12 years ago
  5. eaf5f90 fix shrink_dcache_parent() livelock by Miklos Szeredi · 12 years ago
  6. adc0e91 vfs: new helper - d_make_root() by Al Viro · 12 years ago
  7. b48f03b dcache: use a dispose list in select_parent by Dave Chinner · 13 years ago
  8. 143c8c9 vfs: mnt_ns moved to struct mount by Al Viro · 13 years ago
  9. a73324d vfs: move mnt_mountpoint to struct mount by Al Viro · 13 years ago
  10. 0714a53 vfs: now it can be done - make mnt_parent point to struct mount by Al Viro · 13 years ago
  11. 3376f34 vfs: mnt_parent moved to struct mount by Al Viro · 13 years ago
  12. 676da58 vfs: spread struct mount - mnt_has_parent by Al Viro · 13 years ago
  13. afac7cb vfs: more mnt_parent cleanups by Al Viro · 13 years ago
  14. b2dba1a vfs: new internal helper: mnt_has_parent(mnt) by Al Viro · 13 years ago
  15. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  16. dd17994 VFS: Log the fact that we've given ELOOP rather than creating a loop by David Howells · 13 years ago
  17. 50e6963 vfs: d_invalidate() should leave mountpoints alone by Al Viro · 13 years ago
  18. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  19. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  20. 2af1416 fs/dcache.c: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  21. 43c1c9c VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock by David Howells · 13 years ago
  22. c6627c6 VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  23. 35f40ef VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  24. c46c887 vfs: document locking requirements for d_move, __d_move and d_materialise_unique by Jeff Layton · 13 years ago
  25. 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
  26. b91da88 vfs: drop conditional inode prefetch in __do_lookup_rcu by Linus Torvalds · 13 years ago
  27. 86c98e8 Remove dead code in dget_parent() by Al Viro · 13 years ago
  28. 4513d89 switch d_add_ci() to d_splice_alias() in "found negative" case as well by Al Viro · 13 years ago
  29. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 13 years ago
  30. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  31. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  32. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  33. 1836750 fix loop checks in d_materialise_unique() by Al Viro · 13 years ago
  34. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  35. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  36. 1879fd6 add hlist_bl_lock/unlock helpers by Christoph Hellwig · 13 years ago
  37. dea3667 vfs: get rid of insane dentry hashing rules by Linus Torvalds · 13 years ago
  38. b07ad99 vfs: get rid of 'struct dcache_hash_bucket' abstraction by Linus Torvalds · 13 years ago
  39. 7ebfa57 vfs: fix incorrect dentry_update_name_case() BUG_ON() test by Linus Torvalds · 13 years ago
  40. f539abe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  41. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  42. 24ff666 fs: call security_d_instantiate in d_obtain_alias V2 by Josef Bacik · 14 years ago
  43. c83ce98 VFS: Fix the nfs sillyrename regression in kernel 2.6.38 by Trond Myklebust · 13 years ago
  44. c826cb7 dcache.c: create helper function for duplicated functionality by Linus Torvalds · 13 years ago
  45. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 13 years ago
  46. b0a4bb8 fs: update comments to point correct document by Namhyung Kim · 13 years ago
  47. ff5fdb6 fs: fix new dcache.c kernel-doc warnings by Randy Dunlap · 13 years ago
  48. f8206b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  49. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 13 years ago
  50. 6f7f7ca Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE() by Linus Torvalds · 13 years ago
  51. 208898c fs: fix kernel-doc for dcache::prepend_path by Randy Dunlap · 14 years ago
  52. 1c97754 fs: fix kernel-doc for dcache::d_validate by Randy Dunlap · 14 years ago
  53. c8aebb0 per-superblock default ->d_op by Al Viro · 13 years ago
  54. 9d55c36 fs: implement faster dentry memcmp by Nick Piggin · 13 years ago
  55. e1bb578 fs: prefetch inode data in dcache lookup by Nick Piggin · 13 years ago
  56. 4b93688 fs: improve scalability of pseudo filesystems by Nick Piggin · 13 years ago
  57. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 13 years ago
  58. ceb5bdc fs: dcache per-bucket dcache hash locking by Nick Piggin · 13 years ago
  59. 44a7d7a fs: cache optimise dentry and inode for rcu-walk by Nick Piggin · 13 years ago
  60. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  61. 5f57cbc fs: dcache remove d_mounted by Nick Piggin · 13 years ago
  62. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 13 years ago
  63. 77812a1 fs: consolidate dentry kill sequence by Nick Piggin · 13 years ago
  64. ec33679 fs: use RCU in shrink_dentry_list to reduce lock nesting by Nick Piggin · 13 years ago
  65. be182bf fs: reduce dcache_inode_lock width in lru scanning by Nick Piggin · 13 years ago
  66. 89e6054 fs: dcache reduce prune_one_dentry locking by Nick Piggin · 13 years ago
  67. a734eb4 fs: dcache reduce d_parent locking by Nick Piggin · 13 years ago
  68. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  69. 357f8e6 fs: dcache reduce dcache_inode_lock by Nick Piggin · 13 years ago
  70. 89ad485 fs: dcache reduce locking in d_alloc by Nick Piggin · 13 years ago
  71. 61f3dee fs: dcache reduce dput locking by Nick Piggin · 13 years ago
  72. 58db63d fs: dcache avoid starvation in dcache multi-step operations by Nick Piggin · 13 years ago
  73. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  74. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 13 years ago
  75. 9abca36 fs: increase d_name lock coverage by Nick Piggin · 13 years ago
  76. b23fb0a fs: scale inode alias list by Nick Piggin · 13 years ago
  77. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  78. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  79. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  80. 2304450 fs: dcache scale lru by Nick Piggin · 13 years ago
  81. 789680d fs: dcache scale hash by Nick Piggin · 13 years ago
  82. ec2447c hostfs: simplify locking by Nick Piggin · 13 years ago
  83. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  84. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  85. fb2d5b8 fs: name case update method by Nick Piggin · 13 years ago
  86. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  87. 3e880fb fs: use fast counters for vfs caches by Nick Piggin · 13 years ago
  88. 86c8749 vfs: revert per-cpu nr_unused counters for dentry and inodes by Nick Piggin · 13 years ago
  89. 786a5e1 fs: d_validate fixes by Nick Piggin · 13 years ago
  90. d3a23e1 Revert "fs: use RCU read side protection in d_validate" by Nick Piggin · 13 years ago
  91. 3825bdb fs: use RCU read side protection in d_validate by Christoph Hellwig · 14 years ago
  92. a463335 fs: clean up dentry lru modification by Christoph Hellwig · 14 years ago
  93. 3049cfe fs: split __shrink_dcache_sb by Christoph Hellwig · 14 years ago
  94. 265ac90 fs: improve DCACHE_REFERENCED usage by Nick Piggin · 14 years ago
  95. 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
  96. 9c82ab9 fs: simplify __d_free by Christoph Hellwig · 14 years ago
  97. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  98. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  99. b04f784 fs: remove extra lookup in __lookup_hash by Nick Piggin · 14 years ago
  100. cd956a1 fs/dcache: fix function param name in kernel-doc by Randy Dunlap · 14 years ago