Age | Commit message (Expand) | Author | Files | Lines |
2023-03-30 | io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() | Savino Dicanosa | 1 | -0/+1 |
2023-03-10 | io_uring/rsrc: disallow multi-source reg buffers | Pavel Begunkov | 1 | -5/+8 |
2022-10-17 | io_uring: remove FFS_SCM | Pavel Begunkov | 1 | -5/+2 |
2022-10-13 | io_uring/af_unix: defer registered files gc to io_uring release | Pavel Begunkov | 1 | -0/+1 |
2022-09-21 | io_uring: add IORING_SETUP_DEFER_TASKRUN | Dylan Yudaken | 1 | -1/+1 |
2022-09-01 | Revert "io_uring: rename IORING_OP_FILES_UPDATE" | Pavel Begunkov | 1 | -15/+2 |
2022-09-01 | Revert "io_uring: add zc notification flush requests" | Pavel Begunkov | 1 | -38/+0 |
2022-08-13 | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 1 | -5/+5 |
2022-07-25 | io_uring/net: make page accounting more consistent | Pavel Begunkov | 1 | -8/+4 |
2022-07-25 | io_uring: add zc notification flush requests | Pavel Begunkov | 1 | -0/+38 |
2022-07-25 | io_uring: rename IORING_OP_FILES_UPDATE | Pavel Begunkov | 1 | -2/+15 |
2022-07-25 | io_uring: Use atomic_long_try_cmpxchg in __io_account_mem | Uros Bizjak | 1 | -4/+3 |
2022-07-25 | io_uring: add allow_overflow to io_post_aux_cqe | Dylan Yudaken | 1 | -2/+2 |
2022-07-25 | io_uring: let to set a range for file slot allocation | Pavel Begunkov | 1 | -0/+2 |
2022-07-25 | io_uring: split out fixed file installation and removal | Jens Axboe | 1 | -1/+1 |
2022-07-25 | io_uring: move io_import_fixed() | Pavel Begunkov | 1 | -0/+60 |
2022-07-25 | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 1 | -1/+0 |
2022-07-25 | io_uring: don't expose io_fill_cqe_aux() | Pavel Begunkov | 1 | -9/+5 |
2022-07-25 | io_uring: make reg buf init consistent | Pavel Begunkov | 1 | -6/+3 |
2022-07-25 | io_uring: move rsrc related data, core, and commands | Jens Axboe | 1 | -0/+1320 |