summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-5/+18
|\
| * io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-0/+2
| * io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe2020-09-281-5/+14
| * io_uring: always delete double poll wait entry on matchJens Axboe2020-09-281-0/+2
* | Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-261-7/+7
|\|
| * io_uring: ensure async buffered read-retry is setup properlyJens Axboe2020-09-251-4/+2
| * io_uring: don't unconditionally set plug->nowait = trueJens Axboe2020-09-251-3/+0
| * io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe2020-09-251-0/+5
* | Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-221-11/+38
|\|
| * io_uring: fix openat/openat2 unified prep handlingJens Axboe2020-09-211-2/+4
| * io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe2020-09-211-2/+4
| * io_uring: don't use retry based buffered reads for non-async bdevJens Axboe2020-09-211-1/+5
| * io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe2020-09-211-6/+10
| * io_uring: don't run task work on an exiting taskJens Axboe2020-09-141-0/+11
| * io_uring: drop 'ctx' ref on task work cancelationJens Axboe2020-09-141-0/+2
| * io_uring: grab any needed state during defer prepJens Axboe2020-09-131-0/+2
* | Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
|\|
| * io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-051-2/+23
| * io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| * io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
* | Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-041-1/+12
|\|
| * io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe2020-09-021-0/+10
| * io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue2020-09-021-0/+1
| * io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue2020-09-011-1/+1
* | Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-281-42/+57
|\|
| * io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe2020-08-271-20/+6
| * io_uring: fix IOPOLL -EAGAIN retriesJens Axboe2020-08-271-5/+9
| * io_uring: clear req->result on IOPOLL re-issueJens Axboe2020-08-261-0/+1
| * io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe2020-08-261-4/+9
| * io_uring: ensure read requests go through -ERESTART* transformationJens Axboe2020-08-251-1/+2
| * io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe2020-08-251-1/+9
| * io_uring: fix imbalanced sqo_mm accountingJens Axboe2020-08-251-7/+3
| * io_uring: revert consumed iov_iter bytes on errorJens Axboe2020-08-251-0/+4
| * io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe2020-08-231-6/+16
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov2020-08-201-3/+1
* io_uring: comment on kfree(iovec) checksPavel Begunkov2020-08-201-0/+2
* io_uring: fix racy req->flags modificationPavel Begunkov2020-08-201-44/+17
* io_uring: use system_unbound_wq for ring exit workJens Axboe2020-08-191-1/+7
* io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe2020-08-181-14/+14
* io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe2020-08-161-30/+11
* io_uring: find and cancel head link async work on files exitJens Axboe2020-08-161-4/+29
* io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-151-1/+4
* io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
* io_uring: internally retry short readsJens Axboe2020-08-131-39/+70
* io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
* io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-121-10/+87
* io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1
* io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe2020-08-111-0/+15
* io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe2020-08-101-10/+52