summaryrefslogtreecommitdiffstats
path: root/io_uring/xattr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace do_getxattr() with saner helpers.Al Viro2024-11-061-24/+7
* replace do_setxattr() with saner helpers.Al Viro2024-11-061-34/+7
* new helper: import_xattr_name()Al Viro2024-11-061-5/+2
* fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche2024-11-061-1/+1
* io_[gs]etxattr_prep(): just use getname()Al Viro2024-11-031-2/+2
* io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILEJens Axboe2024-10-201-6/+6
* vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik2024-06-051-2/+2
* io_uring: use file_mnt_idmap helperAlexander Mikhalitsyn2024-02-071-1/+1
* io_uring: for requests that require async, force itDylan Yudaken2023-01-291-8/+6
* acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner2022-10-311-5/+3
* __io_setxattr(): constify pathAl Viro2022-09-011-1/+1
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-131-9/+9
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
* io_uring: move xattr related opcodes to its own fileJens Axboe2022-07-251-0/+259