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