aboutsummaryrefslogtreecommitdiff
path: root/io_uring/filetable.c
AgeCommit message (Expand)AuthorFilesLines
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