aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/pcmoore/selinuxLinus 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/viro/vfsLinus 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/git/gregkh/driver-coreLinus 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/ebiederm/user-namespaceLinus Torvalds1-0/+3
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman1-0/+3