index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xattr.c
Age
Commit message (
Expand
)
Author
2026-06-17
Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-06-15
Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-06-06
bpf: Add simple xattr support to bpffs
Daniel Borkmann
2026-06-06
simpe_xattr: use per-sb cache
Miklos Szeredi
2026-06-06
simple_xattr: change interface to pass struct simple_xattrs **
Miklos Szeredi
2026-05-15
filelock: add support for ignoring deleg breaks for dir change events
Jeff Layton
2026-05-01
security,fs,nfs,net: update security_inode_listsecurity() interface
Stephen Smalley
2026-03-02
xattr: support extended attributes on sockets
Christian Brauner
2026-03-02
xattr: move user limits for xattrs to generic infra
Christian Brauner
2026-03-02
xattr: switch xattr_permission() to switch statement
Christian Brauner
2026-03-02
xattr: add xattr_permission_error()
Christian Brauner
2026-03-02
xattr: remove rbtree-based simple_xattr infrastructure
Christian Brauner
2026-02-23
shmem: adapt to rhashtable-based simple_xattrs with lazy allocation
Christian Brauner
2026-02-23
xattr: add rhashtable-based simple_xattr infrastructure
Christian Brauner
2026-02-23
xattr: add rcu_head and rhash_head to struct simple_xattr
Christian Brauner
2026-01-16
filename_...xattr(): don't consume filename reference
Al Viro
2025-11-12
filelock: add struct delegated_inode
Jeff Layton
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
2025-06-06
fs/xattr.c: fix simple_xattr_list()
Stephen Smalley
2025-04-28
fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
Stephen Smalley
2025-04-25
fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)
Jan Kara
2024-11-06
xattr: remove redundant check on variable err
Colin Ian King
2024-11-06
fs/xattr: add *at family syscalls
Christian Göttsche
2024-11-06
new helpers: file_removexattr(), filename_removexattr()
Al Viro
2024-11-06
new helpers: file_listxattr(), filename_listxattr()
Al Viro
2024-11-06
replace do_getxattr() with saner helpers.
Al Viro
2024-11-06
replace do_setxattr() with saner helpers.
Al Viro
2024-11-06
new helper: import_xattr_name()
Al Viro
2024-11-06
fs: rename struct xattr_ctx to kernel_xattr_ctx
Christian Göttsche
2024-11-03
xattr: switch to CLASS(fd)
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-07-24
vfs: Fix potential circular locking through setxattr() and removexattr()
David Howells
2024-02-15
evm: Move to LSM infrastructure
Roberto Sassu
2024-02-15
security: Introduce inode_post_removexattr hook
Roberto Sassu
2023-10-09
xattr: make the xattr array itself const
Wedson Almeida Filho
2023-08-22
tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
Hugh Dickins
2023-08-10
tmpfs,xattr: enable limited user extended attributes
Hugh Dickins
2023-08-09
xattr: simple_xattr_set() return old_xattr to be freed
Hugh Dickins
2023-05-17
fs: don't call posix_acl_listxattr in generic_listxattr
Jeff Layton
2023-03-06
acl: don't depend on IOP_XATTR
Christian Brauner
2023-03-06
xattr: remove unused argument
Christian Brauner
2023-03-06
xattr: simplify listxattr helpers
Christian Brauner
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
2022-12-13
Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...
Linus Torvalds
[next]