Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-12 | io_uring: fix fdinfo sqe offsets calculation | Pavel Begunkov | 1 | -1/+1 |
2022-09-21 | io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128 | Jens Axboe | 1 | -6/+26 |
2022-09-21 | io_uring/fdinfo: get rid of unnecessary is_cqe32 variable | Jens Axboe | 1 | -10/+6 |
2022-07-24 | io_uring: move a few private types to local headers | Jens Axboe | 1 | -0/+1 |
2022-07-24 | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 1 | -1/+0 |
2022-07-24 | io_uring: introduce a struct for hash table | Pavel Begunkov | 1 | -2/+2 |
2022-07-24 | io_uring: switch cancel_hash to use per entry spinlock | Hao Xu | 1 | -3/+6 |
2022-07-24 | io_uring: move fdinfo helpers to its own file | Jens Axboe | 1 | -0/+191 |