summaryrefslogtreecommitdiff
path: root/io_uring/rw.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang1-1/+0
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+2
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-14/+2
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe1-0/+3
2025-11-11io_uring/rw: ensure allocated iovec gets cleared for early failureJens Axboe1-0/+3
2025-11-05io_uring: fix typos and comment wordingAlok Tiwari1-3/+3
2025-11-03io_uring: add wrapper type for io_req_tw_func_t argCaleb Sander Mateos1-2/+3
2025-10-15io_uring/rw: check for NULL io_br_sel when putting a bufferJens Axboe1-1/+5
2025-10-13Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"Jens Axboe1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+35
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos1-0/+1
2025-08-27io_uring: add async data clear/free helpersJens Axboe1-4/+2
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe1-11/+11
2025-08-24io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe1-0/+2
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe1-14/+20
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe1-7/+7
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe1-5/+5
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-07-08io_uring/rw: cast rw->flags assignment to rwf_tJens Axboe1-1/+1
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-1/+1
2025-05-06io_uring: enable per-io write streamsKeith Busch1-0/+1
2025-04-21io_uring/kbuf: pass bgid to io_buffer_select()Pavel Begunkov1-1/+4
2025-03-29Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds1-21/+73
2025-03-27Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-92/+108
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov1-2/+1
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov1-20/+1
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov1-3/+1
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov1-7/+4
2025-03-07io_uring: cap cached iovec/bvec sizePavel Begunkov1-0/+3
2025-03-07io_uring/rw: defer reg buf vec importPavel Begunkov1-8/+34
2025-03-07io_uring/rw: implement vectored registered rwPavel Begunkov1-0/+51
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov1-10/+7
2025-03-06io_uring/rw: ensure reissue path is correctly handled for IOPOLLJens Axboe1-4/+3
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch1-0/+3
2025-02-28io_uring/rw: move fixed buffer import to issue pathKeith Busch1-9/+30
2025-02-28io_uring/rw: move buffer_select outside generic prepKeith Busch1-17/+28
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe1-9/+21
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov1-8/+1
2025-02-27io_uring/rw: open code io_prep_rw_setup()Pavel Begunkov1-16/+9
2025-02-25io_uring/rw: extract helper for iovec importPavel Begunkov1-26/+31
2025-02-25io_uring/rw: rename io_import_iovec()Pavel Begunkov1-7/+7
2025-02-25io_uring/rw: allocate async data in io_prep_rw()Pavel Begunkov1-3/+3
2025-02-24io_uring/rw: shrink io_iov_compat_buffer_select_prepPavel Begunkov1-10/+4
2025-02-24io_uring/rw: compile out compat param passingPavel Begunkov1-6/+2
2025-02-19io_uring/rw: clean up mshot forced sync modePavel Begunkov1-9/+3
2025-02-19io_uring/rw: move ki_complete init into prepPavel Begunkov1-3/+8
2025-02-19io_uring/rw: don't directly use ki_completePavel Begunkov1-5/+9
2025-02-19io_uring/rw: forbid multishot async readsPavel Begunkov1-2/+11