summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2022-05-10io_uring: add flag for allocating a fully sparse direct descriptor spacefor-5.19/io_uring-fixed-allocJens Axboe
2022-05-09io_uring: bump max direct descriptor count to 1MJens Axboe
2022-05-09io_uring: allow allocated fixed files for acceptJens Axboe
2022-05-09io_uring: allow allocated fixed files for openat/openat2Jens Axboe
2022-05-09io_uring: add basic fixed file allocatorJens Axboe
2022-05-09io_uring: track fixed files with a bitmapJens Axboe
2022-05-09io_uring: don't clear req->kbuf when buffer selection is doneJens Axboe
2022-05-09io_uring: eliminate the need to track provided buffer ID separatelyJens Axboe
2022-05-09io_uring: move provided buffer state closer to submit stateJens Axboe
2022-05-09io_uring: move provided and fixed buffers into the same io_kiocb areaJens Axboe
2022-05-09io_uring: abstract out provided buffer list selectionJens Axboe
2022-05-09io_uring: never call io_buffer_select() for a buffer re-selectJens Axboe
2022-05-09io_uring: get rid of hashed provided buffer groupsJens Axboe
2022-05-09io_uring: always use req->buf_index for the provided buffer groupJens Axboe
2022-05-09io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't setJens Axboe
2022-05-09io_uring: kill io_rw_buffer_select() wrapperJens Axboe
2022-05-09io_uring: make io_buffer_select() return the user address directlyJens Axboe
2022-05-05io_uring: kill io_recv_buffer_select() wrapperJens Axboe
2022-05-05io_uring: use 'sr' vs 'req->sr_msg' consistentlyJens Axboe
2022-05-05io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe
2022-05-05io_uring: check IOPOLL/ioprio support upfrontJens Axboe
2022-04-30io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()Almog Khaikin
2022-04-30io_uring: add IORING_SETUP_TASKRUN_FLAGJens Axboe
2022-04-30io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is usedJens Axboe
2022-04-30io_uring: set task_work notify method at init timeJens Axboe
2022-04-30io_uring: serialize ctx->rings->sq_flags with atomic_or/andJens Axboe
2022-04-25io_uring: fix compile warning for 32-bit buildsJens Axboe
2022-04-24io_uring: return an error when cqe is droppedDylan Yudaken
2022-04-24io_uring: use constants for cq_overflow bitfieldDylan Yudaken
2022-04-24io_uring: rework io_uring_enter to simplify return valueDylan Yudaken
2022-04-24io_uring: trace cqe overflowsDylan Yudaken
2022-04-24io_uring: allow re-poll if we made progressJens Axboe
2022-04-24io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ANYJens Axboe
2022-04-24io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' keyJens Axboe
2022-04-24io_uring: add support for IORING_ASYNC_CANCEL_ALLJens Axboe
2022-04-24io_uring: pass in struct io_cancel_data consistentlyJens Axboe
2022-04-24io_uring: remove dead 'poll_only' argument to io_poll_cancel()Jens Axboe
2022-04-24io_uring: refactor io_disarm_next() lockingPavel Begunkov
2022-04-24io_uring: move timeout locking in io_timeout_cancel()Pavel Begunkov
2022-04-24io_uring: store SCM state in io_fixed_file->file_ptrJens Axboe
2022-04-24io_uring: kill ctx arg from io_req_put_rsrcPavel Begunkov
2022-04-24io_uring: add a helper for putting rsrc nodesPavel Begunkov
2022-04-24io_uring: store rsrc node in req instead of refsPavel Begunkov
2022-04-24io_uring: refactor io_assign_file error pathPavel Begunkov
2022-04-24io_uring: use right helpers for file assign lockingPavel Begunkov
2022-04-24io_uring: add data_race annotationsPavel Begunkov
2022-04-24io_uring: inline io_req_complete_fail_submit()Pavel Begunkov
2022-04-24io_uring: refactor io_submit_sqe()Pavel Begunkov
2022-04-24io_uring: refactor lazy link failPavel Begunkov