index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rsrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
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-08
io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
Ming Lei
1
-2
/
+2
2024-11-08
io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
Ming Lei
1
-13
/
+11
2024-11-06
io_uring/rsrc: encode node type and ctx together
Jens Axboe
1
-6
/
+5
2024-11-03
io_uring/rsrc: allow cloning with node replacements
Jens Axboe
1
-14
/
+52
2024-11-03
io_uring/rsrc: allow cloning at an offset
Jens Axboe
1
-6
/
+26
2024-11-03
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
1
-27
/
+21
2024-11-03
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
1
-9
/
+3
2024-11-03
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
1
-5
/
+7
2024-11-03
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
1
-144
/
+65
2024-11-03
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
1
-21
/
+28
2024-11-03
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
1
-12
/
+6
2024-11-03
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
1
-303
/
+178
2024-10-29
io_uring/rsrc: don't assign bvec twice in io_import_fixed()
Jens Axboe
1
-2
/
+1
2024-10-16
io_uring/rsrc: ignore dummy_ubuf for buffer cloning
Jens Axboe
1
-1
/
+2
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
1
-13
/
+10
2024-09-16
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-42
/
+203
2024-09-15
io_uring/rsrc: change ubuf->ubuf_end to length tracking
Jens Axboe
1
-3
/
+3
2024-09-15
io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
Jens Axboe
1
-6
/
+3
2024-09-14
io_uring: rename "copy buffers" to "clone buffers"
Jens Axboe
1
-4
/
+4
2024-09-12
io_uring: add IORING_REGISTER_COPY_BUFFERS method
Jens Axboe
1
-0
/
+91
2024-09-11
io_uring/rsrc: add reference count to struct io_mapped_ubuf
Jens Axboe
1
-0
/
+3
2024-09-11
io_uring/rsrc: clear 'slot' entry upfront
Jens Axboe
1
-1
/
+1
2024-08-30
io_uring/rsrc: ensure compat iovecs are copied correctly
Jens Axboe
1
-4
/
+15
2024-08-25
io_uring/rsrc: enable multi-hugepage buffer coalescing
Chenliang Li
1
-32
/
+102
2024-08-25
io_uring/rsrc: store folio shift and mask into imu
Chenliang Li
1
-9
/
+6
2024-07-15
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
1
-41
/
+22
2024-06-20
io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
Chenliang Li
1
-1
/
+0
2024-06-16
io_uring/rsrc: remove redundant __set_current_state() post schedule()
Jens Axboe
1
-2
/
+1
2024-06-16
io_uring/rsrc: Drop io_copy_iov in favor of iovec API
Gabriel Krisman Bertazi
1
-39
/
+21
2024-06-12
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
1
-0
/
+1
2024-04-15
io_uring: unify io_pin_pages()
Jens Axboe
1
-36
/
+0
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
1
-6
/
+4
2023-12-19
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
1
-165
/
+4
2023-11-21
io_uring: fix off-by one bvec index
Keith Busch
1
-1
/
+1
2023-10-03
io_uring/rsrc: cleanup io_pin_pages()
Jens Axboe
1
-20
/
+17
2023-08-11
io_uring/rsrc: keep one global dummy_ubuf
Pavel Begunkov
1
-4
/
+10
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+6
2023-06-20
io_uring: add helpers to decode the fixed file file_ptr
Christoph Hellwig
1
-4
/
+4
[next]