1. 9abca36 fs: increase d_name lock coverage by Nick Piggin · 14 years ago
  2. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  3. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  4. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  5. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  6. 2304450 fs: dcache scale lru by Nick Piggin · 14 years ago
  7. 789680d fs: dcache scale hash by Nick Piggin · 14 years ago
  8. ec2447c hostfs: simplify locking by Nick Piggin · 14 years ago
  9. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  10. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  11. fb2d5b8 fs: name case update method by Nick Piggin · 14 years ago
  12. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  13. 3e880fb fs: use fast counters for vfs caches by Nick Piggin · 14 years ago
  14. 86c8749 vfs: revert per-cpu nr_unused counters for dentry and inodes by Nick Piggin · 14 years ago
  15. 786a5e1 fs: d_validate fixes by Nick Piggin · 14 years ago
  16. d3a23e1 Revert "fs: use RCU read side protection in d_validate" by Nick Piggin · 14 years ago
  17. 3825bdb fs: use RCU read side protection in d_validate by Christoph Hellwig · 14 years ago
  18. a463335 fs: clean up dentry lru modification by Christoph Hellwig · 14 years ago
  19. 3049cfe fs: split __shrink_dcache_sb by Christoph Hellwig · 14 years ago
  20. 265ac90 fs: improve DCACHE_REFERENCED usage by Nick Piggin · 14 years ago
  21. 312d3ca fs: use percpu counter for nr_dentry and nr_dentry_unused by Christoph Hellwig · 14 years ago
  22. 9c82ab9 fs: simplify __d_free by Christoph Hellwig · 14 years ago
  23. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  24. 99b7db7 fs: brlock vfsmount_lock by Nick Piggin · 14 years ago
  25. b04f784 fs: remove extra lookup in __lookup_hash by Nick Piggin · 14 years ago
  26. cd956a1 fs/dcache: fix function param name in kernel-doc by Randy Dunlap · 14 years ago
  27. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  28. ffd1f4e vfs: only add " (deleted)" where necessary by Miklos Szeredi · 14 years ago
  29. f2eb657 vfs: add prepend_path() helper by Miklos Szeredi · 14 years ago
  30. 98dc568 vfs: __d_path: dont prepend the name of the root dentry by Miklos Szeredi · 14 years ago
  31. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  32. dca3325 no need for list_for_each_entry_safe()/resetting with superblock list by Al Viro · 14 years ago
  33. c103135 new helper: __dentry_path() by Al Viro · 14 years ago
  34. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  35. 57439f8 fs: fix superblock iteration race by npiggin@suse.de · 14 years ago
  36. 79893c1 fix prune_dcache()/umount() race by Al Viro · 14 years ago
  37. 551de6f Leave superblocks on s_list until the end by Al Viro · 14 years ago
  38. 13e3c5e clean DCACHE_CANT_MOUNT in d_delete() by Al Viro · 14 years ago
  39. 4919c5e fix race in d_splice_alias() by Al Viro · 14 years ago
  40. 2096f75 New helper: path_is_under(path1, path2) by Al Viro · 14 years ago
  41. ec4f860 fs/dcache.c: CodingStyle cleanup by H Hartley Sweeten · 15 years ago
  42. ef26ca9 libfs: move EXPORT_SYMBOL for d_alloc_name by H Hartley Sweeten · 15 years ago
  43. 613afbf sched: Pull up the might_sleep() check into cond_resched() by Frederic Weisbecker · 15 years ago
  44. f3da392 dcache: extrace and use d_unlinked() by Alexey Dobriyan · 15 years ago
  45. c490d79 fs: dcache fix LRU ordering by npiggin@suse.de · 15 years ago
  46. 24b6f16 No need for crossing to mountpoint in audit_tag_tree() by Al Viro · 15 years ago
  47. e5824c9 Trim includes of fdtable.h by Al Viro · 15 years ago
  48. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  49. b6520c8 cleanup d_add_ci by Christoph Hellwig · 16 years ago
  50. adc4872 EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL by Benny Halevy · 15 years ago
  51. 3cdad42 [CVE-2009-0029] System call wrappers part 20 by Heiko Carstens · 16 years ago
  52. 9a8d5bb generic swap(): dcache: use swap() instead of private do_switch() by Wu Fengguang · 16 years ago
  53. b6b3fde filp_cachep can be static in fs/file_table.c by Eric Dumazet · 16 years ago
  54. 52afeef expand some comments (d_path / seq_path) by Arjan van de Ven · 16 years ago
  55. be42c4c correct wrong function name of d_put in kernel document and source comment by Zhaolei · 16 years ago
  56. dc711ca fix switch_names() breakage in short-to-short case by Al Viro · 16 years ago
  57. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  58. fd217f4 [PATCH] fs: add a sanity check in d_free by Arjan van de Ven · 16 years ago
  59. 5cec56d [PATCH] fs/dcache.c: update comment of d_validate() by Qinghuang Feng · 16 years ago
  60. 8f3dfaa [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate() by OGAWA Hirofumi · 16 years ago
  61. 360da90 [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helper by OGAWA Hirofumi · 16 years ago
  62. e2761a1 [PATCH vfs-2.6 2/6] vfs: add d_ancestor() by OGAWA Hirofumi · 16 years ago
  63. 871c006 [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT() by OGAWA Hirofumi · 16 years ago
  64. 9308a61 [PATCH] kill d_alloc_anon by Christoph Hellwig · 16 years ago
  65. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  66. 4ea3ada [PATCH] new helper: d_obtain_alias by Christoph Hellwig · 16 years ago
  67. d0185c0 Fix NULL pointer dereference in proc_sys_compare by Linus Torvalds · 16 years ago
  68. e45b590 [PATCH] change d_add_ci argument ordering by Christoph Hellwig · 16 years ago
  69. 9403540 dcache: Add case-insensitive support d_ci_add() routine by Barry Naujok · 16 years ago
  70. f3c6ba9 vfs: add cond_resched_lock while scanning dentry LRU lists by Kentaro Makita · 16 years ago
  71. da3bbdd fix soft lock up at NFS mount via per-SB LRU-list of unused dentries by Kentaro Makita · 16 years ago
  72. cdd16d0 [patch 2/3] vfs: dcache cleanups by Miklos Szeredi · 16 years ago
  73. 31f3e0b [patch 1/3] vfs: dcache sparse fixes by Miklos Szeredi · 16 years ago
  74. be285c7 [patch 3/3] vfs: make d_path() consistent across mount operations by Andreas Gruenbacher · 16 years ago
  75. 20d4fdc [patch 2/4] fs: make struct file arg to d_path const by Jan Engelhardt · 16 years ago
  76. 9d1bc601 [patch 2/7] vfs: mountinfo: add seq_file_root() by Miklos Szeredi · 16 years ago
  77. 6092d04 [patch 1/7] vfs: mountinfo: add dentry_path() by Ram Pai · 16 years ago
  78. 4a0962a dentries: Extract common code to remove dentry from lru by Christoph Lameter · 16 years ago
  79. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  80. a03a8a70 d_path: kerneldoc cleanup by Jan Blunck · 16 years ago
  81. 329c97f One less parameter to __d_path by Jan Blunck · 16 years ago
  82. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  83. 0d71bd5 inotify: remove debug code by Nick Piggin · 16 years ago
  84. e8462ca fs: use hlist_unhashed by Akinobu Mita · 16 years ago
  85. 321bcf9 dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd> by J. Bruce Fields · 17 years ago
  86. 74c3cbe [PATCH] audit: watching subtrees by Al Viro · 17 years ago
  87. f77e349 vfs: use the predefined d_unhashed inline function instead by Denis Cheng · 17 years ago
  88. 37c4252 shrink_dcache_sb speedup by Denis V. Lunev · 17 years ago
  89. bc154b1 dcache: trivial comment fix by J. Bruce Fields · 17 years ago
  90. 85864e1 clean out unused code in dentry pruning by Miklos Szeredi · 17 years ago
  91. 74bf17c fs: remove the unused mempages parameter by Denis Cheng · 17 years ago
  92. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  93. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  94. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  95. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  96. c23fbb6 VFS: delay the dentry name generation on sockets and pipes by Eric Dumazet · 17 years ago
  97. 24c32d7 mm: shrink parent dentries when shrinking slab by Andrew Morton · 17 years ago
  98. d52b908 fix quadratic behavior of shrink_dcache_parent() by Miklos Szeredi · 17 years ago
  99. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  100. 552ce54 Revert "[PATCH] Fix d_path for lazy unmounts" by Linus Torvalds · 17 years ago