summaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.c
AgeCommit message (Expand)AuthorLines
2025-11-07io_uring: fix regbuf vector size truncationPavel Begunkov-2/+9
2025-09-08io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos-0/+7
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos-0/+1
2025-07-16io_uring: export io_[un]account_memPavel Begunkov-2/+2
2025-07-06Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe-8/+22
2025-07-02io_uring/rsrc: skip atomic refcount for uncloned buffersCaleb Sander Mateos-2/+4
2025-06-24io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov-3/+7
2025-06-24io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov-1/+6
2025-06-24io_uring/rsrc: fix folio unpinningPavel Begunkov-4/+9
2025-06-18io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang-3/+3
2025-06-15io_uring/rsrc: validate buffer count with offset for cloningJens Axboe-0/+2
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe-1/+1
2025-05-02io_uring/zcrx: improve area validationPavel Begunkov-12/+15
2025-04-21io_uring/rsrc: remove null check on importPavel Begunkov-2/+0
2025-04-21io_uring/rsrc: clean up io_coalesce_buffer()Pavel Begunkov-25/+22
2025-04-21io_uring/rsrc: use unpin_user_folioPavel Begunkov-3/+2
2025-04-21io_uring/rsrc: remove node assignment helpersJens Axboe-3/+9
2025-04-17io_uring/rsrc: ensure segments counts are correct on kbuf buffersJens Axboe-5/+22
2025-04-17io_uring/rsrc: send exact nr_segs for fixed bufferNitesh Shetty-3/+4
2025-04-17io_uring/rsrc: refactor io_import_fixedPavel Begunkov-17/+7
2025-04-17io_uring/rsrc: separate kbuf offset adjustmentsPavel Begunkov-12/+7
2025-04-17io_uring/rsrc: don't skip offset calculationPavel Begunkov-38/+37
2025-04-04io_uring: don't post tag CQEs on file/buffer registration failurePavel Begunkov-1/+16
2025-04-02io_uring: support vectored kernel fixed bufferMing Lei-3/+88
2025-04-02io_uring: add validate_fixed_range() for validate fixed bufferMing Lei-11/+22
2025-03-31io_uring/rsrc: check size when importing reg bufferPavel Begunkov-0/+2
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds-0/+163
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2025-03-10Revert "io_uring/rsrc: simplify the bvec iter count calculation"Keith Busch-1/+3
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov-4/+4
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov-0/+26
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov-0/+128
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov-0/+9
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe-1/+1
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos-10/+5
2025-03-04io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()Caleb Sander Mateos-4/+2
2025-03-04io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failureCaleb Sander Mateos-2/+1
2025-03-04io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failureCaleb Sander Mateos-2/+1
2025-03-04io_uring/rsrc: free io_rsrc_node using kfree()Caleb Sander Mateos-1/+1
2025-03-04io_uring/rsrc: split out io_free_node() helperCaleb Sander Mateos-2/+7
2025-02-28io_uring/rsrc: declare io_find_buf_node() in header fileCaleb Sander Mateos-2/+2
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos-4/+14
2025-02-28io_uring/rsrc: use rq_data_dir() to compute bvec dirCaleb Sander Mateos-5/+1
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch-14/+57
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch-7/+116
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov-1/+30
2025-02-27io_uring/rsrc: remove redundant check for valid imuKeith Busch-11/+8
2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei-1/+1
2025-01-21io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to callerJann Horn-2/+0
2025-01-21io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()Sidong Yang-5/+5