summaryrefslogtreecommitdiffstats
path: root/io_uring/openclose.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore2024-01-231-0/+4
* io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe2023-12-121-0/+44
* file: remove pointless wrapperChristian Brauner2023-12-121-1/+1
* io_uring: use files_lookup_fd_locked()Christian Brauner2023-10-191-8/+1
* io_uring: correct check for O_TMPFILEAleksa Sarai2023-08-071-2/+4
* fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein2023-06-121-1/+0
* io_uring: always go async for unsupported open flagsDylan Yudaken2023-01-291-6/+12
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-8/+8
* io_uring: split out fixed file installation and removalJens Axboe2022-07-241-31/+4
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: move rsrc related data, core, and commandsJens Axboe2022-07-241-0/+1
* io_uring: split out open/close operationsJens Axboe2022-07-241-0/+283