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