1. 1879fd6 add hlist_bl_lock/unlock helpers by Christoph Hellwig · 13 years ago
  2. dea3667 vfs: get rid of insane dentry hashing rules by Linus Torvalds · 13 years ago
  3. b07ad99 vfs: get rid of 'struct dcache_hash_bucket' abstraction by Linus Torvalds · 13 years ago
  4. 7ebfa57 vfs: fix incorrect dentry_update_name_case() BUG_ON() test by Linus Torvalds · 13 years ago
  5. 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
  6. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  7. 24ff666 fs: call security_d_instantiate in d_obtain_alias V2 by Josef Bacik · 14 years ago
  8. c83ce98 VFS: Fix the nfs sillyrename regression in kernel 2.6.38 by Trond Myklebust · 13 years ago
  9. c826cb7 dcache.c: create helper function for duplicated functionality by Linus Torvalds · 13 years ago
  10. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 13 years ago
  11. b0a4bb8 fs: update comments to point correct document by Namhyung Kim · 13 years ago
  12. ff5fdb6 fs: fix new dcache.c kernel-doc warnings by Randy Dunlap · 13 years ago
  13. 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
  14. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 13 years ago
  15. 6f7f7ca Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE() by Linus Torvalds · 13 years ago
  16. 208898c fs: fix kernel-doc for dcache::prepend_path by Randy Dunlap · 14 years ago
  17. 1c97754 fs: fix kernel-doc for dcache::d_validate by Randy Dunlap · 14 years ago
  18. c8aebb0 per-superblock default ->d_op by Al Viro · 13 years ago
  19. 9d55c36 fs: implement faster dentry memcmp by Nick Piggin · 13 years ago
  20. e1bb578 fs: prefetch inode data in dcache lookup by Nick Piggin · 13 years ago
  21. 4b93688 fs: improve scalability of pseudo filesystems by Nick Piggin · 13 years ago
  22. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 13 years ago
  23. ceb5bdc fs: dcache per-bucket dcache hash locking by Nick Piggin · 13 years ago
  24. 44a7d7a fs: cache optimise dentry and inode for rcu-walk by Nick Piggin · 13 years ago
  25. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  26. 5f57cbc fs: dcache remove d_mounted by Nick Piggin · 13 years ago
  27. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 13 years ago
  28. 77812a1 fs: consolidate dentry kill sequence by Nick Piggin · 13 years ago
  29. ec33679 fs: use RCU in shrink_dentry_list to reduce lock nesting by Nick Piggin · 13 years ago
  30. be182bf fs: reduce dcache_inode_lock width in lru scanning by Nick Piggin · 13 years ago
  31. 89e6054 fs: dcache reduce prune_one_dentry locking by Nick Piggin · 13 years ago
  32. a734eb4 fs: dcache reduce d_parent locking by Nick Piggin · 13 years ago
  33. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  34. 357f8e6 fs: dcache reduce dcache_inode_lock by Nick Piggin · 13 years ago
  35. 89ad485 fs: dcache reduce locking in d_alloc by Nick Piggin · 13 years ago
  36. 61f3dee fs: dcache reduce dput locking by Nick Piggin · 13 years ago
  37. 58db63d fs: dcache avoid starvation in dcache multi-step operations by Nick Piggin · 13 years ago
  38. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  39. 949854d fs: Use rename lock and RCU for multi-step operations by Nick Piggin · 13 years ago
  40. 9abca36 fs: increase d_name lock coverage by Nick Piggin · 13 years ago
  41. b23fb0a fs: scale inode alias list by Nick Piggin · 13 years ago
  42. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  43. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  44. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 13 years ago
  45. 2304450 fs: dcache scale lru by Nick Piggin · 13 years ago
  46. 789680d fs: dcache scale hash by Nick Piggin · 13 years ago
  47. ec2447c hostfs: simplify locking by Nick Piggin · 13 years ago
  48. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  49. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  50. fb2d5b8 fs: name case update method by Nick Piggin · 13 years ago
  51. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago
  52. 3e880fb fs: use fast counters for vfs caches by Nick Piggin · 13 years ago
  53. 86c8749 vfs: revert per-cpu nr_unused counters for dentry and inodes by Nick Piggin · 13 years ago
  54. 786a5e1 fs: d_validate fixes by Nick Piggin · 13 years ago
  55. d3a23e1 Revert "fs: use RCU read side protection in d_validate" by Nick Piggin · 13 years ago
  56. 3825bdb fs: use RCU read side protection in d_validate by Christoph Hellwig · 14 years ago
  57. a463335 fs: clean up dentry lru modification by Christoph Hellwig · 14 years ago
  58. 3049cfe fs: split __shrink_dcache_sb by Christoph Hellwig · 14 years ago
  59. 265ac90 fs: improve DCACHE_REFERENCED usage by Nick Piggin · 14 years ago
  60. 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
  61. 9c82ab9 fs: simplify __d_free by Christoph Hellwig · 14 years ago
  62. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  63. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  64. b04f784 fs: remove extra lookup in __lookup_hash by Nick Piggin · 14 years ago
  65. cd956a1 fs/dcache: fix function param name in kernel-doc by Randy Dunlap · 14 years ago
  66. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  67. ffd1f4e vfs: only add " (deleted)" where necessary by Miklos Szeredi · 14 years ago
  68. f2eb657 vfs: add prepend_path() helper by Miklos Szeredi · 14 years ago
  69. 98dc568 vfs: __d_path: dont prepend the name of the root dentry by Miklos Szeredi · 14 years ago
  70. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  71. dca3325 no need for list_for_each_entry_safe()/resetting with superblock list by Al Viro · 14 years ago
  72. c103135 new helper: __dentry_path() by Al Viro · 14 years ago
  73. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  74. 57439f8 fs: fix superblock iteration race by npiggin@suse.de · 14 years ago
  75. 79893c1 fix prune_dcache()/umount() race by Al Viro · 14 years ago
  76. 551de6f Leave superblocks on s_list until the end by Al Viro · 14 years ago
  77. 13e3c5e clean DCACHE_CANT_MOUNT in d_delete() by Al Viro · 14 years ago
  78. 4919c5e fix race in d_splice_alias() by Al Viro · 14 years ago
  79. 2096f75 New helper: path_is_under(path1, path2) by Al Viro · 14 years ago
  80. ec4f860 fs/dcache.c: CodingStyle cleanup by H Hartley Sweeten · 14 years ago
  81. ef26ca9 libfs: move EXPORT_SYMBOL for d_alloc_name by H Hartley Sweeten · 15 years ago
  82. 613afbf sched: Pull up the might_sleep() check into cond_resched() by Frederic Weisbecker · 15 years ago
  83. f3da392 dcache: extrace and use d_unlinked() by Alexey Dobriyan · 15 years ago
  84. c490d79 fs: dcache fix LRU ordering by npiggin@suse.de · 15 years ago
  85. 24b6f16 No need for crossing to mountpoint in audit_tag_tree() by Al Viro · 15 years ago
  86. e5824c9 Trim includes of fdtable.h by Al Viro · 15 years ago
  87. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  88. b6520c8 cleanup d_add_ci by Christoph Hellwig · 15 years ago
  89. adc4872 EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL by Benny Halevy · 15 years ago
  90. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 15 years ago
  91. 9a8d5bb generic swap(): dcache: use swap() instead of private do_switch() by Wu Fengguang · 15 years ago
  92. b6b3fde filp_cachep can be static in fs/file_table.c by Eric Dumazet · 15 years ago
  93. 52afeef expand some comments (d_path / seq_path) by Arjan van de Ven · 16 years ago
  94. be42c4c correct wrong function name of d_put in kernel document and source comment by Zhaolei · 16 years ago
  95. dc711ca fix switch_names() breakage in short-to-short case by Al Viro · 16 years ago
  96. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  97. fd217f4 [PATCH] fs: add a sanity check in d_free by Arjan van de Ven · 16 years ago
  98. 5cec56d [PATCH] fs/dcache.c: update comment of d_validate() by Qinghuang Feng · 16 years ago
  99. 8f3dfaa [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate() by OGAWA Hirofumi · 16 years ago
  100. 360da90 [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper by OGAWA Hirofumi · 16 years ago