aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)Author
2024-01-11Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"Tejun Heo
2024-01-04kernfs: convert kernfs_idr_lock to an irq safe raw spinlockAndrea Righi
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2023-12-15kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook
2023-12-15kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook
2023-12-15fs/kernfs/dir: obey S_ISGIDMax Kellermann
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-12kernfs: fix missing kernfs_iattr_rwsem lockingIan Kent
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins
2023-05-31kernfs: fix missing kernfs_idr_lock to remove an ID from the IDRMuchun Song
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton
2023-03-29kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan
2023-03-29kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-19kernfs: remove an unused if statement in kernfs_path_from_node_locked()Zhen Lei
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-10kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo
2022-10-20kernfs: dont take i_lock on revalidateIan Kent
2022-09-24kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt
2022-09-01kernfs: Implement kernfs_show()Tejun Heo
2022-09-01kernfs: Factor out kernfs_activate_one()Tejun Heo
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou
2022-05-19kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman
2021-12-03kernfs: prevent early freeing of root nodeMinchan Kim
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim
2021-10-04kernfs: don't create a negative dentry if inactive node existsIan Kent
2021-09-28kernfs: also call kernfs_set_rev() for positive dentryHou Tao
2021-07-27kernfs: dont call d_splice_alias() under kernfs node lockIan Kent
2021-07-27kernfs: switch kernfs to use an rwsemIan Kent
2021-07-27kernfs: use VFS negative dentry cachingIan Kent
2021-07-27kernfs: add a revision to identify directory node changesIan Kent
2021-06-15kernfs: move revalidate to be near lookupIan Kent
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-09fs/kernfs: remove the double check of dentry->inodeHui Su
2020-11-09kernfs: bring names in comments in line with codeWillem de Bruijn
2020-01-14fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo