summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-231-14/+90
|\
| * 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-061-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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051-44/+70
|\| |
| * | 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-291-42/+57
| |\|
| | * io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe2020-08-281-20/+6
| | * io_uring: fix IOPOLL -EAGAIN retriesJens Axboe2020-08-281-5/+9
| | * io_uring: clear req->result on IOPOLL re-issueJens Axboe2020-08-271-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-241-1/+1
| |/
* / io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUELuke Hsiao2020-08-251-0/+6
|/
* 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-161-1/+4
* io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
* io_uring: internally retry short readsJens Axboe2020-08-141-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-131-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
* io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe2020-08-101-0/+3
* io_uring: fix recursive completion locking on oveflow flushJens Axboe2020-08-101-10/+26
* io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe2020-08-101-8/+8
* io_uring: account locked memory before potential error caseJens Axboe2020-08-061-8/+10
* io_uring: set ctx sq/cq entry count earlierJens Axboe2020-08-061-2/+4