index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rsrc.c
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-05-29
block: Add bvec_folio()
Matthew Wilcox (Oracle)
2026-05-14
io_uring/rsrc: raise registered buffer 1GB limit
Jens Axboe
2026-05-14
io_uring/rsrc: add huge page accounting for registered buffers
Jens Axboe
2026-04-21
io_uring/rsrc: use kvfree() for the imu cache
Jens Axboe
2026-04-21
io_uring/rsrc: unify nospec indexing for direct descriptors
Jens Axboe
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-04-08
io_uring: unify getting ctx from passed in file descriptor
Jens Axboe
2026-04-08
io_uring/register: don't get a reference to the registered ring fd
Jens Axboe
2026-04-03
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-04-01
io_uring/rsrc: use io_cache_free() to free node
Jackie Liu
2026-03-29
io_uring/rsrc: reject zero-length fixed buffer import
Qi Tang
2026-03-16
io_uring: switch struct io_ring_ctx internal bitfields to flags
Jens Axboe
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-16
io_uring/rsrc: improve regbuf iov validation
Pavel Begunkov
2026-02-10
io_uring/rsrc: replace reg buffer bit field with flags
Pavel Begunkov
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-25
io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistently
Jens Axboe
2026-01-07
io_uring: remove nr_segs recalculation in io_import_kbuf()
Ming Lei
2025-12-17
io_uring: fix nr_segs calculation in io_import_kbuf
huang-jl
2025-12-04
io_uring/rsrc: fix lost entries after cloned range
Joanne Koong
2025-12-04
io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()
Joanne Koong
2025-12-04
io_uring/rsrc: clean up buffer cloning arg validation
Joanne Koong
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
2025-11-12
io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
Caleb Sander Mateos
2025-11-07
io_uring: fix regbuf vector size truncation
Pavel Begunkov
2025-11-06
io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
David Wei
2025-11-03
io_uring/rsrc: use get/put_user() for integer copy
Jens Axboe
2025-09-08
io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
Caleb Sander Mateos
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
2025-07-16
io_uring: export io_[un]account_mem
Pavel Begunkov
2025-07-06
Merge branch 'io_uring-6.16' into for-6.17/io_uring
Jens Axboe
2025-07-02
io_uring/rsrc: skip atomic refcount for uncloned buffers
Caleb Sander Mateos
2025-06-24
io_uring: don't assume uaddr alignment in io_vec_fill_bvec
Pavel Begunkov
2025-06-24
io_uring/rsrc: don't rely on user vaddr alignment
Pavel Begunkov
2025-06-24
io_uring/rsrc: fix folio unpinning
Pavel Begunkov
2025-06-18
io_uring: fix potential page leak in io_sqe_buffer_register()
Penglei Jiang
2025-06-15
io_uring/rsrc: validate buffer count with offset for cloning
Jens Axboe
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
2025-05-02
io_uring/zcrx: improve area validation
Pavel Begunkov
2025-04-21
io_uring/rsrc: remove null check on import
Pavel Begunkov
2025-04-21
io_uring/rsrc: clean up io_coalesce_buffer()
Pavel Begunkov
2025-04-21
io_uring/rsrc: use unpin_user_folio
Pavel Begunkov
2025-04-21
io_uring/rsrc: remove node assignment helpers
Jens Axboe
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
[next]