aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-07kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo1-9/+9
2014-02-07kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo1-1/+2
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo1-0/+8
2014-02-07kernfs: remove KERNFS_REMOVEDTejun Heo1-1/+0
2014-02-07kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo1-1/+0
2014-02-07kernfs: remove kernfs_addrm_cxtTejun Heo1-4/+0
2014-02-07kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-2/+2
2014-01-17kernfs: add struct dentry declaration in kernfs.hTejun Heo1-0/+1
2014-01-13Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq"Greg Kroah-Hartman1-2/+2
2014-01-13Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"Greg Kroah-Hartman1-0/+1
2014-01-13Revert "kernfs: remove KERNFS_REMOVED"Greg Kroah-Hartman1-0/+1
2014-01-13Revert "kernfs: restructure removal path to fix possible premature return"Greg Kroah-Hartman1-1/+0
2014-01-13Revert "kernfs: remove kernfs_addrm_cxt"Greg Kroah-Hartman1-0/+4
2014-01-13Revert "kernfs: implement kernfs_{de|re}activate[_self]()"Greg Kroah-Hartman1-6/+1
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers"Greg Kroah-Hartman1-6/+0
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo1-0/+6
2014-01-10kernfs: implement kernfs_{de|re}activate[_self]()Tejun Heo1-1/+6
2014-01-10kernfs: remove kernfs_addrm_cxtTejun Heo1-4/+0
2014-01-10kernfs: restructure removal path to fix possible premature returnTejun Heo1-0/+1
2014-01-10kernfs: remove KERNFS_REMOVEDTejun Heo1-1/+0
2014-01-10kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo1-1/+0
2014-01-10kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-2/+2
2013-12-17kernfs: add kernfs_dir_opsTejun Heo1-2/+19
2013-12-17kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo1-13/+14
2013-12-17kernfs: add @mode to kernfs_create_dir[_ns]()Tejun Heo1-6/+7
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo1-18/+18
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo1-9/+9
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo1-19/+19
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-83/+83
2013-11-29sysfs, kernfs: implement kernfs_ns_enabled()Tejun Heo1-0/+14
2013-11-29sysfs, kernfs: make sysfs_dirent definition publicTejun Heo1-4/+114
2013-11-29sysfs, kernfs: prepare mount path for kernfsTejun Heo1-0/+28
2013-11-29sysfs, kernfs: make inode number ida per kernfs_rootTejun Heo1-0/+4
2013-11-29sysfs, kernfs: implement kernfs_create/destroy_root()Tejun Heo1-0/+13
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo1-0/+19
2013-11-29sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo1-8/+29
2013-11-29sysfs, kernfs: introduce kernfs_notify()Tejun Heo1-0/+3
2013-11-29sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()Tejun Heo1-2/+7
2013-11-29sysfs, kernfs: introduce kernfs_create_file[_ns]()Tejun Heo1-0/+18
2013-11-29sysfs, kernfs: introduce kernfs_opsTejun Heo1-0/+26
2013-11-29sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.hTejun Heo1-0/+18
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo1-0/+17
2013-11-27sysfs, kernfs: introduce kernfs_setattr()Tejun Heo1-0/+8
2013-11-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo1-0/+7
2013-11-27sysfs, kernfs: introduce kernfs_create_link()Tejun Heo1-0/+9
2013-11-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo1-0/+24
2013-11-27sysfs, kernfs: add skeletons for kernfsTejun Heo1-0/+12