| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | io_uring: add IORING_SETUP_TASKRUN_FLAG | Jens Axboe | 2022-04-30 | 1 | -3/+11 | |
| | * | | | | | | | | | | | | | | | | | io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used | Jens Axboe | 2022-04-30 | 1 | -4/+13 | |
| | * | | | | | | | | | | | | | | | | | io_uring: set task_work notify method at init time | Jens Axboe | 2022-04-30 | 1 | -12/+11 | |
| | * | | | | | | | | | | | | | | | | | io-wq: use __set_notify_signal() to wake workers | Jens Axboe | 2022-04-30 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | io_uring: serialize ctx->rings->sq_flags with atomic_or/and | Jens Axboe | 2022-04-30 | 1 | -26/+10 | |
| | * | | | | | | | | | | | | | | | | | io_uring: fix compile warning for 32-bit builds | Jens Axboe | 2022-04-25 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | io_uring: return an error when cqe is dropped | Dylan Yudaken | 2022-04-24 | 1 | -4/+28 | |
| | * | | | | | | | | | | | | | | | | io_uring: use constants for cq_overflow bitfield | Dylan Yudaken | 2022-04-24 | 1 | -8/+14 | |
| | * | | | | | | | | | | | | | | | | io_uring: rework io_uring_enter to simplify return value | Dylan Yudaken | 2022-04-24 | 1 | -14/+21 | |
| | * | | | | | | | | | | | | | | | | io_uring: trace cqe overflows | Dylan Yudaken | 2022-04-24 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | io_uring: allow re-poll if we made progress | Jens Axboe | 2022-04-24 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG) | Jens Axboe | 2022-04-24 | 1 | -7/+29 | |
| | * | | | | | | | | | | | | | | | | io_uring: add support for IORING_ASYNC_CANCEL_ANY | Jens Axboe | 2022-04-24 | 1 | -14/+25 | |
| | * | | | | | | | | | | | | | | | | io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key | Jens Axboe | 2022-04-24 | 1 | -7/+60 | |
| | * | | | | | | | | | | | | | | | | io_uring: add support for IORING_ASYNC_CANCEL_ALL | Jens Axboe | 2022-04-24 | 2 | -21/+71 | |
| | * | | | | | | | | | | | | | | | | io_uring: pass in struct io_cancel_data consistently | Jens Axboe | 2022-04-24 | 1 | -32/+44 | |
| | * | | | | | | | | | | | | | | | | io_uring: remove dead 'poll_only' argument to io_poll_cancel() | Jens Axboe | 2022-04-24 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | io_uring: refactor io_disarm_next() locking | Pavel Begunkov | 2022-04-24 | 1 | -7/+10 | |
| | * | | | | | | | | | | | | | | | | io_uring: move timeout locking in io_timeout_cancel() | Pavel Begunkov | 2022-04-24 | 1 | -7/+5 | |
| | * | | | | | | | | | | | | | | | | io_uring: store SCM state in io_fixed_file->file_ptr | Jens Axboe | 2022-04-24 | 1 | -7/+29 | |
| | * | | | | | | | | | | | | | | | | io_uring: kill ctx arg from io_req_put_rsrc | Pavel Begunkov | 2022-04-24 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | io_uring: add a helper for putting rsrc nodes | Pavel Begunkov | 2022-04-24 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | io_uring: store rsrc node in req instead of refs | Pavel Begunkov | 2022-04-24 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | io_uring: refactor io_assign_file error path | Pavel Begunkov | 2022-04-24 | 1 | -5/+1 | |
| | * | | | | | | | | | | | | | | | | io_uring: use right helpers for file assign locking | Pavel Begunkov | 2022-04-24 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | io_uring: add data_race annotations | Pavel Begunkov | 2022-04-24 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | io_uring: inline io_req_complete_fail_submit() | Pavel Begunkov | 2022-04-24 | 1 | -13/+8 | |
| | * | | | | | | | | | | | | | | | | io_uring: refactor io_submit_sqe() | Pavel Begunkov | 2022-04-24 | 1 | -9/+14 | |
| | * | | | | | | | | | | | | | | | | io_uring: refactor lazy link fail | Pavel Begunkov | 2022-04-24 | 1 | -40/+47 | |
| | * | | | | | | | | | | | | | | | | io_uring: introduce IO_REQ_LINK_FLAGS | Pavel Begunkov | 2022-04-24 | 1 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | io_uring: refactor io_queue_sqe() | Pavel Begunkov | 2022-04-24 | 1 | -8/+12 | |
| | * | | | | | | | | | | | | | | | | io_uring: rename io_queue_async_work() | Pavel Begunkov | 2022-04-24 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | io_uring: inline io_queue_sqe() | Pavel Begunkov | 2022-04-24 | 1 | -13/+8 | |
| | * | | | | | | | | | | | | | | | | io_uring: helper for prep+queuing linked timeouts | Pavel Begunkov | 2022-04-24 | 1 | -9/+13 | |
| | * | | | | | | | | | | | | | | | | io_uring: inline io_free_req() | Pavel Begunkov | 2022-04-24 | 1 | -10/+5 | |
| | * | | | | | | | | | | | | | | | | io_uring: kill io_put_req_deferred() | Pavel Begunkov | 2022-04-24 | 1 | -34/+22 | |
| | * | | | | | | | | | | | | | | | | io_uring: minor refactoring for some tw handlers | Pavel Begunkov | 2022-04-24 | 1 | -9/+5 | |
| | * | | | | | | | | | | | | | | | | io_uring: clean poll tw PF_EXITING handling | Pavel Begunkov | 2022-04-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | io_uring: optimise io_get_cqe() | Pavel Begunkov | 2022-04-24 | 1 | -11/+35 | |
| | * | | | | | | | | | | | | | | | | io_uring: optimise submission left counting | Pavel Begunkov | 2022-04-24 | 1 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | io_uring: optimise submission loop invariant | Pavel Begunkov | 2022-04-24 | 1 | -17/+15 | |
| | * | | | | | | | | | | | | | | | | io_uring: add helper to return req to cache list | Pavel Begunkov | 2022-04-24 | 1 | -4/+8 | |
| | * | | | | | | | | | | | | | | | | io_uring: helper for empty req cache checks | Pavel Begunkov | 2022-04-24 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | io_uring: inline io_flush_cached_reqs | Pavel Begunkov | 2022-04-24 | 1 | -19/+11 | |
| | * | | | | | | | | | | | | | | | | io_uring: shrink final link flush | Pavel Begunkov | 2022-04-24 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | io_uring: memcpy CQE from req | Pavel Begunkov | 2022-04-24 | 1 | -1/+23 | |
| | * | | | | | | | | | | | | | | | | io_uring: explicitly keep a CQE in io_kiocb | Pavel Begunkov | 2022-04-24 | 1 | -65/+69 | |
| | * | | | | | | | | | | | | | | | | io_uring: rename io_sqe_file_register | Pavel Begunkov | 2022-04-24 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | io_uring: deduplicate SCM accounting | Pavel Begunkov | 2022-04-24 | 1 | -67/+40 | |
| | * | | | | | | | | | | | | | | | | io_uring: don't pass around fixed index for scm | Pavel Begunkov | 2022-04-24 | 1 | -23/+14 | |
