summaryrefslogtreecommitdiff
path: root/io_uring/rw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-1/+1
|\
| * blk-mq: remove hybrid pollingKeith Busch2023-03-201-1/+1
* | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-4/+4
|\ \
| * | io_uring: reduce scheduling due to twPavel Begunkov2023-04-061-1/+1
| * | io_uring: encapsulate task_work statePavel Begunkov2023-04-031-3/+3
| |/
* | iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe2023-03-301-14/+13
* | iov_iter: add iter_iovec() helperJens Axboe2023-03-301-4/+4
|/
* Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-3/+6
|\
| * io_uring: use iter_ubuf for single range importsJens Axboe2023-01-081-3/+6
* | io_uring: Split io_issue_def structBreno Leitao2023-01-291-1/+1
* | io_uring: Rename struct io_op_defBreno Leitao2023-01-291-1/+1
* | io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin2023-01-291-1/+1
* | io_uring: lock overflowing for IOPOLLPavel Begunkov2023-01-131-1/+5
|/
* io_uring: fix overflow handling regressionPavel Begunkov2022-12-151-1/+1
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-1/+2
|\
| * io_uring/rw: enable bio caches for IRQ rwPavel Begunkov2022-11-161-1/+2
* | Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-0/+6
|\ \
| * | io_uring: remove iopoll spinlockPavel Begunkov2022-11-231-3/+2
| * | io_uring: add completion locking for iopollPavel Begunkov2022-11-231-2/+3
| * | io_uring: move kbuf put out of generic tw completePavel Begunkov2022-11-211-0/+6
| |/
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-5/+5
|/
* io_uring/rw: remove leftover debug statementJens Axboe2022-10-161-2/+0
* io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe2022-10-121-9/+29
* io_uring: local variable rw shadows outer variable in io_writeStefan Roesch2022-10-121-4/+4
* io_uring/rw: defer fsnotify calls to task contextJens Axboe2022-09-291-9/+15
* io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov2022-09-261-3/+5
* io_uring/rw: fix unexpected link breakagePavel Begunkov2022-09-261-0/+1
* io_uring/rw: don't lose partial IO result on failPavel Begunkov2022-09-211-0/+8
* io_uring: allow buffer recycling in READVDylan Yudaken2022-09-211-82/+52
* fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-211-1/+2
* io_uring: cleanly separate request types for iopollJens Axboe2022-09-211-6/+9
* io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi2022-09-211-1/+7
* io_uring/rw: fix error'ed retry return valuesPavel Begunkov2022-09-131-1/+1
* io_uring/rw: fix short rw error handlingPavel Begunkov2022-09-091-12/+18
* Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-131-14/+14
|\
| * io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-14/+14
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|/
* io_uring: Add tracepoint for short writesStefan Roesch2022-07-241-0/+3
* io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe2022-07-241-1/+8
* io_uring: Add support for async buffered writesStefan Roesch2022-07-241-5/+24
* io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe2022-07-241-5/+0
* io_uring: remove priority tw list optimisationDylan Yudaken2022-07-241-1/+1
* io_uring: move io_import_fixed()Pavel Begunkov2022-07-241-60/+0
* io_uring: opcode independent fixed buf importPavel Begunkov2022-07-241-14/+7
* io_uring: add io_commit_cqring_flush()Pavel Begunkov2022-07-241-4/+1
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: rw: delegate sync completions to core io_uringPavel Begunkov2022-07-241-22/+19
* io_uring: move read/write related opcodes to its own fileJens Axboe2022-07-241-0/+1099