summaryrefslogtreecommitdiff
path: root/io_uring/fdinfo.c
Commit message (Expand)AuthorAgeFilesLines
* capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-3/+1
* io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe2023-01-101-2/+10
* io_uring: fix fdinfo sqe offsets calculationPavel Begunkov2022-10-121-1/+1
* io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe2022-09-211-6/+26
* io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe2022-09-211-10/+6
* io_uring: move a few private types to local headersJens Axboe2022-07-241-0/+1
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: introduce a struct for hash tablePavel Begunkov2022-07-241-2/+2
* io_uring: switch cancel_hash to use per entry spinlockHao Xu2022-07-241-3/+6
* io_uring: move fdinfo helpers to its own fileJens Axboe2022-07-241-0/+191