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/net: support non-zerocopy sendto
Pavel Begunkov
2022-09-21
3
-8
/
+35
*
io_uring/net: refactor io_setup_async_addr
Pavel Begunkov
2022-09-21
1
-9
/
+9
*
io_uring/net: don't lose partial send_zc on fail
Pavel Begunkov
2022-09-21
3
-0
/
+18
*
io_uring/net: don't lose partial send/recv on fail
Pavel Begunkov
2022-09-21
3
-0
/
+16
*
io_uring/rw: don't lose partial IO result on fail
Pavel Begunkov
2022-09-21
3
-0
/
+15
*
io_uring: add custom opcode hooks on fail
Pavel Begunkov
2022-09-21
2
-0
/
+5
*
io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128
Jens Axboe
2022-09-21
1
-6
/
+26
*
io_uring/fdinfo: get rid of unnecessary is_cqe32 variable
Jens Axboe
2022-09-21
1
-10
/
+6
*
io_uring: remove unused return from io_disarm_next
Pavel Begunkov
2022-09-21
2
-11
/
+4
*
io_uring: add fast path for io_run_local_work()
Pavel Begunkov
2022-09-21
1
-0
/
+3
*
io_uring/iopoll: unify tw breaking logic
Pavel Begunkov
2022-09-21
1
-7
/
+7
*
io_uring/iopoll: fix unexpected returns
Pavel Begunkov
2022-09-21
1
-4
/
+1
*
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
2022-09-21
2
-13
/
+3
*
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
2022-09-21
2
-0
/
+17
*
io_uring/net: use io_sr_msg for sendzc
Pavel Begunkov
2022-09-21
1
-13
/
+5
*
io_uring/net: refactor io_sr_msg types
Pavel Begunkov
2022-09-21
1
-7
/
+7
*
io_uring/net: add non-bvec sg chunking callback
Pavel Begunkov
2022-09-21
1
-6
/
+11
*
io_uring/net: io_async_msghdr caches for sendzc
Pavel Begunkov
2022-09-21
1
-5
/
+4
*
io_uring/net: use async caches for async prep
Pavel Begunkov
2022-09-21
2
-3
/
+15
*
io_uring/net: reshuffle error handling
Pavel Begunkov
2022-09-21
1
-8
/
+8
*
io_uring: use io_cq_lock consistently
Pavel Begunkov
2022-09-21
1
-1
/
+1
*
io_uring: kill an outdated comment
Pavel Begunkov
2022-09-21
1
-4
/
+0
*
io_uring: allow buffer recycling in READV
Dylan Yudaken
2022-09-21
2
-94
/
+52
*
fs: add batch and poll flags to the uring_cmd_iopoll() handler
Jens Axboe
2022-09-21
1
-1
/
+2
*
io_uring: ensure iopoll runs local task work as well
Jens Axboe
2022-09-21
2
-19
/
+26
*
io_uring: add local task_work run helper that is entered locked
Jens Axboe
2022-09-21
2
-7
/
+17
*
io_uring: cleanly separate request types for iopoll
Jens Axboe
2022-09-21
1
-6
/
+9
*
io_uring: add iopoll infrastructure for io_uring_cmd
Kanchan Joshi
2022-09-21
4
-3
/
+23
*
io_uring: trace local task work run
Dylan Yudaken
2022-09-21
1
-0
/
+3
*
io_uring: signal registered eventfd to process deferred task work
Dylan Yudaken
2022-09-21
1
-23
/
+61
*
io_uring: move io_eventfd_put
Dylan Yudaken
2022-09-21
1
-8
/
+8
*
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
2022-09-21
4
-21
/
+159
*
io_uring: do not run task work at the start of io_uring_enter
Dylan Yudaken
2022-09-21
1
-2
/
+0
*
io_uring: introduce io_has_work
Dylan Yudaken
2022-09-21
1
-4
/
+9
*
io_uring: remove unnecessary variable
Dylan Yudaken
2022-09-21
1
-4
/
+1
*
Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linux
Linus Torvalds
2022-09-18
2
-9
/
+9
|
\
|
*
io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC
Stefan Metzmacher
2022-09-18
1
-1
/
+1
|
*
io_uring/net: fix zc fixed buf lifetime
Pavel Begunkov
2022-09-18
1
-8
/
+8
*
|
Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-09-16
2
-2
/
+3
|
\
|
|
*
io_uring/msg_ring: check file type before putting
Jens Axboe
2022-09-15
1
-1
/
+2
|
*
io_uring/rw: fix error'ed retry return values
Pavel Begunkov
2022-09-13
1
-1
/
+1
*
|
Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-09-09
5
-25
/
+29
|
\
|
|
*
io_uring/rw: fix short rw error handling
Pavel Begunkov
2022-09-09
1
-12
/
+18
|
*
io_uring/net: copy addr for zc on POLL_FIRST
Pavel Begunkov
2022-09-08
1
-3
/
+4
|
*
io_uring: recycle kbuf recycle on tw requeue
Pavel Begunkov
2022-09-07
1
-0
/
+1
|
*
io_uring/kbuf: fix not advancing READV kbuf ring
Pavel Begunkov
2022-09-07
1
-2
/
+6
|
*
io_uring/notif: Remove the unused function io_notif_complete()
Jiapeng Chong
2022-09-05
1
-8
/
+0
*
|
Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-09-03
8
-230
/
+52
|
\
|
|
*
io_uring/net: simplify zerocopy send user API
Pavel Begunkov
2022-09-01
6
-74
/
+42
|
*
io_uring/notif: remove notif registration
Pavel Begunkov
2022-09-01
4
-95
/
+1
[next]