summaryrefslogtreecommitdiff
path: root/include/linux/kernfs.h
AgeCommit message (Expand)Author
2024-01-30kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo
2024-01-30kernfs: Rearrange kernfs_node fields to reduce its size on 64bitTejun Heo
2023-10-05kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn
2023-08-05kernfs: add stub helper for kernfs_generic_poll()Arnd Bergmann
2022-09-01kernfs: Implement kernfs_show()Tejun Heo
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan
2022-03-18kernfs: remove unneeded #if 0 guardGreg Kroah-Hartman
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman
2021-12-21kernfs: Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim
2021-09-14kernfs: remove the unused lockdep_key field in struct kernfs_opsChristoph Hellwig
2021-09-14kernfs: remove kernfs_create_file and kernfs_create_file_nsChristoph Hellwig
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent
2021-07-27kernfs: add a revision to identify directory node changesIan Kent
2020-11-09kernfs: bring names in comments in line with codeWillem de Bruijn
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-25fs: kernfs: Corrected spelling mistakeChristina Quast
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-05fs: kernfs: add poll file operationJohannes Weiner
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells
2019-01-17kill kernfs_pin_sb()Al Viro
2018-09-16kernfs: update comment about kernfs_path() return valueKonstantin Khlebnikov
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li
2017-07-29kernfs: add exportfs operationsShaohua Li
2017-07-29kernfs: introduce kernfs_node_idShaohua Li
2017-07-29kernfs: implement i_generationShaohua Li
2017-07-29kernfs: use idr instead of ida to manage inode numberShaohua Li
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo
2016-12-27kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo
2016-08-10kernfs: remove kernfs_path_len()Tejun Heo
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo
2016-08-10kernfs: add dummy implementation of kernfs_path_from_node()Tejun Heo
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexChris Wilson
2016-02-16kernfs: define kernfs_node_dentryAditya Kali
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali