aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/git/tj/cgroupLinus 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_rename()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