summaryrefslogtreecommitdiffstats
path: root/io_uring/openclose.c
AgeCommit message (Expand)AuthorLines
2025-06-10fs/pipe: set FMODE_NOWAIT in create_pipe_files()Jens Axboe-2/+0
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe-4/+4
2025-04-21io_uring: add support for IORING_OP_PIPEJens Axboe-0/+133
2024-01-23io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALLPaul Moore-0/+4
2023-12-12io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALLJens Axboe-0/+44
2023-12-12file: remove pointless wrapperChristian Brauner-1/+1
2023-10-19io_uring: use files_lookup_fd_locked()Christian Brauner-8/+1
2023-08-07io_uring: correct check for O_TMPFILEAleksa Sarai-2/+4
2023-06-12fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein-1/+0
2023-01-29io_uring: always go async for unsupported open flagsDylan Yudaken-6/+12
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher-8/+8
2022-07-24io_uring: split out fixed file installation and removalJens Axboe-31/+4
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov-1/+0
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe-0/+1
2022-07-24io_uring: split out open/close operationsJens Axboe-0/+283