1. 13ff513 Merge 4.9.203 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  2. 90b3fec kernfs: Fix range checks in kernfs_get_target_path by Bernd Edlinger · 6 years ago
  3. 2c54994 BACKPORT: fs: kernfs: add poll file operation by Johannes Weiner · 5 years ago
  4. 1325e70 UPSTREAM: kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() by Vaibhav Jain · 7 years ago
  5. 983d5ea UPSTREAM: kernfs: fix locking around kernfs_ops->release() callback by Tejun Heo · 7 years ago
  6. 2768989 UPSTREAM: kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 7 years ago
  7. 52fc8c7 kernfs: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
  8. 058d13f kernfs: fix regression in kernfs_fop_write caused by wrong type by Ivan Vecera · 6 years ago
  9. 2a9becd kernfs: Add noop_fsync to supported kernfs_file_fops by Tony Luck · 8 years ago
  10. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  11. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  13. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  14. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  15. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  16. e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  17. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  18. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  19. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  20. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  21. df6a58c kernfs: don't depend on d_find_any_alias() when generating notifications by Tejun Heo · 8 years ago
  22. bb09c86 kernfs: remove kernfs_path_len() by Tejun Heo · 8 years ago
  23. 3abb1d9 kernfs: make kernfs_path*() behave in the style of strlcpy() by Tejun Heo · 8 years ago
  24. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  25. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  26. 29a517c kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC by Eric W. Biederman · 8 years ago
  27. 6e4eab5 fs: Add user namespace member to struct super_block by Eric W. Biederman · 8 years ago
  28. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  29. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  30. 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
  31. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 3cc9b23 kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call by Serge E. Hallyn · 8 years ago
  33. 4f41fc5 cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces by Serge E. Hallyn · 8 years ago
  34. 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 8 years ago
  35. 779b839 kernfs: use lookup_one_len_unlocked() by Al Viro · 8 years ago
  36. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  37. e99ed4d kernfs_path_from_node_locked: don't overwrite nlen by Serge Hallyn · 8 years ago
  38. e4234a1 kernfs: Move faulting copy_user operations outside of the mutex by Chris Wilson · 8 years ago
  39. 5614e77 Merge 4.6-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  40. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  41. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  42. 3a3a5fe fs: kernfs: Replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 8 years ago
  43. 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
  44. fb3c831 kernfs: define kernfs_node_dentry by Aditya Kali · 8 years ago
  45. 9f6df57 kernfs: Add API to generate relative kernfs path by Aditya Kali · 8 years ago
  46. e56ed358 kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[] by Tejun Heo · 8 years ago
  47. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  48. b2a209f Revert "kernfs: do not account ino_ida allocations to memcg" by Vladimir Davydov · 8 years ago
  49. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  50. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  52. cd3417c kill free_page_put_link() by Al Viro · 8 years ago
  53. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 8 years ago
  54. 786534b tmpfs: listxattr should include POSIX ACL xattrs by Andreas Gruenbacher · 8 years ago
  55. aa7c524 tmpfs: Use xattr handler infrastructure by Andreas Gruenbacher · 8 years ago
  56. bd96f76 kernfs: implement kernfs_walk_and_get() by Tejun Heo · 8 years ago
  57. 9acee9c kernfs: implement kernfs_path_len() by Tejun Heo · 9 years ago
  58. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  59. ea01521 kernfs: Add support for always empty directories. by Eric W. Biederman · 9 years ago
  60. bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  61. 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
  62. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  63. fb02915 kernfs: make kernfs_get_inode() public by Tejun Heo · 9 years ago
  64. ba50150 kernfs: remove outdated and confusing comment by Wolfram Sang · 9 years ago
  65. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
  66. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  67. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  68. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  69. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  70. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  71. 7cff4b1 kernfs: handle poll correctly on 'direct_read' files. by NeilBrown · 9 years ago
  72. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 9 years ago
  73. 75287a6 kernfs: convert node name allocation to kstrdup_const by Andrzej Hajda · 9 years ago
  74. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  75. a7a2c68 fs: deduplicate noop_backing_dev_info by Christoph Hellwig · 9 years ago
  76. 72392ed kernfs: Fix kernfs_name_compare by Rasmus Villemoes · 9 years ago
  77. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  78. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  79. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  80. 4ef67a8 sysfs/kernfs: make read requests on pre-alloc files use the buffer. by NeilBrown · 10 years ago
  81. 2b75869 sysfs/kernfs: allow attributes to request write buffer be pre-allocated. by NeilBrown · 10 years ago
  82. 9b053f3 vfs: Remove unnecessary calls of check_submounts_and_drop by Eric W. Biederman · 10 years ago
  83. 90125ed Merge 3.16-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  84. 40f6123 Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  85. 8278bd3 kernfs: kernel-doc warning fix by Fabian Frederick · 10 years ago
  86. ecca47c kernfs: kernfs_notify() must be useable from non-sleepable contexts by Tejun Heo · 10 years ago
  87. 4e26445 kernfs: introduce kernfs_pin_sb() by Li Zefan · 10 years ago
  88. 26fc9cd kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 10 years ago
  89. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  90. 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 10 years ago
  91. d35cc56 Merge 3.15-rc3 into staging-next by Greg Kroah-Hartman · 10 years ago
  92. b44b214 kernfs: add back missing error check in kernfs_fop_mmap() by Tejun Heo · 10 years ago
  93. c1befb8 kernfs: fix a subdir count leak by Jianyu Zhan · 10 years ago
  94. d911d98 kernfs: make kernfs_notify() trigger inotify events too by Tejun Heo · 10 years ago
  95. 7d568a8 kernfs: implement kernfs_root->supers list by Tejun Heo · 10 years ago
  96. 4afddd6 kernfs: protect lazy kernfs_iattrs allocation with mutex by Tejun Heo · 10 years ago
  97. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  98. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  99. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  100. b7ce40c kernfs: cache atomic_write_len in kernfs_open_file by Tejun Heo · 10 years ago