index
:
git.armlinux.org.uk/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
/
rsrc.c
Age
Commit message (
Expand
)
Author
2025-04-17
io_uring/rsrc: ensure segments counts are correct on kbuf buffers
Jens Axboe
2025-04-17
io_uring/rsrc: send exact nr_segs for fixed buffer
Nitesh Shetty
2025-04-17
io_uring/rsrc: refactor io_import_fixed
Pavel Begunkov
2025-04-17
io_uring/rsrc: separate kbuf offset adjustments
Pavel Begunkov
2025-04-17
io_uring/rsrc: don't skip offset calculation
Pavel Begunkov
2025-04-04
io_uring: don't post tag CQEs on file/buffer registration failure
Pavel Begunkov
2025-04-02
io_uring: support vectored kernel fixed buffer
Ming Lei
2025-04-02
io_uring: add validate_fixed_range() for validate fixed buffer
Ming Lei
2025-03-31
io_uring/rsrc: check size when importing reg buffer
Pavel Begunkov
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-10
Revert "io_uring/rsrc: simplify the bvec iter count calculation"
Keith Busch
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-07
io_uring: add infra for importing vectored reg buffers
Pavel Begunkov
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
2025-03-05
io_uring: introduce io_cache_free() helper
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failure
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failure
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: free io_rsrc_node using kfree()
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: split out io_free_node() helper
Caleb Sander Mateos
2025-02-28
io_uring/rsrc: declare io_find_buf_node() in header file
Caleb Sander Mateos
2025-02-28
io_uring/ublk: report error when unregister operation fails
Caleb Sander Mateos
2025-02-28
io_uring/rsrc: use rq_data_dir() to compute bvec dir
Caleb Sander Mateos
2025-02-28
io_uring: cache nodes and mapped buffers
Keith Busch
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
2025-02-27
io_uring/rsrc: remove redundant check for valid imu
Keith Busch
2025-02-17
io_uring/zcrx: add io_zcrx_area
David Wei
2025-01-21
io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to caller
Jann Horn
2025-01-21
io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()
Sidong Yang
2025-01-21
io_uring: clean up io_uring_register_get_file()
Pavel Begunkov
2025-01-21
io_uring/rsrc: Simplify buffer cloning by locking both rings
Jann Horn
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-14
io_uring/rsrc: require cloned buffers to share accounting contexts
Jann Horn
2025-01-14
io_uring/rsrc: fixup io_clone_buffers() error handling
Jens Axboe
2025-01-03
io_uring/rsrc: simplify the bvec iter count calculation
Bui Quang Minh
2024-12-23
io_uring: don't vmap single page regions
Pavel Begunkov
2024-12-23
io_uring/rsrc: export io_check_coalesce_buffer
Pavel Begunkov
2024-12-12
io_uring/rsrc: don't put/free empty buffers
Jens Axboe
2024-11-07
io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
Ming Lei
2024-11-07
io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
Ming Lei
2024-11-06
io_uring/rsrc: encode node type and ctx together
Jens Axboe
2024-11-02
io_uring/rsrc: allow cloning with node replacements
Jens Axboe
2024-11-02
io_uring/rsrc: allow cloning at an offset
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
2024-11-02
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
[next]