aboutsummaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-43/+43
2021-06-29fs: move ramfs_aops to libfsGravatar Christoph Hellwig 1-7/+1
2021-06-15kernfs: move revalidate to be near lookupGravatar Ian Kent 1-43/+43
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-12/+22
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-8/+16
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+2
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2021-01-21kernfs: wire up ->splice_read and ->splice_writeGravatar Christoph Hellwig 1-0/+2
2021-01-21kernfs: implement ->write_iterGravatar Christoph Hellwig 1-18/+10
2021-01-21kernfs: implement ->read_iterGravatar Christoph Hellwig 1-23/+12
2020-12-09fs/kernfs: remove the double check of dentry->inodeGravatar Hui Su 1-2/+1
2020-11-09kernfs: bring names in comments in line with codeGravatar Willem de Bruijn 1-1/+1
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Gravatar Amir Goldstein 1-2/+3
2020-07-27fsnotify: create helper fsnotify_inode()Gravatar Amir Goldstein 1-4/+2
2020-07-27fsnotify: send event to parent and child with single callbackGravatar Amir Goldstein 1-4/+6
2020-07-15kernfs: do not call fsnotify() with name without a parentGravatar Amir Goldstein 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-2/+2
2020-04-23kernfs: Change kernfs_node lockdep name to "kn->active"Gravatar Waiman Long 1-1/+1
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