summaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)Author
2 daysMerge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
3 daysMerge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
7 dayskernfs: make directory seek namespace-awareChristian Brauner
7 dayskernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner
7 dayskernfs: 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-02xattr: move user limits for xattrs to generic infraChristian Brauner
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-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-26kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_nodeWill Rosenberg
2025-11-26fs/kernfs: raise sb->maxbytes to MAX_LFS_FILESIZEJane Chu
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-06kernfs: Fix UAF in polling when open file is releasedChen Ridong
2025-08-19kernfs: don't fail listing extended attributesChristian Brauner
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-02kernfs: remove iattr_mutexChristian Brauner
2025-06-23kernfs: remove iattr_mutexChristian Brauner
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-29Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-21kernfs: Relax constraint in draining guardMichal Koutný
2025-05-09kernfs: add warning about implementing freeze/thawChristian Brauner
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-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
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-21kernfs: Move dput() outside of the RCU section.Sebastian Andrzej Siewior
2025-02-19kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked().Sebastian Andrzej Siewior
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-02-15kernfs: Acquire kernfs_rwsem in kernfs_node_dentry().Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry().Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn().Sebastian Andrzej Siewior
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-05-04kernfs: mount: Remove unnecessary ‘NULL’ values from knparentLi zeming
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-08fs: super_set_uuid()Kent Overstreet