aboutsummaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)AuthorFilesLines
2020-03-16kernfs: Add option to enable user xattrsGravatar Daniel Xu 2-0/+91
2020-03-16kernfs: Add removed_size out param for simple_xattr_setGravatar Daniel Xu 1-1/+1
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionGravatar Mateusz Nosek 1-1/+1
2019-12-08kernfs: don't bother with timestamp truncationGravatar Al Viro 1-3/+3
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-1/+1
2019-11-12kernfs: use 64bit inos if ino_t is 64bitGravatar Tejun Heo 2-16/+33
2019-11-12kernfs: implement custom exportfs ops and fid typeGravatar Tejun Heo 1-16/+61
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Gravatar Tejun Heo 3-30/+15
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Gravatar Tejun Heo 4-13/+12
2019-11-12kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesGravatar Tejun Heo 1-1/+7
2019-11-12kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Gravatar Tejun Heo 2-46/+10
2019-11-12kernfs: fix ino wrap-around detectionGravatar Tejun Heo 1-3/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-2/+2
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-4/+3
2019-08-30timestamp_truncate: Replace users of timespec64_truncGravatar Deepa Dinamani 1-4/+3
2019-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Gravatar Jia-Ju Bai 1-2/+4
2019-07-25kernfs: fix potential null pointer dereferenceGravatar Peng Wang 1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 6-12/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+4
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-116/+82
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameGravatar Al Viro 1-2/+4
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Gravatar Andrea Parri 1-3/+2
2019-04-04kernfs: fix xattr name handling in LSM helpersGravatar Ondrej Mosnacek 1-41/+21
2019-03-20kernfs: initialize security of newly created nodesGravatar Ondrej Mosnacek 1-2/+9
2019-03-20LSM: add new hook for kernfs node initializationGravatar Ondrej Mosnacek 1-9/+39
2019-03-20kernfs: use simple_xattrs for security attributesGravatar Ondrej Mosnacek 3-58/+2
2019-03-20kernfs: do not alloc iattrs in kernfs_xattr_getGravatar Ondrej Mosnacek 1-4/+14
2019-03-20kernfs: clean up struct kernfs_iattrsGravatar Ondrej Mosnacek 4-36/+31
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-82/+38
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-4/+9
2019-03-05fs: kernfs: add poll file operationGravatar Johannes Weiner 1-11/+20
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextGravatar David Howells 2-52/+38
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Gravatar Ayush Mittal 4-4/+9
2019-01-17kill kernfs_pin_sb()Gravatar Al Viro 1-30/+0
2019-01-17fix cgroup_do_mount() handling of failure exitsGravatar Al Viro 1-2/+6
2018-11-27kernfs: Improve kernfs_notify() poll notification latencyGravatar Radu Rendec 1-12/+11
2018-10-26mm: zero-seek shrinkersGravatar Johannes Weiner 1-0/+3
2018-09-16kernfs: Fix range checks in kernfs_get_target_pathGravatar Bernd Edlinger 1-1/+4
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidGravatar Dmitry Torokhov 5-7/+45
2018-07-07kernfs: Replace strncpy with memcpyGravatar Guenter Roeck 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-6/+6
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 2-6/+6
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 2-6/+6
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2018-05-21kernfs: deal with kernfs_fill_super() failuresGravatar Al Viro 1-0/+1