summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-9/+17
|\
| * kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan2023-03-291-9/+9
| * kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan2023-03-291-0/+1
| * kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan2023-03-291-0/+7
* | fs: consolidate duplicate dt_type helpersJeff Layton2023-04-031-7/+1
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-3/+0
|\
| * kernfs: remove an unused if statement in kernfs_path_from_node_locked()Zhen Lei2023-01-191-3/+0
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap2022-11-231-32/+50
* Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211-2/+12
|\
| * kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo2022-11-101-2/+12
* | kernfs: dont take i_lock on revalidateIan Kent2022-10-201-7/+17
|/
* kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt2022-09-241-1/+4
* kernfs: Implement kernfs_show()Tejun Heo2022-09-011-1/+36
* kernfs: Factor out kernfs_activate_one()Tejun Heo2022-09-011-10/+17
* kernfs: Add KERNFS_REMOVING flagsTejun Heo2022-09-011-14/+7
* kernfs: Improve kernfs_drain() and always call on removalTejun Heo2022-09-011-12/+12
* kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo2022-09-011-1/+2
* kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou2022-07-011-2/+5
* kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-05-191-12/+19
* kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim2022-04-271-1/+6
* kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-0/+9
* kernfs: prevent early freeing of root nodeMinchan Kim2021-12-031-1/+7
* kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim2021-11-241-45/+65
* kernfs: don't create a negative dentry if inactive node existsIan Kent2021-10-041-1/+8
* kernfs: also call kernfs_set_rev() for positive dentryHou Tao2021-09-281-2/+7
* kernfs: dont call d_splice_alias() under kernfs node lockIan Kent2021-07-271-4/+2
* kernfs: switch kernfs to use an rwsemIan Kent2021-07-271-50/+50
* kernfs: use VFS negative dentry cachingIan Kent2021-07-271-20/+35
* kernfs: add a revision to identify directory node changesIan Kent2021-07-271-0/+2
* kernfs: move revalidate to be near lookupIan Kent2021-06-151-43/+43
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* fs/kernfs: remove the double check of dentry->inodeHui Su2020-12-091-2/+1
* kernfs: bring names in comments in line with codeWillem de Bruijn2020-11-091-1/+1
* fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek2020-01-141-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-2/+2
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-2/+2
* | kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-121-13/+29
* | kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-121-4/+13
* | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-5/+5
* | kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo2019-11-121-1/+7
* | kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo2019-11-121-36/+9
* | kernfs: fix ino wrap-around detectionTejun Heo2019-11-121-3/+2
|/
* fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai2019-07-251-2/+4
* kernfs: fix potential null pointer dereferencePeng Wang2019-07-251-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-11/+13
|\
| * kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-201-2/+9
| * kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-201-3/+0