index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
rsrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
Ming Lei
2024-11-07
1
-2
/
+2
*
io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
Ming Lei
2024-11-07
1
-13
/
+11
*
io_uring/rsrc: encode node type and ctx together
Jens Axboe
2024-11-06
1
-6
/
+5
*
io_uring/rsrc: allow cloning with node replacements
Jens Axboe
2024-11-02
1
-14
/
+52
*
io_uring/rsrc: allow cloning at an offset
Jens Axboe
2024-11-02
1
-6
/
+26
*
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
2024-11-02
1
-27
/
+21
*
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
2024-11-02
1
-9
/
+3
*
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
2024-11-02
1
-5
/
+7
*
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
1
-144
/
+65
*
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
2024-11-02
1
-21
/
+28
*
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
2024-11-02
1
-12
/
+6
*
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-11-02
1
-303
/
+178
*
io_uring/rsrc: don't assign bvec twice in io_import_fixed()
Jens Axboe
2024-10-29
1
-2
/
+1
*
io_uring/rsrc: ignore dummy_ubuf for buffer cloning
Jens Axboe
2024-10-16
1
-1
/
+2
*
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-24
1
-13
/
+10
|
\
|
*
io_uring/rsrc: change ubuf->ubuf_end to length tracking
Jens Axboe
2024-09-15
1
-3
/
+3
|
*
io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
Jens Axboe
2024-09-15
1
-6
/
+3
|
*
io_uring: rename "copy buffers" to "clone buffers"
Jens Axboe
2024-09-14
1
-4
/
+4
*
|
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-16
1
-42
/
+203
|
\
|
|
*
io_uring: add IORING_REGISTER_COPY_BUFFERS method
Jens Axboe
2024-09-12
1
-0
/
+91
|
*
io_uring/rsrc: add reference count to struct io_mapped_ubuf
Jens Axboe
2024-09-11
1
-0
/
+3
|
*
io_uring/rsrc: clear 'slot' entry upfront
Jens Axboe
2024-09-11
1
-1
/
+1
|
*
io_uring/rsrc: enable multi-hugepage buffer coalescing
Chenliang Li
2024-08-25
1
-32
/
+102
|
*
io_uring/rsrc: store folio shift and mask into imu
Chenliang Li
2024-08-25
1
-9
/
+6
*
|
io_uring/rsrc: ensure compat iovecs are copied correctly
Jens Axboe
2024-08-30
1
-4
/
+15
|
/
*
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-41
/
+22
|
\
|
*
io_uring/rsrc: remove redundant __set_current_state() post schedule()
Jens Axboe
2024-06-16
1
-2
/
+1
|
*
io_uring/rsrc: Drop io_copy_iov in favor of iovec API
Gabriel Krisman Bertazi
2024-06-16
1
-39
/
+21
*
|
io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
Chenliang Li
2024-06-20
1
-1
/
+0
|
/
*
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
2024-06-12
1
-0
/
+1
*
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
2024-04-15
1
-0
/
+1
*
io_uring: unify io_pin_pages()
Jens Axboe
2024-04-15
1
-36
/
+0
*
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-04-15
1
-6
/
+4
*
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
2023-12-19
1
-165
/
+4
*
io_uring: fix off-by one bvec index
Keith Busch
2023-11-20
1
-1
/
+1
*
io_uring/rsrc: cleanup io_pin_pages()
Jens Axboe
2023-10-02
1
-20
/
+17
*
io_uring/rsrc: keep one global dummy_ubuf
Pavel Begunkov
2023-08-11
1
-4
/
+10
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-28
/
+6
|
\
|
*
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
2023-06-09
1
-1
/
+1
|
*
io_uring: rsrc: delegate VMA file-backed check to GUP
Lorenzo Stoakes
2023-06-09
1
-28
/
+6
*
|
io_uring: add helpers to decode the fixed file file_ptr
Christoph Hellwig
2023-06-20
1
-4
/
+4
|
/
*
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
2023-05-07
1
-1
/
+6
|
\
|
*
io_uring/rsrc: check for nonconsecutive pages
Tobias Holl
2023-05-03
1
-1
/
+6
*
|
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-26
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
1
-0
/
+1
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-17
1
-2
/
+8
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-09
1
-13
/
+45
|
|
\
\
\
|
*
|
|
|
net: reclaim skb->scm_io_uring bit
Eric Dumazet
2023-03-08
1
-2
/
+1
*
|
|
|
|
Revert "io_uring/rsrc: disallow multi-source reg buffers"
Jens Axboe
2023-04-20
1
-8
/
+5
*
|
|
|
|
io_uring/rsrc: disassociate nodes and rsrc_data
Pavel Begunkov
2023-04-18
1
-11
/
+9
[next]