index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rsrc.c
Age
Commit message (
Expand
)
Author
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
2025-03-07
io_uring: add infra for importing vectored reg buffers
Pavel Begunkov
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
2025-03-05
io_uring: introduce io_cache_free() helper
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failure
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failure
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: free io_rsrc_node using kfree()
Caleb Sander Mateos
2025-03-04
io_uring/rsrc: split out io_free_node() helper
Caleb Sander Mateos
2025-02-28
io_uring/rsrc: declare io_find_buf_node() in header file
Caleb Sander Mateos
2025-02-28
io_uring/ublk: report error when unregister operation fails
Caleb Sander Mateos
2025-02-28
io_uring/rsrc: use rq_data_dir() to compute bvec dir
Caleb Sander Mateos
2025-02-28
io_uring: cache nodes and mapped buffers
Keith Busch
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
2025-02-27
io_uring/rsrc: remove redundant check for valid imu
Keith Busch
2025-02-17
io_uring/zcrx: add io_zcrx_area
David Wei
2025-01-21
io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to caller
Jann Horn
2025-01-21
io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()
Sidong Yang
2025-01-21
io_uring: clean up io_uring_register_get_file()
Pavel Begunkov
2025-01-21
io_uring/rsrc: Simplify buffer cloning by locking both rings
Jann Horn
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-14
io_uring/rsrc: require cloned buffers to share accounting contexts
Jann Horn
2025-01-14
io_uring/rsrc: fixup io_clone_buffers() error handling
Jens Axboe
2025-01-03
io_uring/rsrc: simplify the bvec iter count calculation
Bui Quang Minh
2024-12-23
io_uring: don't vmap single page regions
Pavel Begunkov
2024-12-23
io_uring/rsrc: export io_check_coalesce_buffer
Pavel Begunkov
2024-12-12
io_uring/rsrc: don't put/free empty buffers
Jens Axboe
2024-11-07
io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
Ming Lei
2024-11-07
io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
Ming Lei
2024-11-06
io_uring/rsrc: encode node type and ctx together
Jens Axboe
2024-11-02
io_uring/rsrc: allow cloning with node replacements
Jens Axboe
2024-11-02
io_uring/rsrc: allow cloning at an offset
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
2024-11-02
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-10-29
io_uring/rsrc: don't assign bvec twice in io_import_fixed()
Jens Axboe
2024-10-16
io_uring/rsrc: ignore dummy_ubuf for buffer cloning
Jens Axboe
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-16
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-15
io_uring/rsrc: change ubuf->ubuf_end to length tracking
Jens Axboe
2024-09-15
io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
Jens Axboe
2024-09-14
io_uring: rename "copy buffers" to "clone buffers"
Jens Axboe
2024-09-12
io_uring: add IORING_REGISTER_COPY_BUFFERS method
Jens Axboe
2024-09-11
io_uring/rsrc: add reference count to struct io_mapped_ubuf
Jens Axboe
[next]