index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rw.c
Age
Commit message (
Expand
)
Author
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-10
io_uring: rely on io_prep_reg_vec for iovec placement
Pavel Begunkov
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
2025-03-07
io_uring: cap cached iovec/bvec size
Pavel Begunkov
2025-03-07
io_uring/rw: defer reg buf vec import
Pavel Begunkov
2025-03-07
io_uring/rw: implement vectored registered rw
Pavel Begunkov
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
2025-03-05
io_uring/rw: ensure reissue path is correctly handled for IOPOLL
Jens Axboe
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
2025-02-28
io_uring/rw: move fixed buffer import to issue path
Keith Busch
2025-02-28
io_uring/rw: move buffer_select outside generic prep
Keith Busch
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
2025-02-27
io_uring/rw: open code io_prep_rw_setup()
Pavel Begunkov
2025-02-25
io_uring/rw: extract helper for iovec import
Pavel Begunkov
2025-02-25
io_uring/rw: rename io_import_iovec()
Pavel Begunkov
2025-02-25
io_uring/rw: allocate async data in io_prep_rw()
Pavel Begunkov
2025-02-24
io_uring/rw: shrink io_iov_compat_buffer_select_prep
Pavel Begunkov
2025-02-24
io_uring/rw: compile out compat param passing
Pavel Begunkov
2025-02-19
io_uring/rw: clean up mshot forced sync mode
Pavel Begunkov
2025-02-19
io_uring/rw: move ki_complete init into prep
Pavel Begunkov
2025-02-19
io_uring/rw: don't directly use ki_complete
Pavel Begunkov
2025-02-19
io_uring/rw: forbid multishot async reads
Pavel Begunkov
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
2025-01-28
io_uring/rw: simplify io_rw_recycle()
Pavel Begunkov
2025-01-28
io_uring: remove !KASAN guards from cache free
Pavel Begunkov
2025-01-23
io_uring: get rid of alloc cache init_once handling
Jens Axboe
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-10
io_uring/rw: don't gate retry on completion context
Jens Axboe
2025-01-10
io_uring/rw: handle -EAGAIN retry at IO completion time
Jens Axboe
2025-01-10
io_uring/rw: use io_rw_recycle() from cleanup path
Jens Axboe
2024-12-28
io_uring/rw: fix downgraded mshot read
Pavel Begunkov
2024-12-27
io_uring/rw: always clear ->bytes_done on io_async_rw setup
Jens Axboe
2024-12-27
io_uring/rw: use NULL for rw->free_iovec assigment
Jens Axboe
2024-12-27
io_uring/rw: don't mask in f_iocb_flags
Jens Axboe
2024-12-27
io_uring/rw: Allocate async data through helper
Gabriel Krisman Bertazi
2024-12-23
io_uring: clean up io_prep_rw_setup()
David Wei
2024-12-23
io_uring: introduce attributes for read/write and PI support
Anuj Gupta
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-18
Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-13
block: add a rq_list type
Christoph Hellwig
2024-11-07
io_uring/rsrc: add & apply io_req_assign_buf_node()
Ming Lei
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-06
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
2024-11-02
io_uring: add support for hybrid IOPOLL
hexue
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
[next]