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-12-23
io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...
Xiaoguang Wang
1
-10
/
+19
2020-12-23
io_uring: fix double io_uring free
Pavel Begunkov
1
-32
/
+39
2020-12-21
io_uring: fix ignoring xa_store errors
Pavel Begunkov
1
-3
/
+7
2020-12-20
io_uring: end waiting before task cancel attempts
Pavel Begunkov
1
-1
/
+1
2020-12-20
io_uring: always progress task_work on task cancel
Pavel Begunkov
1
-1
/
+1
2020-12-20
io_uring: make ctx cancel on exit targeted to actual ctx
Jens Axboe
1
-1
/
+8
2020-12-19
io_uring: fix 0-iov read buffer select
Pavel Begunkov
1
-3
/
+1
2020-12-18
io_uring: close a small race gap for files cancel
Pavel Begunkov
1
-4
/
+4
2020-12-17
io_uring: limit {io|sq}poll submit locking scope
Pavel Begunkov
1
-3
/
+6
2020-12-17
io_uring: inline io_cqring_mark_overflow()
Pavel Begunkov
1
-13
/
+9
2020-12-17
io_uring: consolidate CQ nr events calculation
Pavel Begunkov
1
-9
/
+8
2020-12-17
io_uring: remove racy overflow list fast checks
Pavel Begunkov
1
-4
/
+1
2020-12-17
io_uring: cancel reqs shouldn't kill overflow list
Pavel Begunkov
1
-4
/
+2
2020-12-17
io_uring: hold mmap_sem for mm->locked_vm manipulation
Jens Axboe
1
-4
/
+10
2020-12-17
io_uring: break links on shutdown failure
Jens Axboe
1
-0
/
+2
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+4
2020-12-16
Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-557
/
+770
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+8
2020-12-16
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-8
/
+8
2020-12-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-8
/
+8
2020-12-12
io_uring: remove 'twa_signal_ok' deadlock work-around
Jens Axboe
1
-15
/
+6
2020-12-12
io_uring: JOBCTL_TASK_WORK is no longer used by task_work
Jens Axboe
1
-7
/
+2
2020-12-10
file: Rename __close_fd_get_file close_fd_get_file
Eric W. Biederman
1
-1
/
+1
2020-12-09
io_uring: fix io_cqring_events()'s noflush
Pavel Begunkov
1
-1
/
+1
2020-12-09
io_uring: fix racy IOPOLL flush overflow
Pavel Begunkov
1
-4
/
+6
2020-12-09
io_uring: fix racy IOPOLL completions
Pavel Begunkov
1
-5
/
+18
2020-12-09
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
1
-2
/
+13
2020-12-09
io_uring: add timeout update
Pavel Begunkov
1
-4
/
+50
2020-12-09
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
1
-19
/
+23
2020-12-09
io_uring: fix files cancellation
Pavel Begunkov
1
-4
/
+4
2020-12-09
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
1
-8
/
+8
2020-12-09
io_uring: fix miscounting ios_left
Pavel Begunkov
1
-12
/
+9
2020-12-09
io_uring: change submit file state invariant
Pavel Begunkov
1
-11
/
+10
2020-12-09
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
1
-1
/
+9
2020-12-09
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
1
-8
/
+15
2020-12-09
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
1
-7
/
+6
2020-12-09
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
1
-4
/
+2
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
1
-3
/
+8
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
1
-11
/
+7
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
1
-1
/
+1
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
1
-102
/
+67
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
1
-114
/
+21
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
1
-18
/
+5
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-26
/
+22
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
1
-24
/
+16
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
1
-10
/
+6
[next]