1. 8f5be0e kernfs: update comment about kernfs_path() return value by Konstantin Khlebnikov · 6 years ago
  2. 488dee9 kernfs: allow creating kernfs objects with arbitrary uid/gid by Dmitry Torokhov · 6 years ago
  3. 69fd5c3 blktrace: add an option to allow displaying cgroup path by Shaohua Li · 7 years ago
  4. aa81882 kernfs: add exportfs operations by Shaohua Li · 7 years ago
  5. c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 7 years ago
  6. 4a3ef68 kernfs: implement i_generation by Shaohua Li · 7 years ago
  7. 7d35079 kernfs: use idr instead of ida to manage inode number by Shaohua Li · 7 years ago
  8. 0e67db2 kernfs: add kernfs_ops->open/release() callbacks by Tejun Heo · 8 years ago
  9. a1d82af kernfs: make kernfs_open_file->mmapped a bitfield by Tejun Heo · 8 years ago
  10. bb09c86 kernfs: remove kernfs_path_len() by Tejun Heo · 8 years ago
  11. 3abb1d9 kernfs: make kernfs_path*() behave in the style of strlcpy() by Tejun Heo · 8 years ago
  12. 0e0b2af kernfs: add dummy implementation of kernfs_path_from_node() by Tejun Heo · 8 years ago
  13. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  14. 4f41fc5 cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces by Serge E. Hallyn · 9 years ago
  15. e4234a1 kernfs: Move faulting copy_user operations outside of the mutex by Chris Wilson · 9 years ago
  16. fb3c831 kernfs: define kernfs_node_dentry by Aditya Kali · 9 years ago
  17. 9f6df57 kernfs: Add API to generate relative kernfs path by Aditya Kali · 9 years ago
  18. bd96f76 kernfs: implement kernfs_walk_and_get() by Tejun Heo · 9 years ago
  19. 9acee9c kernfs: implement kernfs_path_len() by Tejun Heo · 9 years ago
  20. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  21. ea01521 kernfs: Add support for always empty directories. by Eric W. Biederman · 10 years ago
  22. fb02915 kernfs: make kernfs_get_inode() public by Tejun Heo · 10 years ago
  23. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
  24. 2b75869 sysfs/kernfs: allow attributes to request write buffer be pre-allocated. by NeilBrown · 10 years ago
  25. 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
  26. ecca47c kernfs: kernfs_notify() must be useable from non-sleepable contexts by Tejun Heo · 11 years ago
  27. 4e26445 kernfs: introduce kernfs_pin_sb() by Li Zefan · 11 years ago
  28. 26fc9cd kernfs: move the last knowledge of sysfs out from kernfs by Jianyu Zhan · 11 years ago
  29. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  30. 555724a kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs by Tejun Heo · 11 years ago
  31. 7d568a8 kernfs: implement kernfs_root->supers list by Tejun Heo · 11 years ago
  32. b7ce40c kernfs: cache atomic_write_len in kernfs_open_file by Tejun Heo · 11 years ago
  33. 13df797 Merge 3.14-rc5 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  34. fed95ba sysfs: fix namespace refcnt leak by Li Zefan · 11 years ago
  35. ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 11 years ago
  36. 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 11 years ago
  37. 0c23b22 kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename() by Tejun Heo · 11 years ago
  38. 2536390 kernfs: add kernfs_open_file->priv by Tejun Heo · 11 years ago
  39. 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 11 years ago
  40. d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 11 years ago
  41. 6a7fed4 kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options() by Tejun Heo · 11 years ago
  42. 90c07c8 kernfs: rename kernfs_dir_ops to kernfs_syscall_ops by Tejun Heo · 11 years ago
  43. 07c7530 kernfs: invoke dir_ops while holding active ref of the target node by Tejun Heo · 11 years ago
  44. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  45. 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  46. 182fd64 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
  47. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  48. abd54f0 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  49. 917f56c kernfs: add struct dentry declaration in kernfs.h by Tejun Heo · 11 years ago
  50. 87da149 Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq" by Greg Kroah-Hartman · 11 years ago
  51. 0890147 Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()" by Greg Kroah-Hartman · 11 years ago
  52. 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
  53. 4f4b1b6 Revert "kernfs: restructure removal path to fix possible premature return" by Greg Kroah-Hartman · 11 years ago
  54. 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
  55. 9b0925a Revert "kernfs: implement kernfs_{de|re}activate[_self]()" by Greg Kroah-Hartman · 11 years ago
  56. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
  57. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  58. 9f010c2 kernfs: implement kernfs_{de|re}activate[_self]() by Tejun Heo · 11 years ago
  59. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  60. 45a140e kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
  61. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  62. a69d001 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
  63. ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  64. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  65. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  66. bb8b9d0 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  67. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  68. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  69. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  70. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  71. ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
  72. cf9e5a7 sysfs, kernfs: make sysfs_dirent definition public by Tejun Heo · 11 years ago
  73. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  74. bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
  75. ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
  76. ccf73cf sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() by Tejun Heo · 11 years ago
  77. 517e64f sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation by Tejun Heo · 11 years ago
  78. 024f647 sysfs, kernfs: introduce kernfs_notify() by Tejun Heo · 11 years ago
  79. d19b984 sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() by Tejun Heo · 11 years ago
  80. 496f739 sysfs, kernfs: introduce kernfs_create_file[_ns]() by Tejun Heo · 11 years ago
  81. f6acf8b sysfs, kernfs: introduce kernfs_ops by Tejun Heo · 11 years ago
  82. dd8a5b0 sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h by Tejun Heo · 11 years ago
  83. 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  84. 5d60418 sysfs, kernfs: introduce kernfs_setattr() by Tejun Heo · 11 years ago
  85. 890ece1 sysfs, kernfs: introduce kernfs_rename[_ns]() by Tejun Heo · 11 years ago
  86. 5d0e26b sysfs, kernfs: introduce kernfs_create_link() by Tejun Heo · 11 years ago
  87. 879f40d sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() by Tejun Heo · 11 years ago
  88. b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago