index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
5 days
io_uring: export io_[un]account_mem
Pavel Begunkov
1
-2
/
+2
2025-07-06
io_uring: don't assume uaddr alignment in io_vec_fill_bvec
Pavel Begunkov
1
-3
/
+7
2025-07-06
io_uring/rsrc: don't rely on user vaddr alignment
Pavel Begunkov
1
-1
/
+6
2025-07-06
io_uring/rsrc: fix folio unpinning
Pavel Begunkov
1
-4
/
+9
2025-07-06
io_uring/zcrx: improve area validation
Pavel Begunkov
1
-12
/
+15
2025-06-27
io_uring: fix potential page leak in io_sqe_buffer_register()
Penglei Jiang
1
-3
/
+3
2025-06-27
io_uring/rsrc: validate buffer count with offset for cloning
Jens Axboe
1
-0
/
+2
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
2025-03-05
io_uring: introduce io_cache_free() helper
Caleb Sander Mateos
1
-10
/
+5
2025-03-04
io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()
Caleb Sander Mateos
1
-4
/
+2
2025-03-04
io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failure
Caleb Sander Mateos
1
-2
/
+1
2025-03-04
io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failure
Caleb Sander Mateos
1
-2
/
+1
2025-03-04
io_uring/rsrc: free io_rsrc_node using kfree()
Caleb Sander Mateos
1
-1
/
+1
2025-03-04
io_uring/rsrc: split out io_free_node() helper
Caleb Sander Mateos
1
-2
/
+7
2025-02-28
io_uring/rsrc: declare io_find_buf_node() in header file
Caleb Sander Mateos
1
-2
/
+2
2025-02-28
io_uring/ublk: report error when unregister operation fails
Caleb Sander Mateos
1
-4
/
+14
2025-02-28
io_uring/rsrc: use rq_data_dir() to compute bvec dir
Caleb Sander Mateos
1
-5
/
+1
2025-02-28
io_uring: cache nodes and mapped buffers
Keith Busch
1
-14
/
+57
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
1
-7
/
+116
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
1
-1
/
+30
2025-02-27
io_uring/rsrc: remove redundant check for valid imu
Keith Busch
1
-11
/
+8
2025-02-17
io_uring/zcrx: add io_zcrx_area
David Wei
1
-1
/
+1
2025-01-21
io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to caller
Jann Horn
1
-2
/
+0
2025-01-21
io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()
Sidong Yang
1
-5
/
+5
2025-01-21
io_uring: clean up io_uring_register_get_file()
Pavel Begunkov
1
-2
/
+1
2025-01-21
io_uring/rsrc: Simplify buffer cloning by locking both rings
Jann Horn
1
-33
/
+40
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
1
-18
/
+22
2025-01-14
io_uring/rsrc: require cloned buffers to share accounting contexts
Jann Horn
1
-0
/
+7
2025-01-14
io_uring/rsrc: fixup io_clone_buffers() error handling
Jens Axboe
1
-9
/
+1
2025-01-03
io_uring/rsrc: simplify the bvec iter count calculation
Bui Quang Minh
1
-3
/
+1
2024-12-23
io_uring: don't vmap single page regions
Pavel Begunkov
1
-8
/
+5
2024-12-23
io_uring/rsrc: export io_check_coalesce_buffer
Pavel Begunkov
1
-10
/
+12
2024-12-12
io_uring/rsrc: don't put/free empty buffers
Jens Axboe
1
-2
/
+4
2024-11-07
io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
Ming Lei
1
-2
/
+2
[next]