summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe1-1/+18
2020-10-01io_uring: use private ctx wait queue entries for SQPOLLJens Axboe1-15/+18
2020-10-01io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe1-2/+0
2020-10-01io_uring: allow disabling rings during the creationStefano Garzarella1-7/+54
2020-10-01io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella1-1/+123
2020-10-01io_uring: reference ->nsproxy for file table commandsJens Axboe1-0/+3
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe1-37/+269
2020-10-01io_uring: enable task/files specific overflow flushingJens Axboe1-16/+25
2020-10-01io_uring: return cancelation status from poll/timeout/files handlersJens Axboe1-5/+22
2020-10-01io_uring: unconditionally grab req->taskJens Axboe1-38/+9
2020-10-01io_uring: stash ctx task reference for SQPOLLJens Axboe1-13/+34
2020-10-01io_uring: move dropping of files into separate helperJens Axboe1-11/+16
2020-10-01io_uring: allow timeout/poll/files killing to take task into accountJens Axboe1-9/+24
2020-10-01Merge branch 'io_uring-5.9' into for-5.10/io_uringJens Axboe1-5/+18
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu1-0/+2
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe1-5/+14
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe1-0/+2
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2020-09-26io_uring: ensure async buffered read-retry is setup properlyJens Axboe1-4/+2
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe1-3/+0
2020-09-25io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe1-0/+5
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+90
2020-09-23Merge 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-06io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-06io_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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-44/+70
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-29Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+57
2020-08-28io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe1-20/+6
2020-08-28io_uring: fix IOPOLL -EAGAIN retriesJens Axboe1-5/+9
2020-08-27io_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-25io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUELuke Hsiao1-0/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1