index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
io_uring/rw: defer fsnotify calls to task context
Jens Axboe
1
-9
/
+15
2022-09-29
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
1
-2
/
+4
2022-09-29
io_uring/net: fix non-zc send with address
Pavel Begunkov
1
-6
/
+6
2022-09-29
io_uring/poll: disable level triggered poll
Jens Axboe
1
-1
/
+1
2022-09-28
io_uring/net: don't skip notifs for failed requests
Pavel Begunkov
1
-21
/
+8
2022-09-27
block: replace blk_queue_nowait with bdev_nowait
Christoph Hellwig
1
-1
/
+1
2022-09-27
io_uring/rw: don't lose short results on io_setup_async_rw()
Pavel Begunkov
1
-3
/
+5
2022-09-27
io_uring/rw: fix unexpected link breakage
Pavel Begunkov
1
-0
/
+1
2022-09-26
io_uring: register single issuer task at creation
Dylan Yudaken
1
-0
/
+7
2022-09-26
io_uring/net: fix cleanup double free free_iov init
Pavel Begunkov
1
-10
/
+10
2022-09-24
Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+3
2022-09-24
io_uring: ensure that cached task references are always put on exit
Jens Axboe
1
-0
/
+3
2022-09-24
io_uring: fix CQE reordering
Pavel Begunkov
2
-5
/
+19
2022-09-23
io_uring/net: fix UAF in io_sendrecv_fail()
Pavel Begunkov
1
-10
/
+5
2022-09-22
io_uring: ensure local task_work marks task as running
Jens Axboe
1
-0
/
+1
2022-09-21
io_uring/net: zerocopy sendmsg
Pavel Begunkov
3
-5
/
+106
2022-09-21
io_uring/net: combine fail handlers
Pavel Begunkov
3
-17
/
+17
2022-09-21
io_uring/net: rename io_sendzc()
Pavel Begunkov
3
-9
/
+9
2022-09-21
io_uring/net: support non-zerocopy sendto
Pavel Begunkov
3
-8
/
+35
2022-09-21
io_uring/net: refactor io_setup_async_addr
Pavel Begunkov
1
-9
/
+9
2022-09-21
io_uring/net: don't lose partial send_zc on fail
Pavel Begunkov
3
-0
/
+18
2022-09-21
io_uring/net: don't lose partial send/recv on fail
Pavel Begunkov
3
-0
/
+16
2022-09-21
io_uring/rw: don't lose partial IO result on fail
Pavel Begunkov
3
-0
/
+15
2022-09-21
io_uring: add custom opcode hooks on fail
Pavel Begunkov
2
-0
/
+5
2022-09-21
io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128
Jens Axboe
1
-6
/
+26
2022-09-21
io_uring/fdinfo: get rid of unnecessary is_cqe32 variable
Jens Axboe
1
-10
/
+6
2022-09-21
io_uring: remove unused return from io_disarm_next
Pavel Begunkov
2
-11
/
+4
2022-09-21
io_uring: add fast path for io_run_local_work()
Pavel Begunkov
1
-0
/
+3
2022-09-21
io_uring/iopoll: unify tw breaking logic
Pavel Begunkov
1
-7
/
+7
2022-09-21
io_uring/iopoll: fix unexpected returns
Pavel Begunkov
1
-4
/
+1
2022-09-21
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
2
-13
/
+3
2022-09-21
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
2
-0
/
+17
2022-09-21
io_uring/net: use io_sr_msg for sendzc
Pavel Begunkov
1
-13
/
+5
2022-09-21
io_uring/net: refactor io_sr_msg types
Pavel Begunkov
1
-7
/
+7
2022-09-21
io_uring/net: add non-bvec sg chunking callback
Pavel Begunkov
1
-6
/
+11
2022-09-21
io_uring/net: io_async_msghdr caches for sendzc
Pavel Begunkov
1
-5
/
+4
2022-09-21
io_uring/net: use async caches for async prep
Pavel Begunkov
2
-3
/
+15
2022-09-21
io_uring/net: reshuffle error handling
Pavel Begunkov
1
-8
/
+8
2022-09-21
io_uring: use io_cq_lock consistently
Pavel Begunkov
1
-1
/
+1
2022-09-21
io_uring: kill an outdated comment
Pavel Begunkov
1
-4
/
+0
2022-09-21
io_uring: allow buffer recycling in READV
Dylan Yudaken
2
-94
/
+52
2022-09-21
fs: add batch and poll flags to the uring_cmd_iopoll() handler
Jens Axboe
1
-1
/
+2
2022-09-21
io_uring: ensure iopoll runs local task work as well
Jens Axboe
2
-19
/
+26
2022-09-21
io_uring: add local task_work run helper that is entered locked
Jens Axboe
2
-7
/
+17
2022-09-21
io_uring: cleanly separate request types for iopoll
Jens Axboe
1
-6
/
+9
2022-09-21
io_uring: add iopoll infrastructure for io_uring_cmd
Kanchan Joshi
4
-3
/
+23
2022-09-21
io_uring: trace local task work run
Dylan Yudaken
1
-0
/
+3
2022-09-21
io_uring: signal registered eventfd to process deferred task work
Dylan Yudaken
1
-23
/
+61
2022-09-21
io_uring: move io_eventfd_put
Dylan Yudaken
1
-8
/
+8
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
4
-21
/
+159
[prev]
[next]