aboutsummaryrefslogtreecommitdiff
path: root/io_uring/filetable.c
AgeCommit message (Expand)AuthorFilesLines
10 daysio_uring/filetable: don't unnecessarily clear/reset bitmapGravatar Jens Axboe 1-2/+2
2023-12-19io_uring: drop any code related to SCM_RIGHTSGravatar Jens Axboe 1-7/+4
2023-06-20io_uring: add helpers to decode the fixed file file_ptrGravatar Christoph Hellwig 1-7/+4
2023-04-18io_uring/rsrc: merge nodes and io_rsrc_putGravatar Pavel Begunkov 1-9/+0
2023-04-18io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalGravatar Pavel Begunkov 1-3/+2
2023-04-15io_uring/rsrc: simplify single file node switchingGravatar Pavel Begunkov 1-7/+4
2023-03-22io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Gravatar Savino Dicanosa 1-0/+3
2022-11-25io_uring/filetable: fix file reference underflowGravatar Lin Ma 1-2/+0
2022-07-24io_uring: let to set a range for file slot allocationGravatar Pavel Begunkov 1-4/+20
2022-07-24io_uring: split out fixed file installation and removalGravatar Jens Axboe 1-15/+51
2022-07-24io_uring: kill extra io_uring_types.h includesGravatar Pavel Begunkov 1-1/+0
2022-07-24io_uring: move remaining file table manipulation to filetable.cGravatar Jens Axboe 1-1/+86
2022-07-24io_uring: separate out file table handling codeGravatar Jens Axboe 1-0/+57