summaryrefslogtreecommitdiff
path: root/include/linux/kernfs.h
AgeCommit message (Expand)Author
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
2015-11-20kernfs: implement kernfs_walk_and_get()Tejun Heo
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo