aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/kernfs
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-5/+55
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-83/+36
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 Brauner4-16/+20
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. Mercier2-1/+3
2026-03-02xattr: move user limits for xattrs to generic infraChristian Brauner2-74/+4
2026-03-02kernfs: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner3-14/+37
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-5/+5
2025-12-23fs/kernfs: null-ptr deref in simple_xattrs_free()Will Rosenberg1-2/+4
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-1/+5
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg1-1/+4
2025-11-26fs/kernfs: raise sb->maxbytes to MAX_LFS_FILESIZEJane Chu1-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-06kernfs: Fix UAF in polling when open file is releasedChen Ridong1-20/+38
2025-08-19kernfs: don't fail listing extended attributesChristian Brauner1-2/+2
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-30/+36
2025-07-02kernfs: remove iattr_mutexChristian Brauner1-30/+36
2025-06-23kernfs: remove iattr_mutexChristian Brauner1-32/+38
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-05-29Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds3-20/+32
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+15
2025-05-21kernfs: Relax constraint in draining guardMichal Koutný2-3/+5
2025-05-09kernfs: add warning about implementing freeze/thawChristian Brauner1-0/+15
2025-04-25kernfs: switch global kernfs_rename_lock to per-fs lockJinliang Zheng2-10/+19
2025-04-25kernfs: switch global kernfs_idr_lock to per-fs lockJinliang Zheng2-7/+8
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-1/+1
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-116/+210
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-6/+6
2025-02-21kernfs: Move dput() outside of the RCU section.Sebastian Andrzej Siewior1-5/+5
2025-02-19kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked().Sebastian Andrzej Siewior1-9/+24
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior5-57/+77
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior4-55/+106
2025-02-15kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir().Sebastian Andrzej Siewior1-3/+3
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_node_dentry().Sebastian Andrzej Siewior1-0/+4
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry().Sebastian Andrzej Siewior1-0/+2
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn().Sebastian Andrzej Siewior1-0/+2
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-01-27add a string-to-qstr constructorAl Viro1-1/+1
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-05-04kernfs: mount: Remove unnecessary ‘NULL’ values from knparentLi zeming1-1/+1
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein1-1/+8
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-14/+27
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+3