summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: io_kiocb_ppos() style changePavel Begunkov2020-10-011-1/+1
* io_uring: simplify io_alloc_req()Pavel Begunkov2020-10-011-9/+4
* io_uring: show sqthread pid and cpu in fdinfoJoseph Qi2020-10-011-0/+6
* io_uring: process task work in io_uring_register()Jens Axboe2020-10-011-12/+28
* io_uring: add blkcg accounting to offloaded operationsDennis Zhou2020-10-011-0/+92
* io_uring: improve registered buffer accounting for huge pagesJens Axboe2020-10-011-10/+80
* io_uring: remove unneeded semicolonZheng Bin2020-10-011-1/+1
* io_uring: cap SQ submit size for SQPOLL with multiple ringsJens Axboe2020-10-011-2/+9
* io_uring: get rid of req->io/io_async_ctx unionJens Axboe2020-10-011-94/+117
* io_uring: kill extra user_bufs checkPavel Begunkov2020-10-011-7/+1
* io_uring: fix overlapped memcpy in io_req_map_rw()Pavel Begunkov2020-10-011-1/+4
* io_uring: refactor io_req_map_rw()Pavel Begunkov2020-10-011-2/+1
* io_uring: simplify io_rw_prep_async()Pavel Begunkov2020-10-011-4/+2
* io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe2020-10-011-3/+37
* io_uring: mark io_uring_fops/io_op_defs as __read_mostlyJens Axboe2020-10-011-2/+2
* io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread tooJens Axboe2020-10-011-0/+33
* io_uring: base SQPOLL handling off io_sq_dataJens Axboe2020-10-011-25/+101
* io_uring: split SQPOLL data into separate structureJens Axboe2020-10-011-41/+86
* io_uring: split work handling part of SQPOLL into helperJens Axboe2020-10-011-84/+93
* io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handlerJens Axboe2020-10-011-1/+18
* io_uring: use private ctx wait queue entries for SQPOLLJens Axboe2020-10-011-15/+18
* io_uring: io_sq_thread() doesn't need to flush signalsJens Axboe2020-10-011-2/+0
* io_uring: allow disabling rings during the creationStefano Garzarella2020-10-011-7/+54
* io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella2020-10-011-1/+123
* io_uring: reference ->nsproxy for file table commandsJens Axboe2020-10-011-0/+3
* io_uring: don't rely on weak ->files referencesJens Axboe2020-10-011-37/+269
* io_uring: enable task/files specific overflow flushingJens Axboe2020-10-011-16/+25
* io_uring: return cancelation status from poll/timeout/files handlersJens Axboe2020-10-011-5/+22
* io_uring: unconditionally grab req->taskJens Axboe2020-10-011-38/+9
* io_uring: stash ctx task reference for SQPOLLJens Axboe2020-10-011-13/+34
* io_uring: move dropping of files into separate helperJens Axboe2020-10-011-11/+16
* io_uring: allow timeout/poll/files killing to take task into accountJens Axboe2020-10-011-9/+24
* Merge branch 'io_uring-5.9' into for-5.10/io_uringJens Axboe2020-10-011-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-061-2/+23