1. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  2. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  3. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 6 years ago
  4. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  5. ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  6. 82382ac kernfs: deal with kernfs_fill_super() failures by Al Viro · 6 years ago
  7. 9ee8446 fs: kernfs: Adding new return type vm_fault_t by Souptick Joarder · 6 years ago
  8. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  9. 878e66d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  10. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. ba87977 kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 7 years ago
  12. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  13. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  14. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  15. ef13ecb kernfs: checking for IS_ERR() instead of NULL by Dan Carpenter · 7 years ago
  16. 39bf04d kernfs: Clarify lockdep name for kn->count by Waiman Long · 7 years ago
  17. 69fd5c3 blktrace: add an option to allow displaying cgroup path by Shaohua Li · 7 years ago
  18. aa81882 kernfs: add exportfs operations by Shaohua Li · 7 years ago
  19. c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 7 years ago
  20. 319ba91 kernfs: don't set dentry->d_fsdata by Shaohua Li · 7 years ago
  21. ba16b28 kernfs: add an API to get kernfs node from inode number by Shaohua Li · 7 years ago
  22. 4a3ef68 kernfs: implement i_generation by Shaohua Li · 7 years ago
  23. 7d35079 kernfs: use idr instead of ida to manage inode number by Shaohua Li · 7 years ago
  24. 966fa72 kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() by Vaibhav Jain · 7 years ago
  25. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  26. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 7 years ago
  27. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 7 years ago
  28. f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  29. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  30. f83f3c5 kernfs: fix locking around kernfs_ops->release() callback by Tejun Heo · 7 years ago
  31. 1762715 kernfs: handle null pointers while printing node name and path by Konstantin Khlebnikov · 7 years ago
  32. 0e67db2 kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 8 years ago
  33. a1d82af kernfs: make kernfs_open_file->mmapped a bitfield by Tejun Heo · 8 years ago
  34. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  35. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  36. b5a0623 kernfs: Declare two local data structures static by Bart Van Assche · 8 years ago
  37. 2a9becd kernfs: Add noop_fsync to supported kernfs_file_fops by Tony Luck · 8 years ago
  38. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  39. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  40. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  41. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  42. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  43. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  44. e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  45. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  46. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  47. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  48. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  49. df6a58c kernfs: don't depend on d_find_any_alias() when generating notifications by Tejun Heo · 8 years ago
  50. bb09c86 kernfs: remove kernfs_path_len() by Tejun Heo · 8 years ago
  51. 3abb1d9 kernfs: make kernfs_path*() behave in the style of strlcpy() by Tejun Heo · 8 years ago
  52. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  53. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  54. 29a517c kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC by Eric W. Biederman · 8 years ago
  55. 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 8 years ago
  56. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  57. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  58. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  59. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. 3cc9b23 kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call by Serge E. Hallyn · 8 years ago
  61. 4f41fc5 cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces by Serge E. Hallyn · 8 years ago
  62. 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 8 years ago
  63. 779b839 kernfs: use lookup_one_len_unlocked() by Al Viro · 8 years ago
  64. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  65. e99ed4d kernfs_path_from_node_locked: don't overwrite nlen by Serge Hallyn · 8 years ago
  66. e4234a1 kernfs: Move faulting copy_user operations outside of the mutex by Chris Wilson · 8 years ago
  67. 5614e77 Merge 4.6-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  68. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  69. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  70. 3a3a5fe fs: kernfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  71. 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  72. fb3c831 kernfs: define kernfs_node_dentry by Aditya Kali · 8 years ago
  73. 9f6df57 kernfs: Add API to generate relative kernfs path by Aditya Kali · 8 years ago
  74. e56ed358 kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[] by Tejun Heo · 9 years ago
  75. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  76. b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 9 years ago
  77. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  78. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  79. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  80. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  81. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  82. 786534b tmpfs: listxattr should include POSIX ACL xattrs by Andreas Gruenbacher · 9 years ago
  83. aa7c524 tmpfs: Use xattr handler infrastructure by Andreas Gruenbacher · 9 years ago
  84. bd96f76 kernfs: implement kernfs_walk_and_get() by Tejun Heo · 9 years ago
  85. 9acee9c kernfs: implement kernfs_path_len() by Tejun Heo · 9 years ago
  86. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  87. ea01521 kernfs: Add support for always empty directories. by Eric W. Biederman · 9 years ago
  88. bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  89. 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  90. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  91. fb02915 kernfs: make kernfs_get_inode() public by Tejun Heo · 9 years ago
  92. ba50150 kernfs: remove outdated and confusing comment by Wolfram Sang · 9 years ago
  93. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
  94. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  95. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  96. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  97. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  98. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  99. 7cff4b1 kernfs: handle poll correctly on 'direct_read' files. by NeilBrown · 9 years ago
  100. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 9 years ago