Age | Commit message (Expand) | Author |
2022-05-09 | io_uring: move provided buffer state closer to submit state | Jens Axboe |
2022-05-09 | io_uring: move provided and fixed buffers into the same io_kiocb area | Jens Axboe |
2022-05-09 | io_uring: abstract out provided buffer list selection | Jens Axboe |
2022-05-09 | io_uring: never call io_buffer_select() for a buffer re-select | Jens Axboe |
2022-05-09 | io_uring: get rid of hashed provided buffer groups | Jens Axboe |
2022-05-09 | io_uring: always use req->buf_index for the provided buffer group | Jens Axboe |
2022-05-09 | io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set | Jens Axboe |
2022-05-09 | io_uring: kill io_rw_buffer_select() wrapper | Jens Axboe |
2022-05-09 | io_uring: make io_buffer_select() return the user address directly | Jens Axboe |
2022-05-05 | io_uring: kill io_recv_buffer_select() wrapper | Jens Axboe |
2022-05-05 | io_uring: use 'sr' vs 'req->sr_msg' consistently | Jens Axboe |
2022-05-05 | io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg | Jens Axboe |
2022-05-05 | io_uring: check IOPOLL/ioprio support upfront | Jens Axboe |
2022-05-02 | io_uring: assign non-fixed early for async work | Jens Axboe |
2022-04-30 | io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread() | Almog Khaikin |
2022-04-30 | io_uring: add IORING_SETUP_TASKRUN_FLAG | Jens Axboe |
2022-04-30 | io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used | Jens Axboe |
2022-04-30 | io_uring: set task_work notify method at init time | Jens Axboe |
2022-04-30 | io_uring: serialize ctx->rings->sq_flags with atomic_or/and | Jens Axboe |
2022-04-29 | io_uring: return hint on whether more data is available after receive | Jens Axboe |
2022-04-29 | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net | Jens Axboe |
2022-04-29 | io_uring: check that data field is 0 in ringfd unregister | Eugene Syromiatnikov |
2022-04-28 | io_uring: fix uninitialized field in rw io_kiocb | Joseph Ravichandran |
2022-04-26 | io_uring: check reserved fields for recv/recvmsg | Jens Axboe |
2022-04-26 | io_uring: check reserved fields for send/sendmsg | Jens Axboe |
2022-04-26 | io_uring: add io_uring_get_opcode | Dylan Yudaken |
2022-04-25 | io_uring: fix compile warning for 32-bit builds | Jens Axboe |
2022-04-24 | io_uring: cleanup error-handling around io_req_complete | Kanchan Joshi |
2022-04-24 | io_uring: add socket(2) support | Jens Axboe |
2022-04-24 | io_uring: add fgetxattr and getxattr support | Stefan Roesch |
2022-04-24 | io_uring: add fsetxattr and setxattr support | Stefan Roesch |
2022-04-24 | io_uring: return an error when cqe is dropped | Dylan Yudaken |
2022-04-24 | io_uring: use constants for cq_overflow bitfield | Dylan Yudaken |
2022-04-24 | io_uring: rework io_uring_enter to simplify return value | Dylan Yudaken |
2022-04-24 | io_uring: trace cqe overflows | Dylan Yudaken |
2022-04-24 | io_uring: allow re-poll if we made progress | Jens Axboe |
2022-04-24 | io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG) | Jens Axboe |
2022-04-24 | io_uring: add support for IORING_ASYNC_CANCEL_ANY | Jens Axboe |
2022-04-24 | io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key | Jens Axboe |
2022-04-24 | io_uring: add support for IORING_ASYNC_CANCEL_ALL | Jens Axboe |
2022-04-24 | io_uring: pass in struct io_cancel_data consistently | Jens Axboe |
2022-04-24 | io_uring: remove dead 'poll_only' argument to io_poll_cancel() | Jens Axboe |
2022-04-24 | io_uring: refactor io_disarm_next() locking | Pavel Begunkov |
2022-04-24 | io_uring: move timeout locking in io_timeout_cancel() | Pavel Begunkov |
2022-04-24 | io_uring: store SCM state in io_fixed_file->file_ptr | Jens Axboe |
2022-04-24 | io_uring: kill ctx arg from io_req_put_rsrc | Pavel Begunkov |
2022-04-24 | io_uring: add a helper for putting rsrc nodes | Pavel Begunkov |
2022-04-24 | io_uring: store rsrc node in req instead of refs | Pavel Begunkov |
2022-04-24 | io_uring: refactor io_assign_file error path | Pavel Begunkov |
2022-04-24 | io_uring: use right helpers for file assign locking | Pavel Begunkov |