summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-08-10io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe
2020-08-10io_uring: fix recursive completion locking on oveflow flushJens Axboe
2020-08-10io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe
2020-08-06io_uring: account locked memory before potential error caseJens Axboe
2020-08-06io_uring: set ctx sq/cq entry count earlierJens Axboe
2020-08-05io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang
2020-08-03io_uring: add comments on how the async buffered read retry worksJens Axboe
2020-08-03io_uring: io_async_buf_func() need not test page bitJens Axboe
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-01io_uring: flip if handling after io_setup_async_rwPavel Begunkov
2020-07-31io_uring: don't touch 'ctx' after installing file descriptorJens Axboe
2020-07-30io_uring: get rid of atomic FAA for cq_timeoutsPavel Begunkov
2020-07-30io_uring: consolidate *_check_overflow accountingPavel Begunkov
2020-07-30io_uring: fix stalled deferred requestsPavel Begunkov
2020-07-30io_uring: fix racy overflow count reportingPavel Begunkov
2020-07-30io_uring: deduplicate __io_complete_rw()Pavel Begunkov
2020-07-30io_uring: de-unionise io_kiocbPavel Begunkov
2020-07-25io_uring: fix missing io_queue_linked_timeout()Pavel Begunkov
2020-07-25io_uring: mark ->work uninitialised after cleanupPavel Begunkov
2020-07-24io_uring: deduplicate io_grab_files() callsPavel Begunkov
2020-07-24io_uring: don't do opcode prep twicePavel Begunkov
2020-07-24io_uring: clear IORING_SQ_NEED_WAKEUP after executing task worksXiaoguang Wang
2020-07-24io_uring: batch put_task_struct()Pavel Begunkov
2020-07-24io_uring: return locked and pinned page accountingPavel Begunkov
2020-07-24io_uring: don't miscount pinned memoryPavel Begunkov
2020-07-24io_uring: don't open-code recv kbuf managmentPavel Begunkov
2020-07-24io_uring: extract io_put_kbuf() helperPavel Begunkov
2020-07-24io_uring: move BUFFER_SELECT check into *recv[msg]Pavel Begunkov
2020-07-24io_uring: free selected-bufs if error'edPavel Begunkov
2020-07-24io_uring: don't forget cflags in io_recv()Pavel Begunkov
2020-07-24io_uring: remove extra checks in send/recvPavel Begunkov
2020-07-24io_uring: indent left {send,recv}[msg]()Pavel Begunkov
2020-07-24io_uring: simplify file ref tracking in submission statePavel Begunkov
2020-07-24io_uring/io-wq: move RLIMIT_FSIZE to io-wqPavel Begunkov
2020-07-24io_uring: alloc ->io in io_req_defer_prep()Pavel Begunkov
2020-07-24io_uring: remove empty cleanup of OP_OPEN* reqsPavel Begunkov
2020-07-24io_uring: inline io_req_work_grab_env()Pavel Begunkov
2020-07-24io_uring: place cflags into completion dataPavel Begunkov
2020-07-24io_uring: remove sequence from io_kiocbPavel Begunkov
2020-07-24io_uring: use non-intrusive list for deferPavel Begunkov
2020-07-24io_uring: remove init for unused listPavel Begunkov
2020-07-24io_uring: add req->timeout.listPavel Begunkov
2020-07-24io_uring: use completion list for CQ overflowPavel Begunkov
2020-07-24io_uring: use inflight_entry list for iopoll'ingPavel Begunkov
2020-07-24io_uring: rename ctx->poll into ctx->iopollPavel Begunkov
2020-07-24io_uring: share completion list w/ per-op spacePavel Begunkov
2020-07-24io_uring: follow **iovec idiom in io_import_iovecPavel Begunkov
2020-07-24io_uring: add a helper for async rw iovec prepPavel Begunkov
2020-07-24io_uring: simplify io_req_map_rw()Pavel Begunkov
2020-07-24io_uring: replace rw->task_work with rq->task_workPavel Begunkov