aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09io_uring: don't clear req->kbuf when buffer selection is doneJens Axboe1-2/+0
2022-05-09io_uring: eliminate the need to track provided buffer ID separatelyJens Axboe1-6/+10
2022-05-09io_uring: move provided buffer state closer to submit stateJens Axboe1-3/+5
2022-05-09io_uring: move provided and fixed buffers into the same io_kiocb areaJens Axboe1-4/+8
2022-05-09io_uring: abstract out provided buffer list selectionJens Axboe1-11/+23
2022-05-09io_uring: never call io_buffer_select() for a buffer re-selectJens Axboe1-12/+17
2022-05-09io_uring: get rid of hashed provided buffer groupsJens Axboe1-39/+58
2022-05-09io_uring: always use req->buf_index for the provided buffer groupJens Axboe1-13/+13
2022-05-09io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't setJens Axboe1-4/+0
2022-05-09io_uring: kill io_rw_buffer_select() wrapperJens Axboe1-10/+5
2022-05-09io_uring: make io_buffer_select() return the user address directlyJens Axboe1-26/+20
2022-05-05io_uring: kill io_recv_buffer_select() wrapperJens Axboe1-10/+2
2022-05-05io_uring: use 'sr' vs 'req->sr_msg' consistentlyJens Axboe1-9/+8
2022-05-05io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe1-2/+25
2022-05-05io_uring: check IOPOLL/ioprio support upfrontJens Axboe1-95/+58
2022-05-02io_uring: assign non-fixed early for async workJens Axboe1-1/+6
2022-04-30io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()Almog Khaikin1-1/+1
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe1-3/+11
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe1-4/+13
2022-04-30io_uring: set task_work notify method at init timeJens Axboe1-12/+11
2022-04-30io_uring: serialize ctx->rings->sq_flags with atomic_or/andJens Axboe1-26/+10
2022-04-29io_uring: return hint on whether more data is available after receiveJens Axboe1-4/+15
2022-04-29Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-netJens Axboe1-672/+1343
2022-04-29io_uring: check that data field is 0 in ringfd unregisterEugene Syromiatnikov1-1/+1
2022-04-28io_uring: fix uninitialized field in rw io_kiocbJoseph Ravichandran1-0/+1
2022-04-26io_uring: check reserved fields for recv/recvmsgJens Axboe1-0/+2
2022-04-26io_uring: check reserved fields for send/sendmsgJens Axboe1-0/+2
2022-04-26io_uring: add io_uring_get_opcodeDylan Yudaken1-0/+101
2022-04-25io_uring: fix compile warning for 32-bit buildsJens Axboe1-1/+1
2022-04-24io_uring: cleanup error-handling around io_req_completeKanchan Joshi1-29/+5
2022-04-24io_uring: add socket(2) supportJens Axboe1-0/+76
2022-04-24io_uring: add fgetxattr and getxattr supportStefan Roesch1-0/+129
2022-04-24io_uring: add fsetxattr and setxattr supportStefan Roesch1-0/+165
2022-04-24io_uring: return an error when cqe is droppedDylan Yudaken1-4/+28
2022-04-24io_uring: use constants for cq_overflow bitfieldDylan Yudaken1-8/+14
2022-04-24io_uring: rework io_uring_enter to simplify return valueDylan Yudaken1-14/+21
2022-04-24io_uring: trace cqe overflowsDylan Yudaken1-0/+1
2022-04-24io_uring: allow re-poll if we made progressJens Axboe1-3/+7
2022-04-24io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe1-7/+29
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe1-14/+25
2022-04-24io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe1-7/+60
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe1-21/+70
2022-04-24io_uring: pass in struct io_cancel_data consistentlyJens Axboe1-32/+44
2022-04-24io_uring: remove dead 'poll_only' argument to io_poll_cancel()Jens Axboe1-4/+3
2022-04-24io_uring: refactor io_disarm_next() lockingPavel Begunkov1-7/+10
2022-04-24io_uring: move timeout locking in io_timeout_cancel()Pavel Begunkov1-7/+5
2022-04-24io_uring: store SCM state in io_fixed_file->file_ptrJens Axboe1-7/+29
2022-04-24io_uring: kill ctx arg from io_req_put_rsrcPavel Begunkov1-3/+3
2022-04-24io_uring: add a helper for putting rsrc nodesPavel Begunkov1-3/+8
2022-04-24io_uring: store rsrc node in req instead of refsPavel Begunkov1-11/+11