summaryrefslogtreecommitdiff
path: root/fs/kernfs/dir.c
AgeCommit message (Expand)Author
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-06kernfs: link kn to its parent before the LSM init hookChristian Brauner
2026-06-06simpe_xattr: use per-sb cacheMiklos Szeredi
2026-06-06simple_xattr: change interface to pass struct simple_xattrs **Miklos Szeredi
2026-05-22kernfs: fix suspicious RCU usage in kernfs_put()Conor Kotwasinski
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09kernfs: make directory seek namespace-awareChristian Brauner
2026-04-09kernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-03-14kernfs: Add missing documentation for kernfs_put_active's drop_supers argumentT.J. Mercier
2026-03-12kernfs: Send IN_DELETE_SELF and IN_IGNOREDT.J. Mercier
2026-03-12kernfs: Don't set_nlink for directories being removedT.J. Mercier
2026-03-02kernfs: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-23fs/kernfs: null-ptr deref in simple_xattrs_free()Will Rosenberg
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg
2025-05-21kernfs: Relax constraint in draining guardMichal Koutný
2025-04-25kernfs: switch global kernfs_rename_lock to per-fs lockJinliang Zheng
2025-04-25kernfs: switch global kernfs_idr_lock to per-fs lockJinliang Zheng
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-15kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir().Sebastian Andrzej Siewior
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-01-30kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo
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