aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein1-2/+3
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein1-4/+2
2020-07-27fsnotify: send event to parent and child with single callbackAmir Goldstein1-4/+6
2020-07-15kernfs: do not call fsnotify() with name without a parentAmir Goldstein1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-04-23kernfs: Change kernfs_node lockdep name to "kn->active"Waiman Long1-1/+1
2020-03-16kernfs: Add option to enable user xattrsDaniel Xu2-0/+91
2020-03-16kernfs: Add removed_size out param for simple_xattr_setDaniel Xu1-1/+1
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek1-1/+1
2019-12-08kernfs: don't bother with timestamp truncationAl Viro1-3/+3
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-1/+1
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo2-16/+33
2019-11-12kernfs: implement custom exportfs ops and fid typeTejun Heo1-16/+61
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo3-30/+15
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo4-13/+12
2019-11-12kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo1-1/+7
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo2-46/+10
2019-11-12kernfs: fix ino wrap-around detectionTejun Heo1-3/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-2/+2
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-4/+3
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-4/+3
2019-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_locked()Jia-Ju Bai1-2/+4
2019-07-25kernfs: fix potential null pointer dereferencePeng Wang1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner6-12/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds4-116/+82
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro1-2/+4
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri1-3/+2
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek1-41/+21
2019-03-20kernfs: initialize security of newly created nodesOndrej Mosnacek1-2/+9
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek1-9/+39
2019-03-20kernfs: use simple_xattrs for security attributesOndrej Mosnacek3-58/+2
2019-03-20kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek1-4/+14
2019-03-20kernfs: clean up struct kernfs_iattrsOndrej Mosnacek4-36/+31
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-82/+38
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-4/+9
2019-03-05fs: kernfs: add poll file operationJohannes Weiner1-11/+20
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2-52/+38
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal4-4/+9
2019-01-17kill kernfs_pin_sb()Al Viro1-30/+0
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro1-2/+6
2018-11-27kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec1-12/+11
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-0/+3
2018-09-16kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger1-1/+4
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov5-7/+45