summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2020-09-30io_uring: refactor io_req_map_rw()Pavel Begunkov
2020-09-30io_uring: simplify io_rw_prep_async()Pavel Begunkov
2020-09-30io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe
2020-09-30io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe
2020-09-30io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe
2020-09-30io_uring: base SQPOLL handling off io_sq_dataJens Axboe
2020-09-30io_uring: split SQPOLL data into separate structureJens Axboe
2020-09-30io_uring: split work handling part of SQPOLL into helperJens Axboe
2020-09-30io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe
2020-09-30io_uring: use private ctx wait queue entries for SQPOLLJens Axboe
2020-09-30io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe
2020-09-30io_uring: allow disabling rings during the creationStefano Garzarella
2020-09-30io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella
2020-09-30io_uring: reference ->nsproxy for file table commandsJens Axboe
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-09-30io_uring: enable task/files specific overflow flushingJens Axboe
2020-09-30io_uring: return cancelation status from poll/timeout/files handlersJens Axboe
2020-09-30io_uring: unconditionally grab req->taskJens Axboe
2020-09-30io_uring: stash ctx task reference for SQPOLLJens Axboe
2020-09-30io_uring: move dropping of files into separate helperJens Axboe
2020-09-30io_uring: allow timeout/poll/files killing to take task into accountJens Axboe
2020-09-30Merge branch 'io_uring-5.9' into for-5.10/io_uringJens Axboe
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25io_uring: ensure async buffered read-retry is setup properlyJens Axboe
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe
2020-09-25io_uring: ensure open/openat2 name is cleaned on cancelationJens Axboe
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-21io_uring: fix openat/openat2 unified prep handlingJens Axboe
2020-09-21io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe
2020-09-21io_uring: don't use retry based buffered reads for non-async bdevJens Axboe
2020-09-21io_uring: don't re-setup vecs/iter in io_resumit_prep() is already thereJens Axboe
2020-09-14io_uring: don't run task work on an exiting taskJens Axboe
2020-09-14io_uring: drop 'ctx' ref on task work cancelationJens Axboe
2020-09-13io_uring: grab any needed state during defer prepJens Axboe
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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