1. 555a0ce kernfs: prevent early freeing of root node by Minchan Kim · 3 years, 1 month ago
  2. 393c371 kernfs: switch global kernfs_rwsem lock to per-fs lock by Minchan Kim · 3 years, 1 month ago
  3. b5bc8ac Merge 5.15-rc6 into driver-core-next by Greg Kroah-Hartman · 3 years, 2 months ago
  4. 8f5cfb3 fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link() by Luis Chamberlain · 3 years, 3 months ago
  5. 410d591 kernfs: don't create a negative dentry if inactive node exists by Ian Kent · 3 years, 3 months ago
  6. df38d85 kernfs: also call kernfs_set_rev() for positive dentry by Hou Tao · 3 years, 3 months ago
  7. df6192f kernfs: dont call d_splice_alias() under kernfs node lock by Ian Kent · 3 years, 6 months ago
  8. 47b5c64 kernfs: use i_lock to protect concurrent inode updates by Ian Kent · 3 years, 6 months ago
  9. 7ba0273 kernfs: switch kernfs to use an rwsem by Ian Kent · 3 years, 6 months ago
  10. c7e7c04 kernfs: use VFS negative dentry caching by Ian Kent · 3 years, 6 months ago
  11. 895adbe kernfs: add a revision to identify directory node changes by Ian Kent · 3 years, 6 months ago
  12. f5c13f1 Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 6 months ago
  13. c1e3dbe fs: move ramfs_aops to libfs by Christoph Hellwig · 3 years, 6 months ago
  14. d826e03 kernfs: move revalidate to be near lookup by Ian Kent · 3 years, 7 months ago
  15. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  16. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  17. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  18. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  19. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  20. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  21. f2d6c27 kernfs: wire up ->splice_read and ->splice_write by Christoph Hellwig · 4 years ago
  22. cc099e0 kernfs: implement ->write_iter by Christoph Hellwig · 4 years ago
  23. 4eaad21 kernfs: implement ->read_iter by Christoph Hellwig · 4 years ago
  24. 0288e7f fs/kernfs: remove the double check of dentry->inode by Hui Su · 4 years, 2 months ago
  25. 21774fd kernfs: bring names in comments in line with code by Willem de Bruijn · 4 years, 2 months ago
  26. 40a100d fsnotify: pass dir and inode arguments to fsnotify() by Amir Goldstein · 4 years, 5 months ago
  27. 82ace1e fsnotify: create helper fsnotify_inode() by Amir Goldstein · 4 years, 5 months ago
  28. 497b0c5 fsnotify: send event to parent and child with single callback by Amir Goldstein · 4 years, 6 months ago
  29. 9991bb8 kernfs: do not call fsnotify() with name without a parent by Amir Goldstein · 4 years, 6 months ago
  30. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  31. 0f605db kernfs: Change kernfs_node lockdep name to "kn->active" by Waiman Long · 4 years, 9 months ago
  32. 0c47383 kernfs: Add option to enable user xattrs by Daniel Xu · 4 years, 10 months ago
  33. a46a229 kernfs: Add removed_size out param for simple_xattr_set by Daniel Xu · 4 years, 10 months ago
  34. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  35. 5bf33f0 fs/kernfs/dir.c: Clean code by removing always true condition by Mateusz Nosek · 5 years ago
  36. f0f3588 kernfs: don't bother with timestamp truncation by Al Viro · 5 years ago
  37. 0aecba6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  38. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  39. 6c2d4798 new helper: lookup_positive_unlocked() by Al Viro · 5 years ago
  40. 4043045 kernfs: use 64bit inos if ino_t is 64bit by Tejun Heo · 5 years ago
  41. 33c5ac9 kernfs: implement custom exportfs ops and fid type by Tejun Heo · 5 years ago
  42. fe0f726 kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id() by Tejun Heo · 5 years ago
  43. 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
  44. 880df13 kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodes by Tejun Heo · 5 years ago
  45. b680b08 kernfs: use dumber locking for kernfs_find_and_get_node_by_ino() by Tejun Heo · 5 years ago
  46. e23f568 kernfs: fix ino wrap-around detection by Tejun Heo · 5 years ago
  47. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  48. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  49. 3818c19 timestamp_truncate: Replace users of timespec64_trunc by Deepa Dinamani · 6 years ago
  50. bbe70e4 fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_locked() by Jia-Ju Bai · 5 years ago
  51. 2fd60da kernfs: fix potential null pointer dereference by Peng Wang · 5 years ago
  52. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  53. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  54. d27fb65 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  55. f72dae2 Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  56. 25b229d fsnotify(): switch to passing const struct qstr * for file_name by Al Viro · 6 years ago
  57. 9982679 kernfs: fix barrier usage in __kernfs_new_node() by Andrea Parri · 6 years ago
  58. 1537ad1 kernfs: fix xattr name handling in LSM helpers by Ondrej Mosnacek · 6 years ago
  59. e19dfdc kernfs: initialize security of newly created nodes by Ondrej Mosnacek · 6 years ago
  60. b230d5a LSM: add new hook for kernfs node initialization by Ondrej Mosnacek · 6 years ago
  61. 0ac6075 kernfs: use simple_xattrs for security attributes by Ondrej Mosnacek · 6 years ago
  62. d0c9c15 kernfs: do not alloc iattrs in kernfs_xattr_get by Ondrej Mosnacek · 6 years ago
  63. 0589521 kernfs: clean up struct kernfs_iattrs by Ondrej Mosnacek · 6 years ago
  64. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  65. e431f2d Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  66. 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
  67. 23bf1b6 kernfs, sysfs, cgroup, intel_rdt: Support fs_context by David Howells · 6 years ago
  68. 26e28d6 kernfs: Allocating memory for kernfs_iattrs with kmem_cache. by Ayush Mittal · 6 years ago
  69. 6d7fbce kill kernfs_pin_sb() by Al Viro · 6 years ago
  70. 399504e fix cgroup_do_mount() handling of failure exits by Al Viro · 6 years ago
  71. 03c0a92 kernfs: Improve kernfs_notify() poll notification latency by Radu Rendec · 6 years ago
  72. 4b85afb mm: zero-seek shrinkers by Johannes Weiner · 6 years ago
  73. a75e78f kernfs: Fix range checks in kernfs_get_target_path by Bernd Edlinger · 6 years ago
  74. a18d783 Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  75. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  76. 166126c kernfs: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
  77. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  78. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 7 years ago
  79. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  80. ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  81. 82382ac kernfs: deal with kernfs_fill_super() failures by Al Viro · 7 years ago
  82. 9ee8446 fs: kernfs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  83. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  84. 878e66d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  85. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. ba87977 kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 7 years ago
  87. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  88. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  89. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  90. ef13ecb kernfs: checking for IS_ERR() instead of NULL by Dan Carpenter · 7 years ago
  91. 39bf04d kernfs: Clarify lockdep name for kn->count by Waiman Long · 7 years ago
  92. 69fd5c3 blktrace: add an option to allow displaying cgroup path by Shaohua Li · 7 years ago
  93. aa81882 kernfs: add exportfs operations by Shaohua Li · 7 years ago
  94. c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 7 years ago
  95. 319ba91 kernfs: don't set dentry->d_fsdata by Shaohua Li · 7 years ago
  96. ba16b28 kernfs: add an API to get kernfs node from inode number by Shaohua Li · 7 years ago
  97. 4a3ef68 kernfs: implement i_generation by Shaohua Li · 7 years ago
  98. 7d35079 kernfs: use idr instead of ida to manage inode number by Shaohua Li · 7 years ago
  99. 966fa72 kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() by Vaibhav Jain · 8 years ago
  100. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago