index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
xattr.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-16
filename_...xattr(): don't consume filename reference
Al Viro
2026-01-13
allow incomplete imports of filenames
Al Viro
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
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
io_[gs]etxattr_prep(): just use getname()
Al Viro
2024-10-19
io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE
Jens Axboe
2024-06-05
vfs: retire user_path_at_empty and drop empty arg from getname_flags
Mateusz Guzik
2024-02-06
io_uring: use file_mnt_idmap helper
Alexander Mikhalitsyn
2023-01-29
io_uring: for requests that require async, force it
Dylan Yudaken
2022-10-31
acl: conver higher-level helpers to rely on mnt_idmap
Christian Brauner
2022-09-01
__io_setxattr(): constify path
Al Viro
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: move xattr related opcodes to its own file
Jens Axboe