1. 2159184 d_walk() might skip too much by Al Viro · 9 years ago
  2. 4bf46a2 VFS: Impose ordering on accesses of d_inode and d_flags by David Howells · 9 years ago
  3. 3d330dc dcache: return -ESTALE not -EBUSY on distributed fs race by J. Bruce Fields · 9 years ago
  4. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 9 years ago
  5. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 9 years ago
  6. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  7. df4c0e3 fs: dcache: manually unpoison dname after allocation to shut up kasan's reports by Andrey Ryabinin · 9 years ago
  8. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 9 years ago
  9. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 9 years ago
  10. 360f547 dcache: let the dentry count go down to zero without taking d_lock by Linus Torvalds · 9 years ago
  11. d6cb125 kill d_validate() by Al Viro · 9 years ago
  12. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  13. 4a7795d vfs: fix reference leak in d_prune_aliases() by Yan, Zheng · 10 years ago
  14. 08d4f77 dcache: fix kmemcheck warning in switch_names by Mikulas Patocka · 10 years ago
  15. b5ae6b1 merge d_materialise_unique() into d_splice_alias() by Al Viro · 10 years ago
  16. 427c77d d_add_ci() should just accept a hashed exact match if it finds one by Al Viro · 10 years ago
  17. ca5358e deal with deadlock in d_walk() by Al Viro · 10 years ago
  18. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  19. 51486b9 fix inode leaks on d_splice_alias() failure exits by Al Viro · 10 years ago
  20. 810bb17 take dname_external() into fs/dcache.c by Al Viro · 10 years ago
  21. b8314f9 dcache: Fix no spaces at the start of a line in dcache.c by Daeseok Youn · 10 years ago
  22. 2926620 dcache.c: call ->d_prune() regardless of d_unhashed() by Al Viro · 10 years ago
  23. 29355c3 d_prune_alias(): just lock the parent and call __dentry_kill() by Al Viro · 10 years ago
  24. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 10 years ago
  25. 1ffe46d vfs: Merge check_submounts_and_drop and d_invalidate by Eric W. Biederman · 10 years ago
  26. 8ed936b vfs: Lazily remove mounts on unlinked files and directories. by Eric W. Biederman · 11 years ago
  27. bafc9b7 vfs: More precise tests in d_invalidate by Eric W. Biederman · 10 years ago
  28. 3ccb354 vfs: Document the effect of d_revalidate on d_find_alias by Eric W. Biederman · 10 years ago
  29. 8d85b48 Allow sharing external names after __d_move() by Al Viro · 10 years ago
  30. 6d13f69 missing data dependency barrier in prepend_name() by Al Viro · 10 years ago
  31. d2fa4a8 vfs: Don't exchange "short" filenames unconditionally. by Mikhail Efremov · 10 years ago
  32. a28ddb8 fold swapping ->d_name.hash into switch_names() by Linus Torvalds · 10 years ago
  33. 986c019 fold unlocking the children into dentry_unlock_parents_for_move() by Al Viro · 10 years ago
  34. 63cf427 kill __d_materialise_dentry() by Al Viro · 10 years ago
  35. 4453641 __d_materialise_dentry(): flip the order of arguments by Al Viro · 10 years ago
  36. 9d8cd30 __d_move(): fold manipulations with ->d_child/->d_subdirs by Al Viro · 10 years ago
  37. 8527dd7 don't open-code d_rehash() in d_materialise_unique() by Al Viro · 10 years ago
  38. 5cc3821 pull rehashing and unlocking the target dentry into __d_materialise_dentry() by Al Viro · 10 years ago
  39. 83373f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. 6f18493 move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) by Al Viro · 10 years ago
  41. 99d263d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  42. 49c7dd2 fs: mark __d_obtain_alias static by Fengguang Wu · 10 years ago
  43. 95ad5c2 dcache: d_splice_alias should detect loops by J. Bruce Fields · 10 years ago
  44. 8d80d7d dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED by J. Bruce Fields · 10 years ago
  45. 52ed46f dcache: remove unused d_find_alias parameter by J. Bruce Fields · 10 years ago
  46. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  47. da093a9 dcache: d_splice_alias should ignore DCACHE_DISCONNECTED by J. Bruce Fields · 10 years ago
  48. 908790f dcache: d_splice_alias mustn't create directory aliases by J. Bruce Fields · 10 years ago
  49. 75a2352 dcache: close d_move race in d_splice_alias by J. Bruce Fields · 10 years ago
  50. 3f70bd5 dcache: move d_splice_alias by J. Bruce Fields · 10 years ago
  51. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  52. c2338f2 lock_parent: don't step on stale ->d_parent of all-but-freed one by Al Viro · 10 years ago
  53. 1f7e061 fs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  54. 9f12600 dcache: add missing lockdep annotation by Linus Torvalds · 10 years ago
  55. 8cbf74d dentry_kill() doesn't need the second argument now by Al Viro · 10 years ago
  56. b2b8019 dealing with the rest of shrink_dentry_list() livelock by Al Viro · 10 years ago
  57. 046b961 shrink_dentry_list(): take parent's ->d_lock earlier by Al Viro · 10 years ago
  58. ff2fde9 expand dentry_kill(dentry, 0) in shrink_dentry_list() by Al Viro · 10 years ago
  59. e55fd01 split dentry_kill() by Al Viro · 10 years ago
  60. 64fd72e lift the "already marked killed" case into shrink_dentry_list() by Al Viro · 10 years ago
  61. 60942f2 dcache: don't need rcu in shrink_dentry_list() by Miklos Szeredi · 10 years ago
  62. 9c8c10e more graceful recovery in umount_collect() by Al Viro · 10 years ago
  63. fe91522 don't remove from shrink list in select_collect() by Al Viro · 10 years ago
  64. 41edf27 dentry_kill(): don't try to remove from shrink list by Al Viro · 10 years ago
  65. 01b6035 expand the call of dentry_lru_del() in dentry_kill() by Al Viro · 10 years ago
  66. b4f0354 new helper: dentry_free() by Al Viro · 10 years ago
  67. 5c47e6d fold try_prune_one_dentry() by Al Viro · 10 years ago
  68. 03b3b88 fold d_kill() and d_free() by Al Viro · 10 years ago
  69. 2221331 fix races between __d_instantiate() and checks of dentry flags by Al Viro · 10 years ago
  70. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  71. da1ce06 vfs: add cross-rename by Miklos Szeredi · 10 years ago
  72. 0654a65 Merge tag 'v3.14' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  73. e825196 make prepend_name() work correctly when called with negative *buflen by Al Viro · 10 years ago
  74. 31bbe16 drm: add pseudo filesystem for shared inodes by David Herrmann · 10 years ago
  75. f650080 __dentry_path() fixes by Al Viro · 10 years ago
  76. a8323da vfs: Remove second variable named error in __dentry_path by Eric W. Biederman · 10 years ago
  77. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  78. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 10 years ago
  79. f48cfdd vfs: In d_path don't call d_dname on a mount point by Eric W. Biederman · 11 years ago
  80. 31dec13 fold try_to_ascend() into the sole remaining caller by Al Viro · 11 years ago
  81. 482db90 dcache.c: get rid of pointless macros by Al Viro · 11 years ago
  82. 2bc74fe take read_seqbegin_or_lock() and friends to seqlock.h by Al Viro · 11 years ago
  83. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. ede4ceb prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts by Al Viro · 11 years ago
  85. 4ec6c2a fix unpaired rcu lock in prepend_path() by Li Zhong · 11 years ago
  86. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. f80de2c dcache: don't clear DCACHE_DISCONNECTED too early by J. Bruce Fields · 12 years ago
  88. e1a24bb dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries by J. Bruce Fields · 12 years ago
  89. 7632e46 dcache: use IS_ROOT to decide where dentry is hashed by J. Bruce Fields · 12 years ago
  90. b18825a VFS: Put a small type field into struct dentry::d_flags by David Howells · 11 years ago
  91. b61625d fold __d_shrink() into its only remaining caller by Al Viro · 11 years ago
  92. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  93. 42c3260 switch shrink_dcache_for_umount() to use of d_walk() by Al Viro · 11 years ago
  94. 1ca7d67 seqcount: Add lockdep functionality to seqcount/seqlock structures by John Stultz · 11 years ago
  95. 358eec1 vfs: decrapify dput(), fix cache behavior under normal load by Linus Torvalds · 11 years ago
  96. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  97. 94e92a6 move taking vfsmount_lock down into prepend_path() by Al Viro · 11 years ago
  98. 69c88dc vfs: fix new kernel-doc warnings by Randy Dunlap · 11 years ago
  99. 05a8252 vfs: fix typo in comment in recent dentry work by Linus Torvalds · 11 years ago
  100. 89dc77b vfs: fix dentry LRU list handling and nr_dentry_unused accounting by Linus Torvalds · 11 years ago