summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.c
AgeCommit message (Expand)Author
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)
2026-05-14io_uring/rsrc: raise registered buffer 1GB limitJens Axboe
2026-05-14io_uring/rsrc: add huge page accounting for registered buffersJens Axboe
2026-04-21io_uring/rsrc: use kvfree() for the imu cacheJens Axboe
2026-04-21io_uring/rsrc: unify nospec indexing for direct descriptorsJens Axboe
2026-04-13Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-04-08io_uring: unify getting ctx from passed in file descriptorJens Axboe
2026-04-08io_uring/register: don't get a reference to the registered ring fdJens Axboe
2026-04-03Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-01io_uring/rsrc: use io_cache_free() to free nodeJackie Liu
2026-03-29io_uring/rsrc: reject zero-length fixed buffer importQi Tang
2026-03-16io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-16io_uring/rsrc: improve regbuf iov validationPavel Begunkov
2026-02-10io_uring/rsrc: replace reg buffer bit field with flagsPavel Begunkov
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-25io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistentlyJens Axboe
2026-01-07io_uring: remove nr_segs recalculation in io_import_kbuf()Ming Lei
2025-12-17io_uring: fix nr_segs calculation in io_import_kbufhuang-jl
2025-12-04io_uring/rsrc: fix lost entries after cloned rangeJoanne Koong
2025-12-04io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()Joanne Koong
2025-12-04io_uring/rsrc: clean up buffer cloning arg validationJoanne Koong
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe
2025-11-12io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos
2025-11-07io_uring: fix regbuf vector size truncationPavel Begunkov
2025-11-06io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct paramDavid Wei
2025-11-03io_uring/rsrc: use get/put_user() for integer copyJens Axboe
2025-09-08io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos
2025-07-16io_uring: export io_[un]account_memPavel Begunkov
2025-07-06Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe
2025-07-02io_uring/rsrc: skip atomic refcount for uncloned buffersCaleb Sander Mateos
2025-06-24io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov
2025-06-24io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov
2025-06-24io_uring/rsrc: fix folio unpinningPavel Begunkov
2025-06-18io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang
2025-06-15io_uring/rsrc: validate buffer count with offset for cloningJens Axboe
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe
2025-05-02io_uring/zcrx: improve area validationPavel Begunkov
2025-04-21io_uring/rsrc: remove null check on importPavel Begunkov
2025-04-21io_uring/rsrc: clean up io_coalesce_buffer()Pavel Begunkov
2025-04-21io_uring/rsrc: use unpin_user_folioPavel Begunkov
2025-04-21io_uring/rsrc: remove node assignment helpersJens Axboe
2025-04-17io_uring/rsrc: ensure segments counts are correct on kbuf buffersJens Axboe
2025-04-17io_uring/rsrc: send exact nr_segs for fixed bufferNitesh Shetty
2025-04-17io_uring/rsrc: refactor io_import_fixedPavel Begunkov
2025-04-17io_uring/rsrc: separate kbuf offset adjustmentsPavel Begunkov