index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rsrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+5
2026-02-16
io_uring/rsrc: improve regbuf iov validation
Pavel Begunkov
1
-21
/
+10
2026-02-10
io_uring/rsrc: replace reg buffer bit field with flags
Pavel Begunkov
1
-6
/
+6
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-11
/
+0
2026-01-25
io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistently
Jens Axboe
1
-1
/
+1
2026-01-07
io_uring: remove nr_segs recalculation in io_import_kbuf()
Ming Lei
1
-11
/
+0
2025-12-17
io_uring: fix nr_segs calculation in io_import_kbuf
huang-jl
1
-0
/
+1
2025-12-04
io_uring/rsrc: fix lost entries after cloned range
Joanne Koong
1
-1
/
+11
2025-12-04
io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()
Joanne Koong
1
-4
/
+4
2025-12-04
io_uring/rsrc: clean up buffer cloning arg validation
Joanne Koong
1
-21
/
+6
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
1
-9
/
+18
2025-11-12
io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
Caleb Sander Mateos
1
-7
/
+9
2025-11-07
io_uring: fix regbuf vector size truncation
Pavel Begunkov
1
-2
/
+9
2025-11-06
io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
David Wei
1
-12
/
+14
2025-11-03
io_uring/rsrc: use get/put_user() for integer copy
Jens Axboe
1
-2
/
+2
2025-09-08
io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
Caleb Sander Mateos
1
-0
/
+7
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
1
-0
/
+1
2025-07-16
io_uring: export io_[un]account_mem
Pavel Begunkov
1
-2
/
+2
2025-07-06
Merge branch 'io_uring-6.16' into for-6.17/io_uring
Jens Axboe
1
-8
/
+22
2025-07-02
io_uring/rsrc: skip atomic refcount for uncloned buffers
Caleb Sander Mateos
1
-2
/
+4
2025-06-24
io_uring: don't assume uaddr alignment in io_vec_fill_bvec
Pavel Begunkov
1
-3
/
+7
2025-06-24
io_uring/rsrc: don't rely on user vaddr alignment
Pavel Begunkov
1
-1
/
+6
2025-06-24
io_uring/rsrc: fix folio unpinning
Pavel Begunkov
1
-4
/
+9
2025-06-18
io_uring: fix potential page leak in io_sqe_buffer_register()
Penglei Jiang
1
-3
/
+3
2025-06-15
io_uring/rsrc: validate buffer count with offset for cloning
Jens Axboe
1
-0
/
+2
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-1
/
+1
2025-05-02
io_uring/zcrx: improve area validation
Pavel Begunkov
1
-12
/
+15
2025-04-21
io_uring/rsrc: remove null check on import
Pavel Begunkov
1
-2
/
+0
2025-04-21
io_uring/rsrc: clean up io_coalesce_buffer()
Pavel Begunkov
1
-25
/
+22
2025-04-21
io_uring/rsrc: use unpin_user_folio
Pavel Begunkov
1
-3
/
+2
2025-04-21
io_uring/rsrc: remove node assignment helpers
Jens Axboe
1
-3
/
+9
2025-04-17
io_uring/rsrc: ensure segments counts are correct on kbuf buffers
Jens Axboe
1
-5
/
+22
2025-04-17
io_uring/rsrc: send exact nr_segs for fixed buffer
Nitesh Shetty
1
-3
/
+4
2025-04-17
io_uring/rsrc: refactor io_import_fixed
Pavel Begunkov
1
-17
/
+7
2025-04-17
io_uring/rsrc: separate kbuf offset adjustments
Pavel Begunkov
1
-12
/
+7
2025-04-17
io_uring/rsrc: don't skip offset calculation
Pavel Begunkov
1
-38
/
+37
2025-04-04
io_uring: don't post tag CQEs on file/buffer registration failure
Pavel Begunkov
1
-1
/
+16
2025-04-02
io_uring: support vectored kernel fixed buffer
Ming Lei
1
-3
/
+88
2025-04-02
io_uring: add validate_fixed_range() for validate fixed buffer
Ming Lei
1
-11
/
+22
2025-03-31
io_uring/rsrc: check size when importing reg buffer
Pavel Begunkov
1
-0
/
+2
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+163
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-03-10
Revert "io_uring/rsrc: simplify the bvec iter count calculation"
Keith Busch
1
-1
/
+3
2025-03-10
io_uring: rely on io_prep_reg_vec for iovec placement
Pavel Begunkov
1
-4
/
+4
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
1
-0
/
+26
2025-03-07
io_uring: add infra for importing vectored reg buffers
Pavel Begunkov
1
-0
/
+128
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
1
-0
/
+9
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
1
-1
/
+1
[next]