summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+54
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+11
2026-04-09kernfs: make directory seek namespace-awareChristian Brauner1-0/+5
2026-04-09kernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner1-7/+26
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-13/+17
2026-03-14kernfs: Add missing documentation for kernfs_put_active's drop_supers argumentT.J. Mercier1-0/+2
2026-03-12kernfs: Send IN_DELETE_SELF and IN_IGNOREDT.J. Mercier1-4/+50
2026-03-12kernfs: Don't set_nlink for directories being removedT.J. Mercier1-0/+2
2026-03-02kernfs: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner1-4/+11
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-23fs/kernfs: null-ptr deref in simple_xattrs_free()Will Rosenberg1-2/+4
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg1-1/+4
2025-05-21kernfs: Relax constraint in draining guardMichal Koutný1-2/+3
2025-04-25kernfs: switch global kernfs_rename_lock to per-fs lockJinliang Zheng1-6/+8
2025-04-25kernfs: switch global kernfs_idr_lock to per-fs lockJinliang Zheng1-7/+7
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-87/+122
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-6/+6
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior1-51/+62
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior1-36/+60
2025-02-15kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir().Sebastian Andrzej Siewior1-3/+3
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-01-31kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo1-11/+20
2024-01-11Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"Tejun Heo1-13/+10
2024-01-04kernfs: convert kernfs_idr_lock to an irq safe raw spinlockAndrea Righi1-10/+13
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook1-17/+17
2023-12-15kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook1-5/+5
2023-12-15kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook1-3/+3
2023-12-15fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2023-08-12kernfs: fix missing kernfs_iattr_rwsem lockingIan Kent1-0/+4
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins1-1/+1
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