index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
io_uring: fix invalid hybrid polling ctx leaks
Pavel Begunkov
2024-11-13
1
-5
/
+5
|
*
|
|
io_uring/uring_cmd: fix buffer index retrieval
Ming Lei
2024-11-11
1
-1
/
+2
|
*
|
|
io_uring/rsrc: add & apply io_req_assign_buf_node()
Ming Lei
2024-11-07
5
-7
/
+11
|
*
|
|
io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'
Ming Lei
2024-11-07
2
-10
/
+3
|
*
|
|
io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpers
Ming Lei
2024-11-07
5
-35
/
+30
|
*
|
|
io_uring: avoid normal tw intermediate fallback
Pavel Begunkov
2024-11-06
2
-12
/
+11
|
*
|
|
io_uring/napi: add static napi tracking strategy
Olivier Langlois
2024-11-06
3
-24
/
+129
|
*
|
|
io_uring/napi: clean up __io_napi_do_busy_loop
Olivier Langlois
2024-11-06
1
-7
/
+8
|
*
|
|
io_uring/napi: Use lock guards
Olivier Langlois
2024-11-06
1
-19
/
+21
|
*
|
|
io_uring/napi: improve __io_napi_add
Olivier Langlois
2024-11-06
2
-16
/
+9
|
*
|
|
io_uring/napi: fix io_napi_entry RCU accesses
Olivier Langlois
2024-11-06
1
-6
/
+11
|
*
|
|
io_uring/napi: protect concurrent io_napi_entry timeout accesses
Olivier Langlois
2024-11-06
1
-3
/
+3
|
*
|
|
io_uring: prevent speculating sq_array indexing
Pavel Begunkov
2024-11-06
1
-0
/
+1
|
*
|
|
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-06
12
-34
/
+45
|
*
|
|
io_uring: remove task ref helpers
Jens Axboe
2024-11-06
1
-21
/
+10
|
*
|
|
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-11-06
12
-40
/
+40
|
*
|
|
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
2024-11-06
7
-16
/
+23
|
*
|
|
io_uring/rsrc: encode node type and ctx together
Jens Axboe
2024-11-06
2
-9
/
+19
|
*
|
|
io_uring: add support for hybrid IOPOLL
hexue
2024-11-02
2
-12
/
+88
|
*
|
|
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
6
-50
/
+40
|
*
|
|
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
2024-11-02
3
-16
/
+17
|
*
|
|
io_uring/filetable: kill io_reset_alloc_hint() helper
Jens Axboe
2024-11-02
1
-6
/
+1
|
*
|
|
io_uring/filetable: remove io_file_from_index() helper
Jens Axboe
2024-11-02
2
-11
/
+3
|
*
|
|
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
2024-11-02
12
-59
/
+57
|
*
|
|
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
14
-204
/
+116
|
*
|
|
io_uring: only initialize io_kiocb rsrc_nodes when needed
Jens Axboe
2024-11-02
2
-4
/
+10
|
*
|
|
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
2024-11-02
5
-29
/
+41
|
*
|
|
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
2024-11-02
2
-17
/
+7
|
*
|
|
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-11-02
12
-458
/
+267
|
*
|
|
io_uring/rsrc: kill io_charge_rsrc_node()
Jens Axboe
2024-10-29
1
-7
/
+1
|
*
|
|
io_uring/splice: open code 2nd direct file assignment
Jens Axboe
2024-10-29
3
-8
/
+39
|
*
|
|
io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
Jens Axboe
2024-10-29
1
-0
/
+2
|
*
|
|
io_uring/rsrc: move struct io_fixed_file to rsrc.h header
Jens Axboe
2024-10-29
2
-0
/
+6
|
*
|
|
io_uring/nop: add support for testing registered files and buffers
Jens Axboe
2024-10-29
1
-5
/
+44
|
*
|
|
io_uring: add support for fixed wait regions
Jens Axboe
2024-10-29
3
-11
/
+140
|
*
|
|
io_uring: change io_get_ext_arg() to use uaccess begin + end
Jens Axboe
2024-10-29
1
-1
/
+17
|
*
|
|
io_uring: switch struct ext_arg from __kernel_timespec to timespec64
Jens Axboe
2024-10-29
1
-10
/
+9
|
*
|
|
io_uring/sqpoll: wait on sqd->wait for thread parking
Jens Axboe
2024-10-29
1
-1
/
+2
|
*
|
|
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
2024-10-29
3
-0
/
+224
|
*
|
|
io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
Jens Axboe
2024-10-29
1
-0
/
+4
|
*
|
|
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
2024-10-29
2
-30
/
+41
|
*
|
|
io_uring: move max entry definition and ring sizing into header
Jens Axboe
2024-10-29
2
-8
/
+11
|
*
|
|
io_uring/net: clean up io_msg_copy_hdr
Pavel Begunkov
2024-10-29
1
-7
/
+8
|
*
|
|
io_uring/net: don't alias send user pointer reads
Pavel Begunkov
2024-10-29
1
-5
/
+8
|
*
|
|
io_uring/net: don't store send address ptr
Pavel Begunkov
2024-10-29
1
-20
/
+16
|
*
|
|
io_uring/net: split send and sendmsg prep helpers
Pavel Begunkov
2024-10-29
1
-9
/
+12
|
*
|
|
io_uring/net: move send zc fixed buffer import to issue path
Jens Axboe
2024-10-29
1
-13
/
+23
|
*
|
|
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
Jens Axboe
2024-10-29
4
-9
/
+5
[prev]
[next]