aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+38
2020-09-21io_uring: fix openat/openat2 unified prep handlingJens Axboe1-2/+4
2020-09-21io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe1-2/+4
2020-09-21io_uring: don't use retry based buffered reads for non-async bdevJens Axboe1-1/+5
2020-09-21io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe1-6/+10
2020-09-14io_uring: don't run task work on an exiting taskJens Axboe1-0/+11
2020-09-14io_uring: drop 'ctx' ref on task work cancelationJens Axboe1-0/+2
2020-09-13io_uring: grab any needed state during defer prepJens Axboe1-0/+2
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+10
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1
2020-09-01io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue1-1/+1
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+57
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe1-20/+6
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe1-5/+9
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe1-0/+1
2020-08-26io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe1-4/+9
2020-08-25io_uring: ensure read requests go through -ERESTART* transformationJens Axboe1-1/+2
2020-08-25io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe1-1/+9
2020-08-25io_uring: fix imbalanced sqo_mm accountingJens Axboe1-7/+3
2020-08-25io_uring: revert consumed iov_iter bytes on errorJens Axboe1-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe1-6/+16
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov1-3/+1
2020-08-20io_uring: comment on kfree(iovec) checksPavel Begunkov1-0/+2
2020-08-20io_uring: fix racy req->flags modificationPavel Begunkov1-44/+17
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe1-1/+7
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe1-14/+14
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe1-30/+11
2020-08-16io_uring: find and cancel head link async work on files exitJens Axboe1-4/+29
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-13io_uring: internally retry short readsJens Axboe1-39/+70
2020-08-13io_uring: retain iov_iter state over io_read/io_write callsJens Axboe1-66/+70
2020-08-12io_uring: enable lookup of links holding inflight filesJens Axboe1-10/+87
2020-08-12io_uring: fail poll arm on queue proc failureJens Axboe1-1/+1
2020-08-11io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe1-0/+15
2020-08-10io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe1-10/+52
2020-08-10io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe1-0/+3
2020-08-10io_uring: fix recursive completion locking on oveflow flushJens Axboe1-10/+26
2020-08-10io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe1-8/+8
2020-08-06io_uring: account locked memory before potential error caseJens Axboe1-8/+10
2020-08-06io_uring: set ctx sq/cq entry count earlierJens Axboe1-2/+4
2020-08-05io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang1-2/+7
2020-08-03io_uring: add comments on how the async buffered read retry worksJens Axboe1-1/+22
2020-08-03io_uring: io_async_buf_func() need not test page bitJens Axboe1-4/+0