summaryrefslogtreecommitdiff
path: root/fs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-02xattr: support extended attributes on socketsChristian Brauner1-0/+2
2026-03-02xattr: move user limits for xattrs to generic infraChristian Brauner1-0/+65
2026-03-02xattr: switch xattr_permission() to switch statementChristian Brauner1-5/+13
2026-03-02xattr: add xattr_permission_error()Christian Brauner1-2/+9
2026-03-02xattr: remove rbtree-based simple_xattr infrastructureChristian Brauner1-286/+101
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner1-13/+13
2026-02-23xattr: add rhashtable-based simple_xattr infrastructureChristian Brauner1-106/+333
2026-02-23xattr: add rcu_head and rhash_head to struct simple_xattrChristian Brauner1-0/+23
2026-01-16filename_...xattr(): don't consume filename referenceAl Viro1-25/+8
2025-11-12filelock: add struct delegated_inodeJeff Layton1-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao1-1/+1
2025-06-06fs/xattr.c: fix simple_xattr_list()Stephen Smalley1-0/+1
2025-04-28fs/xattr.c: fix simple_xattr_list to always include security.* xattrsStephen Smalley1-0/+24
2025-04-25fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)Jan Kara1-2/+2
2024-11-06xattr: remove redundant check on variable errColin Ian King1-2/+3
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-85/+160
2024-11-06new helpers: file_removexattr(), filename_removexattr()Al Viro1-18/+35
2024-11-06new helpers: file_listxattr(), filename_listxattr()Al Viro1-6/+24
2024-11-06replace do_getxattr() with saner helpers.Al Viro1-37/+51
2024-11-06replace do_setxattr() with saner helpers.Al Viro1-25/+44
2024-11-06new helper: import_xattr_name()Al Viro1-22/+23
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche1-6/+6
2024-11-03xattr: switch to CLASS(fd)Al Viro1-21/+14
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-18/+18
2024-07-24vfs: Fix potential circular locking through setxattr() and removexattr()David Howells1-43/+48
2024-02-16evm: Move to LSM infrastructureRoberto Sassu1-2/+0
2024-02-16security: Introduce inode_post_removexattr hookRoberto Sassu1-4/+5
2023-10-09xattr: make the xattr array itself constWedson Almeida Filho1-3/+3
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins1-2/+2
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins1-1/+27
2023-08-09xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins1-29/+22
2023-05-17fs: don't call posix_acl_listxattr in generic_listxattrJeff Layton1-6/+9
2023-03-06acl: don't depend on IOP_XATTRChristian Brauner1-1/+24
2023-03-06xattr: remove unused argumentChristian Brauner1-6/+4
2023-03-06xattr: simplify listxattr helpersChristian Brauner1-56/+33
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-42/+41
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-3/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-15/+12
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-28/+32
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-13Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds1-67/+250
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2022-12-13Merge tag 'fs.xattr.simple.noaudit.v6.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-11-19lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore1-2/+3
2022-11-12xattr: use rbtree for simple_xattrsChristian Brauner1-67/+250
2022-11-07fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek1-1/+1
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner1-19/+20
2022-10-20acl: remove a slew of now unused helpersChristian Brauner1-4/+1