aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/openclose.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore1-0/+4
2023-12-12io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe1-0/+44
2023-12-12file: remove pointless wrapperChristian Brauner1-1/+1
2023-10-19io_uring: use files_lookup_fd_locked()Christian Brauner1-8/+1
2023-08-07io_uring: correct check for O_TMPFILEAleksa Sarai1-2/+4
2023-06-12fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein1-1/+0
2023-01-29io_uring: always go async for unsupported open flagsDylan Yudaken1-6/+12
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-8/+8
2022-07-24io_uring: split out fixed file installation and removalJens Axboe1-31/+4
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe1-0/+1
2022-07-24io_uring: split out open/close operationsJens Axboe1-0/+283