aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernfs.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-30kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo1-0/+2
2024-01-30kernfs: Rearrange kernfs_node fields to reduce its size on 64bitTejun Heo1-4/+4
2023-10-05kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn1-0/+1
2023-08-05kernfs: add stub helper for kernfs_generic_poll()Arnd Bergmann1-0/+4
2022-09-01kernfs: Implement kernfs_show()Tejun Heo1-0/+2
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo1-0/+1
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan1-1/+1
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan1-0/+57
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan1-1/+1
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan1-1/+1
2022-03-18kernfs: remove unneeded #if 0 guardGreg Kroah-Hartman1-20/+0
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman1-0/+4
2021-12-21kernfs: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim1-0/+2
2021-09-14kernfs: remove the unused lockdep_key field in struct kernfs_opsChristoph Hellwig1-4/+0
2021-09-14kernfs: remove kernfs_create_file and kernfs_create_file_nsChristoph Hellwig1-24/+0
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent1-1/+1
2021-07-27kernfs: add a revision to identify directory node changesIan Kent1-0/+5
2020-11-09kernfs: bring names in comments in line with codeWillem de Bruijn1-1/+1
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu1-2/+9
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo1-6/+14
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo1-1/+2
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-18/+27
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+13
2019-04-25fs: kernfs: Corrected spelling mistakeChristina Quast1-1/+1
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek1-10/+8
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek1-0/+15
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-19/+20
2019-03-05fs: kernfs: add poll file operationJohannes Weiner1-0/+6
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells1-18/+20
2019-01-17kill kernfs_pin_sb()Al Viro1-1/+0
2018-09-16kernfs: update comment about kernfs_path() return valueKonstantin Khlebnikov1-4/+5
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-9/+19
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-0/+2
2017-07-29kernfs: add exportfs operationsShaohua Li1-0/+12
2017-07-29kernfs: introduce kernfs_node_idShaohua Li1-2/+10
2017-07-29kernfs: implement i_generationShaohua Li1-0/+2
2017-07-29kernfs: use idr instead of ida to manage inode numberShaohua Li1-1/+1
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo1-0/+10
2016-12-27kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo1-1/+1
2016-08-10kernfs: remove kernfs_path_len()Tejun Heo1-4/+0
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo1-5/+16
2016-08-10kernfs: add dummy implementation of kernfs_path_from_node()Tejun Heo1-0/+5
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+2
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexChris Wilson1-0/+1
2016-02-16kernfs: define kernfs_node_dentryAditya Kali1-0/+2
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali1-4/+5
2015-11-20kernfs: implement kernfs_walk_and_get()Tejun Heo1-0/+12
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo1-0/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+3
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman1-0/+3
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo1-0/+5
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo1-5/+2
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown1-0/+8
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo1-0/+1
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan1-0/+1
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan1-5/+8
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+18
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo1-1/+18
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo1-0/+4
2014-03-08kernfs: cache atomic_write_len in kernfs_open_fileTejun Heo1-0/+1
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-4/+5
2014-02-25sysfs: fix namespace refcnt leakLi Zefan1-4/+5
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo1-3/+3
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo1-1/+25
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo1-0/+16
2014-02-07kernfs: add kernfs_open_file->privTejun Heo1-0/+1
2014-02-07kernfs: implement kernfs_ops->atomic_write_lenTejun Heo1-2/+6
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo1-2/+13
2014-02-07kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo1-0/+3
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->deactivat...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 wr...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