summaryrefslogtreecommitdiff
path: root/io_uring/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-06replace do_getxattr() with saner helpers.Al Viro1-24/+7
2024-11-06replace do_setxattr() with saner helpers.Al Viro1-34/+7
2024-11-06new helper: import_xattr_name()Al Viro1-5/+2
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche1-1/+1
2024-11-03io_[gs]etxattr_prep(): just use getname()Al Viro1-2/+2
2024-10-19io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILEJens Axboe1-6/+6
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik1-2/+2
2024-02-06io_uring: use file_mnt_idmap helperAlexander Mikhalitsyn1-1/+1
2023-01-29io_uring: for requests that require async, force itDylan Yudaken1-8/+6
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner1-5/+3
2022-09-01__io_setxattr(): constify pathAl Viro1-1/+1
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-9/+9
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: move xattr related opcodes to its own fileJens Axboe1-0/+259