aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/rsrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-17io_uring/rsrc: ensure segments counts are correct on kbuf buffersJens Axboe1-5/+22
2025-04-17io_uring/rsrc: send exact nr_segs for fixed bufferNitesh Shetty1-3/+4
2025-04-17io_uring/rsrc: refactor io_import_fixedPavel Begunkov1-17/+7
2025-04-17io_uring/rsrc: separate kbuf offset adjustmentsPavel Begunkov1-12/+7
2025-04-17io_uring/rsrc: don't skip offset calculationPavel Begunkov1-38/+37
2025-04-04io_uring: don't post tag CQEs on file/buffer registration failurePavel Begunkov1-1/+16
2025-04-02io_uring: support vectored kernel fixed bufferMing Lei1-3/+88
2025-04-02io_uring: add validate_fixed_range() for validate fixed bufferMing Lei1-11/+22
2025-03-31io_uring/rsrc: check size when importing reg bufferPavel Begunkov1-0/+2
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds1-0/+163
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-10Revert "io_uring/rsrc: simplify the bvec iter count calculation"Keith Busch1-1/+3
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov1-4/+4
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov1-0/+26
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov1-0/+128
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov1-0/+9
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-1/+1
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos1-10/+5
2025-03-04io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()Caleb Sander Mateos1-4/+2
2025-03-04io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failureCaleb Sander Mateos1-2/+1
2025-03-04io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failureCaleb Sander Mateos1-2/+1
2025-03-04io_uring/rsrc: free io_rsrc_node using kfree()Caleb Sander Mateos1-1/+1
2025-03-04io_uring/rsrc: split out io_free_node() helperCaleb Sander Mateos1-2/+7
2025-02-28io_uring/rsrc: declare io_find_buf_node() in header fileCaleb Sander Mateos1-2/+2
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos1-4/+14
2025-02-28io_uring/rsrc: use rq_data_dir() to compute bvec dirCaleb Sander Mateos1-5/+1
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch1-14/+57
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch1-7/+116
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov1-1/+30
2025-02-27io_uring/rsrc: remove redundant check for valid imuKeith Busch1-11/+8
2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei1-1/+1
2025-01-21io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to callerJann Horn1-2/+0
2025-01-21io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()Sidong Yang1-5/+5
2025-01-21io_uring: clean up io_uring_register_get_file()Pavel Begunkov1-2/+1
2025-01-21io_uring/rsrc: Simplify buffer cloning by locking both ringsJann Horn1-33/+40
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-18/+22
2025-01-14io_uring/rsrc: require cloned buffers to share accounting contextsJann Horn1-0/+7
2025-01-14io_uring/rsrc: fixup io_clone_buffers() error handlingJens Axboe1-9/+1
2025-01-03io_uring/rsrc: simplify the bvec iter count calculationBui Quang Minh1-3/+1
2024-12-23io_uring: don't vmap single page regionsPavel Begunkov1-8/+5
2024-12-23io_uring/rsrc: export io_check_coalesce_bufferPavel Begunkov1-10/+12
2024-12-12io_uring/rsrc: don't put/free empty buffersJens Axboe1-2/+4
2024-11-07io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei1-2/+2
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei1-13/+11
2024-11-06io_uring/rsrc: encode node type and ctx togetherJens Axboe1-6/+5
2024-11-02io_uring/rsrc: allow cloning with node replacementsJens Axboe1-14/+52
2024-11-02io_uring/rsrc: allow cloning at an offsetJens Axboe1-6/+26
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-27/+21
2024-11-02io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe1-9/+3
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-5/+7