summaryrefslogtreecommitdiffstats
path: root/io_uring/filetable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei2024-11-071-6/+7
* io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe2024-11-021-7/+3
* io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe2024-11-021-7/+9
* io_uring/rsrc: unify file and buffer resource tablesJens Axboe2024-11-021-25/+19
* io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe2024-11-021-33/+19
* io_uring/filetable: don't unnecessarily clear/reset bitmapJens Axboe2024-05-081-2/+2
* io_uring: drop any code related to SCM_RIGHTSJens Axboe2023-12-191-7/+4
* io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig2023-06-201-7/+4
* io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-191-9/+0
* io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-191-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-251-4/+20
* io_uring: split out fixed file installation and removalJens Axboe2022-07-251-15/+51
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
* io_uring: move remaining file table manipulation to filetable.cJens Axboe2022-07-251-1/+86
* io_uring: separate out file table handling codeJens Axboe2022-07-251-0/+57