summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-31kernfs: fix missing kernfs_idr_lock to remove an ID from the IDRMuchun Song1-0/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+17
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton1-7/+1
2023-03-29kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan1-9/+9
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan1-0/+1
2023-03-29kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan1-0/+7
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2023-01-19kernfs: remove an unused if statement in kernfs_path_from_node_locked()Zhen Lei1-3/+0
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap1-32/+50
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman1-2/+12
2022-11-10kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo1-2/+12
2022-10-20kernfs: dont take i_lock on revalidateIan Kent1-7/+17
2022-09-24kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt1-1/+4
2022-09-01kernfs: Implement kernfs_show()Tejun Heo1-1/+36
2022-09-01kernfs: Factor out kernfs_activate_one()Tejun Heo1-10/+17
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo1-14/+7
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo1-12/+12
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo1-1/+2
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou1-2/+5
2022-05-19kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim1-1/+6
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman1-0/+9
2021-12-03kernfs: prevent early freeing of root nodeMinchan Kim1-1/+7
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim1-45/+65
2021-10-04kernfs: don't create a negative dentry if inactive node existsIan Kent1-1/+8
2021-09-28kernfs: also call kernfs_set_rev() for positive dentryHou Tao1-2/+7
2021-07-27kernfs: dont call d_splice_alias() under kernfs node lockIan Kent1-4/+2
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent1-50/+50
2021-07-27kernfs: use VFS negative dentry cachingIan Kent1-20/+35
2021-07-27kernfs: add a revision to identify directory node changesIan Kent1-0/+2
2021-06-15kernfs: move revalidate to be near lookupIan Kent1-43/+43
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2020-12-09fs/kernfs: remove the double check of dentry->inodeHui Su1-2/+1
2020-11-09kernfs: bring names in comments in line with codeWillem de Bruijn1-1/+1
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek1-1/+1
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo1-13/+29
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo1-4/+13
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-5/+5
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 Heo1-36/+9
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-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...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 Gleixner1-2/+1
2019-05-08Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+13
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri1-3/+2