aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernfs.h
AgeCommit message (Expand)Author
2020-01-19kernfs: 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
2014-03-08kernfs: cache atomic_write_len in kernfs_open_fileTejun Heo
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-02-25sysfs: fix namespace refcnt leakLi Zefan
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo
2014-02-07kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo
2014-02-07kernfs: add kernfs_open_file->privTejun Heo
2014-02-07kernfs: implement kernfs_ops->atomic_write_lenTejun Heo
2014-02-07kernfs: allow nodes to be created in the deactivated stateTejun Heo