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
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
io_uring: get rid of __req_need_defer()
Jens Axboe
1
-10
/
+6
2020-07-09
io_uring: fix memleak in __io_sqe_files_update()
Yang Yingliang
1
-1
/
+3
2020-07-09
io_uring: export cq overflow status to userspace
Xiaoguang Wang
1
-2
/
+9
2020-07-09
io_uring: only call kfree() for a non-zero pointer
Jens Axboe
1
-1
/
+2
2020-07-08
io_uring: fix a use after free in io_async_task_func()
Dan Carpenter
1
-1
/
+2
2020-07-07
io_uring: don't burn CPU for iopoll on exit
Pavel Begunkov
1
-12
/
+11
2020-07-07
io_uring: remove nr_events arg from iopoll_check()
Pavel Begunkov
1
-7
/
+5
2020-07-07
io_uring: partially inline io_iopoll_getevents()
Pavel Begunkov
1
-3
/
+3
2020-07-06
io_uring: briefly loose locks while reaping events
Pavel Begunkov
1
-1
/
+6
2020-07-06
io_uring: fix stopping iopoll'ing too early
Pavel Begunkov
1
-7
/
+2
2020-07-06
io_uring: don't delay iopoll'ed req completion
Pavel Begunkov
1
-0
/
+4
2020-07-06
io_uring: fix lost cqe->flags
Pavel Begunkov
1
-1
/
+2
2020-07-06
io_uring: keep queue_sqe()'s fail path separately
Pavel Begunkov
1
-12
/
+11
2020-07-06
io_uring: fix mis-refcounting linked timeouts
Pavel Begunkov
1
-26
/
+7
2020-07-06
io_uring: use new io_req_task_work_add() helper throughout
Jens Axboe
1
-40
/
+37
2020-07-06
io_uring: abstract out task work running
Jens Axboe
1
-17
/
+19
2020-07-06
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
1
-6
/
+37
2020-07-04
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
1
-7
/
+22
2020-06-30
io_uring: use signal based task_work running
Jens Axboe
1
-8
/
+24
2020-06-30
io_uring: fix missing ->mm on exit
Pavel Begunkov
1
-6
/
+8
2020-06-30
io_uring: optimise io_req_find_next() fast check
Pavel Begunkov
1
-4
/
+8
2020-06-30
io_uring: simplify io_async_task_func()
Pavel Begunkov
1
-24
/
+5
2020-06-30
io_uring: fix NULL mm in io_poll_task_func()
Pavel Begunkov
1
-7
/
+2
2020-06-30
io_uring: don't fail iopoll requeue without ->mm
Pavel Begunkov
1
-3
/
+1
2020-06-30
io_uring: clean up io_kill_linked_timeout() locking
Jens Axboe
1
-11
/
+21
2020-06-30
io_uring: do grab_env() just before punting
Pavel Begunkov
1
-24
/
+29
2020-06-30
io_uring: factor out grab_env() from defer_prep()
Pavel Begunkov
1
-8
/
+7
2020-06-30
io_uring: do init work in grab_env()
Pavel Begunkov
1
-5
/
+3
2020-06-30
io_uring: don't pass def into io_req_work_grab_env
Pavel Begunkov
1
-4
/
+5
2020-06-30
io_uring: fix potential use after free on fallback request free
Pavel Begunkov
1
-2
/
+5
2020-06-30
io_uring: kill REQ_F_TIMEOUT_NOSEQ
Pavel Begunkov
1
-7
/
+8
2020-06-30
io_uring: kill REQ_F_TIMEOUT
Pavel Begunkov
1
-4
/
+0
2020-06-30
io_uring: replace find_next() out param with ret
Pavel Begunkov
1
-18
/
+18
2020-06-30
io_uring: deduplicate freeing linked timeouts
Pavel Begunkov
1
-49
/
+58
2020-06-29
io_uring: fix missing wake_up io_rw_reissue()
Pavel Begunkov
1
-1
/
+3
2020-06-28
io_uring: fix iopoll -EAGAIN handling
Pavel Begunkov
1
-7
/
+4
2020-06-28
io_uring: do task_work_run() during iopoll
Pavel Begunkov
1
-0
/
+2
2020-06-28
io_uring: clean up req->result setting by rw
Pavel Begunkov
1
-7
/
+2
2020-06-28
io_uring: kill REQ_F_LINK_NEXT
Pavel Begunkov
1
-8
/
+1
2020-06-28
io_uring: cosmetic changes for batch free
Pavel Begunkov
1
-32
/
+37
2020-06-28
io_uring: batch-free linked requests as well
Pavel Begunkov
1
-10
/
+16
2020-06-28
io_uring: dismantle req early and remove need_iter
Pavel Begunkov
1
-11
/
+3
2020-06-28
io_uring: remove inflight batching in free_many()
Pavel Begunkov
1
-33
/
+8
2020-06-28
io_uring: fix refs underflow in io_iopoll_queue()
Pavel Begunkov
1
-1
/
+0
2020-06-28
io_uring: fix missing io_grab_files()
Pavel Begunkov
1
-7
/
+7
2020-06-28
io_uring: don't mark link's head for_async
Pavel Begunkov
1
-1
/
+1
2020-06-28
io_uring: fix feeding io-wq with uninit reqs
Pavel Begunkov
1
-5
/
+10
2020-06-28
io_uring: fix punting req w/o grabbed env
Pavel Begunkov
1
-6
/
+2
2020-06-28
io_uring: fix req->work corruption
Pavel Begunkov
1
-1
/
+1
2020-06-27
io_uring: fix function args for !CONFIG_NET
Randy Dunlap
1
-6
/
+12
[prev]
[next]