1. 88391d4 kernfs: fix off by one error. by Richard Cochran · 10 years ago
  2. 13df797 Merge 3.14-rc5 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  3. fed95ba sysfs: fix namespace refcnt leak by Li Zefan · 10 years ago
  4. f41c593 kernfs: fix kernfs_node_from_dentry() by Li Zefan · 10 years ago
  5. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  6. 9561a89 kernfs: fix hash calculation in kernfs_rename_ns() by Tejun Heo · 10 years ago
  7. ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 10 years ago
  8. 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 10 years ago
  9. 0c23b22 kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename() by Tejun Heo · 10 years ago
  10. 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 10 years ago
  11. d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 10 years ago
  12. b9c9dad kernfs: add missing kernfs_active() checks in directory operations by Tejun Heo · 10 years ago
  13. 6a7fed4 kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options() by Tejun Heo · 10 years ago
  14. 90c07c8 kernfs: rename kernfs_dir_ops to kernfs_syscall_ops by Tejun Heo · 10 years ago
  15. 07c7530 kernfs: invoke dir_ops while holding active ref of the target node by Tejun Heo · 10 years ago
  16. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 10 years ago
  17. 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 10 years ago
  18. 182fd64 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 10 years ago
  19. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 10 years ago
  20. ccf02aa kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate() by Tejun Heo · 10 years ago
  21. 35beab0 kernfs: restructure removal path to fix possible premature return by Tejun Heo · 10 years ago
  22. abd54f0 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 10 years ago
  23. a660793 kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag by Tejun Heo · 10 years ago
  24. da9846a kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag by Tejun Heo · 10 years ago
  25. db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 10 years ago
  26. bb30594 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 10 years ago
  27. 683bb27 Revert "kernfs: fix get_active failure handling in kernfs_seq_*()" by Greg Kroah-Hartman · 10 years ago
  28. 87da149 Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq" by Greg Kroah-Hartman · 10 years ago
  29. 0890147 Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()" by Greg Kroah-Hartman · 10 years ago
  30. 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 10 years ago
  31. 4f4b1b6 Revert "kernfs: restructure removal path to fix possible premature return" by Greg Kroah-Hartman · 10 years ago
  32. 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 10 years ago
  33. 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 10 years ago
  34. f4b3e63 Revert "kernfs: make kernfs_get_active() block if the node is deactivated but not removed" by Greg Kroah-Hartman · 10 years ago
  35. 9b0925a Revert "kernfs: implement kernfs_{de|re}activate[_self]()" by Greg Kroah-Hartman · 10 years ago
  36. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 10 years ago
  37. ce9b499 Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()" by Greg Kroah-Hartman · 10 years ago
  38. 88533f9 kernfs: remove unnecessary NULL check in __kernfs_remove() by Tejun Heo · 10 years ago
  39. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 10 years ago
  40. 9f010c2 kernfs: implement kernfs_{de|re}activate[_self]() by Tejun Heo · 10 years ago
  41. 895a068 kernfs: make kernfs_get_active() block if the node is deactivated but not removed by Tejun Heo · 10 years ago
  42. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 10 years ago
  43. f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 10 years ago
  44. 45a140e kernfs: restructure removal path to fix possible premature return by Tejun Heo · 10 years ago
  45. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 10 years ago
  46. a69d001 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 10 years ago
  47. ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 10 years ago
  48. d92d2e6 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 10 years ago
  49. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  50. 19bbb92 kernfs: allow negative dentries by Tejun Heo · 11 years ago
  51. 47a52e9 kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  52. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  53. d0ae3d4 kernfs: add REMOVED check to create and rename paths by Tejun Heo · 11 years ago
  54. bb8b9d09 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  55. c637b8a kernfs: s/sysfs/kernfs/ in internal functions and whatever is left by Tejun Heo · 11 years ago
  56. a797bfc kernfs: s/sysfs/kernfs/ in global variables by Tejun Heo · 11 years ago
  57. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  58. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  59. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  60. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  61. 9b2db6e sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning by Tejun Heo · 11 years ago
  62. 21d7166 sysfs, kernfs: remove duplicated include from file.c by Wei Yongjun · 11 years ago
  63. 2322392 kernfs: implement "trusted.*" xattr support by Tejun Heo · 11 years ago
  64. 9a8049a kernfs: update sysfs_init_inode_attrs() by Tejun Heo · 11 years ago
  65. bfc5c17 sysfs, kernfs: remove cross inclusions of internal headers by Tejun Heo · 11 years ago
  66. ac9bba0 sysfs, kernfs: implement kernfs_ns_enabled() by Tejun Heo · 11 years ago
  67. cf9e5a7 sysfs, kernfs: make sysfs_dirent definition public by Tejun Heo · 11 years ago
  68. fa736a9 sysfs, kernfs: move mount core code to fs/kernfs/mount.c by Tejun Heo · 11 years ago
  69. 4b93dc9 sysfs, kernfs: prepare mount path for kernfs by Tejun Heo · 11 years ago
  70. bc75555 sysfs, kernfs: make inode number ida per kernfs_root by Tejun Heo · 11 years ago
  71. ba7443b sysfs, kernfs: implement kernfs_create/destroy_root() by Tejun Heo · 11 years ago
  72. 2072f1a sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c by Tejun Heo · 11 years ago
  73. 414985a sysfs, kernfs: move file core code to fs/kernfs/file.c by Tejun Heo · 11 years ago
  74. fd7b9f7 sysfs, kernfs: move dir core code to fs/kernfs/dir.c by Tejun Heo · 11 years ago
  75. ffed24e sysfs, kernfs: move inode code to fs/kernfs/inode.c by Tejun Heo · 11 years ago
  76. ae6621b sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h by Tejun Heo · 11 years ago
  77. b8441ed sysfs, kernfs: add skeletons for kernfs by Tejun Heo · 11 years ago