aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/rw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds1-21/+73
2025-03-26Merge 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-05io_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
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-2/+2
2025-01-28io_uring/rw: simplify io_rw_recycle()Pavel Begunkov1-13/+3
2025-01-28io_uring: remove !KASAN guards from cache freePavel Begunkov1-2/+0
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-21/+6
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-89/+123
2025-01-10io_uring/rw: don't gate retry on completion contextJens Axboe1-6/+0
2025-01-10io_uring/rw: handle -EAGAIN retry at IO completion timeJens Axboe1-55/+25
2025-01-10io_uring/rw: use io_rw_recycle() from cleanup pathJens Axboe1-1/+2
2024-12-28io_uring/rw: fix downgraded mshot readPavel Begunkov1-0/+2
2024-12-27io_uring/rw: always clear ->bytes_done on io_async_rw setupJens Axboe1-1/+1
2024-12-27io_uring/rw: use NULL for rw->free_iovec assigmentJens Axboe1-1/+1
2024-12-27io_uring/rw: don't mask in f_iocb_flagsJens Axboe1-9/+9
2024-12-27io_uring/rw: Allocate async data through helperGabriel Krisman Bertazi1-20/+16
2024-12-23io_uring: clean up io_prep_rw_setup()David Wei1-7/+1
2024-12-23io_uring: introduce attributes for read/write and PI supportAnuj Gupta1-2/+81
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-18/+87
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-11-13block: add a rq_list typeChristoph Hellwig1-2/+2
2024-11-07io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei1-2/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-1/+1
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-1/+2
2024-11-02io_uring: add support for hybrid IOPOLLhexue1-11/+81
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-4/+2