aboutsummaryrefslogtreecommitdiff
path: root/io_uring/filetable.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-08io_uring: expand main struct io_kiocb flags to 64-bitsGravatar Jens Axboe 1-1/+1
2023-06-20io_uring: add helpers to decode the fixed file file_ptrGravatar Christoph Hellwig 1-7/+15
2023-06-20io_uring: return REQ_F_ flags from io_file_get_flagsGravatar Christoph Hellwig 1-4/+2
2022-10-16io_uring: kill hot path fixed file bitmap debug checksGravatar Pavel Begunkov 1-0/+1
2022-10-16io_uring: remove FFS_SCMGravatar Pavel Begunkov 1-14/+1
2022-07-24io_uring: let to set a range for file slot allocationGravatar Pavel Begunkov 1-3/+17
2022-07-24io_uring: split out fixed file installation and removalGravatar Jens Axboe 1-0/+3
2022-07-24io_uring: dedup io_run_task_workGravatar Pavel Begunkov 1-0/+2
2022-07-24io_uring: make io_uring_types.h publicGravatar Pavel Begunkov 1-11/+0
2022-07-24io_uring: move remaining file table manipulation to filetable.cGravatar Jens Axboe 1-1/+4
2022-07-24io_uring: move fdinfo helpers to its own fileGravatar Jens Axboe 1-0/+19
2022-07-24io_uring: separate out file table handling codeGravatar Jens Axboe 1-0/+58