1. e6b0c64f Merge 4.9.41 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. ad25f11 dentry name snapshots by Al Viro · 7 years ago
  3. 973117c ANDROID: vfs: change d_canonical_path to take two paths by Daniel Rosenberg · 8 years ago
  4. dab6f50 ANDROID: vfs: add d_canonical_path for stacked filesystem support by Daniel Rosenberg · 8 years ago
  5. 7b1742e vfs: make argument of d_real_inode() const by Miklos Szeredi · 8 years ago
  6. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  9. 285b102 vfs: new d_init method by Miklos Szeredi · 8 years ago
  10. 9aba36d qstr constify instances in fs/dcache.c by Al Viro · 8 years ago
  11. e698b8a vfs: document ->d_real() by Miklos Szeredi · 8 years ago
  12. 2d90267 vfs: merge .d_select_inode() into .d_real() by Miklos Szeredi · 8 years ago
  13. 67016f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  14. 30402c8 Merge branch 'overlayfs-af_unix-fix' into overlayfs-linus by Miklos Szeredi · 8 years ago
  15. ba65dc5 much milder d_walk() race by Al Viro · 8 years ago
  16. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  17. f4bcbe7 Pull out string hash to <linux/stringhash.h> by George Spelvin · 8 years ago
  18. a1180844 vfs: add d_real_inode() helper by Miklos Szeredi · 8 years ago
  19. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  20. 54d5ca8 vfs: add vfs_select_inode() helper by Miklos Szeredi · 8 years ago
  21. d9171b9 parallel lookups machinery, part 4 (and last) by Al Viro · 8 years ago
  22. 94bdd65 parallel lookups machinery, part 3 by Al Viro · 8 years ago
  23. 85c7f81 beginning of transition to parallel lookups - marking in-lookup dentries by Al Viro · 8 years ago
  24. d101a12 fs: add file_dentry() by Miklos Szeredi · 8 years ago
  25. d407574 Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  26. 0b81d07 fs crypto: move per-file encryption from f2fs tree to fs/crypto by Jaegeuk Kim · 9 years ago
  27. 34d0d19 uninline d_add() by Al Viro · 8 years ago
  28. 668d0cd replace d_add_unique() with saner primitive by Al Viro · 8 years ago
  29. a528aca use ->d_seq to get coherency between ->d_inode and ->d_flags by Al Viro · 8 years ago
  30. 2bd03e4 include/linux/dcache.h: remove semicolons from HASH_LEN_DECLARE by Andrew Morton · 8 years ago
  31. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  32. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  33. 4bacc9c overlayfs: Make f_path always point to the overlay and f_inode to the underlay by David Howells · 9 years ago
  34. 4bf46a2 VFS: Impose ordering on accesses of d_inode and d_flags by David Howells · 9 years ago
  35. 525d27b VFS: Add owner-filesystem positive/negative dentry checks by David Howells · 9 years ago
  36. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 9 years ago
  37. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 9 years ago
  38. e7f7d22 VFS: Add a whiteout dentry type by David Howells · 9 years ago
  39. 155e35d VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 9 years ago
  40. d6cb125 kill d_validate() by Al Viro · 9 years ago
  41. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  42. b5ae6b1 merge d_materialise_unique() into d_splice_alias() by Al Viro · 10 years ago
  43. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  44. 7b600f2 don't need that forward declaration of struct nameidata in dcache.h anymore by Al Viro · 10 years ago
  45. 810bb17 take dname_external() into fs/dcache.c by Al Viro · 10 years ago
  46. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 10 years ago
  47. 1ffe46d vfs: Merge check_submounts_and_drop and d_invalidate by Eric W. Biederman · 10 years ago
  48. 9226b5b vfs: avoid non-forwarding large load after small store in path lookup by Linus Torvalds · 10 years ago
  49. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 10 years ago
  50. 41edf27 dentry_kill(): don't try to remove from shrink list by Al Viro · 10 years ago
  51. da1ce06 vfs: add cross-rename by Miklos Szeredi · 10 years ago
  52. 44b1d53 vfs: add d_is_dir() by Miklos Szeredi · 10 years ago
  53. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 11 years ago
  54. b18825a VFS: Put a small type field into struct dentry::d_flags by David Howells · 11 years ago
  55. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  56. 55f841c super: fix calculation of shrinkable objects for small numbers by Glauber Costa · 11 years ago
  57. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 11 years ago
  58. 8aab6a2 vfs: reorganize dput() memory accesses by Linus Torvalds · 11 years ago
  59. f0d3b3d constify dcache.c inlined helpers where possible by Al Viro · 11 years ago
  60. 848ac114 vfs: check submounts and drop atomically by Miklos Szeredi · 11 years ago
  61. 1557008 vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock() by Linus Torvalds · 11 years ago
  62. 9847423 vfs: make the dentry cache use the lockref infrastructure by Waiman Long · 11 years ago
  63. 118b230 cope with potentially long ->d_dname() output for shmem/hugetlb by Al Viro · 11 years ago
  64. 24924a2 vfs: constify dentry parameter in d_count() by Peng Tao · 11 years ago
  65. 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
  66. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  67. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  68. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  69. da2d845 constify d_lookup() arguments by Al Viro · 11 years ago
  70. a713ca2 constify __d_lookup() arguments by Al Viro · 11 years ago
  71. ad8ca37 vfs: remove d_path_with_unreachable by Jeff Layton · 11 years ago
  72. 39e3c95 vfs: remove DCACHE_NEED_LOOKUP by Jeff Layton · 12 years ago
  73. b161dfa6 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 12 years ago
  74. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  75. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  76. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  77. 12f8ad4 vfs: clean up __d_lookup_rcu() and dentry_cmp() interfaces by Linus Torvalds · 12 years ago
  78. 32991ab vfs: d_alloc_root() gone by Al Viro · 12 years ago
  79. 5483f18 vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.c by Linus Torvalds · 12 years ago
  80. 5707c87 vfs: clarify and clean up dentry_cmp() by Linus Torvalds · 12 years ago
  81. 0145acc vfs: uninline full_name_hash() by Linus Torvalds · 12 years ago
  82. 8966be9 vfs: trivial __d_lookup_rcu() cleanups by Linus Torvalds · 12 years ago
  83. 1a52bb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  84. 46f72b3 vfs: export symbol d_find_any_alias() by Sage Weil · 12 years ago
  85. eaf5f90 fix shrink_dcache_parent() livelock by Miklos Szeredi · 12 years ago
  86. adc0e91 vfs: new helper - d_make_root() by Al Viro · 12 years ago
  87. 02125a8 fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API by Al Viro · 13 years ago
  88. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  89. 830c0f0 vfs: renumber DCACHE_xyz flags, remove some stale ones by Linus Torvalds · 13 years ago
  90. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  91. ed75e95 kill lookup_create() by Al Viro · 13 years ago
  92. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 13 years ago
  93. dea3667 vfs: get rid of insane dentry hashing rules by Linus Torvalds · 13 years ago
  94. 0f60f24 FS: lookup_mnt() is only used in the core fs routines now by David Howells · 13 years ago
  95. 1aed3e4 lose 'mounting_here' argument in ->d_manage() by Al Viro · 13 years ago
  96. ab90911 Allow d_manage() to be used in RCU-walk mode by David Howells · 13 years ago
  97. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 13 years ago
  98. 9875cf8 Add a dentry op to handle automounting rather than abusing follow_link() by David Howells · 13 years ago
  99. 2a8c0c68 fs: fix dcache.h kernel-doc notation by Randy Dunlap · 13 years ago
  100. 9d55c36 fs: implement faster dentry memcmp by Nick Piggin · 13 years ago