summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue
2020-09-01io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe
2020-08-26io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe
2020-08-25io_uring: ensure read requests go through -ERESTART* transformationJens Axboe
2020-08-25io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe
2020-08-25io_uring: fix imbalanced sqo_mm accountingJens Axboe
2020-08-25io_uring: revert consumed iov_iter bytes on errorJens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe
2020-08-16io_uring: find and cancel head link async work on files exitJens Axboe
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe
2020-08-15io_uring: sanitize double poll handlingJens Axboe
2020-08-13io_uring: internally retry short readsJens Axboe
2020-08-13io_uring: retain iov_iter state over io_read/io_write callsJens Axboe
2020-08-12io_uring: enable lookup of links holding inflight filesJens Axboe
2020-08-12io_uring: fail poll arm on queue proc failureJens Axboe
2020-08-11io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe
2020-08-10io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe
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