summaryrefslogtreecommitdiff
path: root/io_uring/filetable.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-181-9/+0
* io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-181-3/+2
* io_uring/rsrc: simplify single file node switchingPavel Begunkov2023-04-151-7/+4
* io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2023-03-221-0/+3
* io_uring/filetable: fix file reference underflowLin Ma2022-11-251-2/+0
* io_uring: let to set a range for file slot allocationPavel Begunkov2022-07-241-4/+20
* io_uring: split out fixed file installation and removalJens Axboe2022-07-241-15/+51
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: move remaining file table manipulation to filetable.cJens Axboe2022-07-241-1/+86
* io_uring: separate out file table handling codeJens Axboe2022-07-241-0/+57