aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/filetable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei1-2/+2
2024-11-02io_uring/filetable: kill io_reset_alloc_hint() helperJens Axboe1-6/+1
2024-11-02io_uring/filetable: remove io_file_from_index() helperJens Axboe1-10/+0
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-1/+1
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-1/+1
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-13/+12
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe1-0/+1
2024-02-08io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe1-1/+1
2023-06-20io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig1-7/+15
2023-06-20io_uring: return REQ_F_ flags from io_file_get_flagsChristoph Hellwig1-4/+2
2022-10-16io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov1-0/+1
2022-10-16io_uring: remove FFS_SCMPavel Begunkov1-14/+1
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov1-3/+17
2022-07-24io_uring: split out fixed file installation and removalJens Axboe1-0/+3
2022-07-24io_uring: dedup io_run_task_workPavel Begunkov1-0/+2
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov1-11/+0
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe1-1/+4
2022-07-24io_uring: move fdinfo helpers to its own fileJens Axboe1-0/+19
2022-07-24io_uring: separate out file table handling codeJens Axboe1-0/+58