index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...
Xiaoguang Wang
2020-12-22
1
-10
/
+19
*
io_uring: fix double io_uring free
Pavel Begunkov
2020-12-22
1
-32
/
+39
*
io_uring: fix ignoring xa_store errors
Pavel Begunkov
2020-12-21
1
-3
/
+7
*
io_uring: end waiting before task cancel attempts
Pavel Begunkov
2020-12-20
1
-1
/
+1
*
io_uring: always progress task_work on task cancel
Pavel Begunkov
2020-12-20
1
-1
/
+1
*
io_uring: make ctx cancel on exit targeted to actual ctx
Jens Axboe
2020-12-20
1
-1
/
+8
*
io_uring: fix 0-iov read buffer select
Pavel Begunkov
2020-12-19
1
-3
/
+1
*
io_uring: close a small race gap for files cancel
Pavel Begunkov
2020-12-18
1
-4
/
+4
*
io_uring: limit {io|sq}poll submit locking scope
Pavel Begunkov
2020-12-17
1
-3
/
+6
*
io_uring: inline io_cqring_mark_overflow()
Pavel Begunkov
2020-12-17
1
-13
/
+9
*
io_uring: consolidate CQ nr events calculation
Pavel Begunkov
2020-12-17
1
-9
/
+8
*
io_uring: remove racy overflow list fast checks
Pavel Begunkov
2020-12-17
1
-4
/
+1
*
io_uring: cancel reqs shouldn't kill overflow list
Pavel Begunkov
2020-12-17
1
-4
/
+2
*
io_uring: hold mmap_sem for mm->locked_vm manipulation
Jens Axboe
2020-12-17
1
-4
/
+10
*
io_uring: break links on shutdown failure
Jens Axboe
2020-12-16
1
-0
/
+2
*
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-6
/
+4
|
\
|
*
block: remove i_bdev
Christoph Hellwig
2020-12-01
1
-6
/
+4
*
|
Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-557
/
+770
|
\
\
|
*
|
io_uring: fix io_cqring_events()'s noflush
Pavel Begunkov
2020-12-09
1
-1
/
+1
|
*
|
io_uring: fix racy IOPOLL flush overflow
Pavel Begunkov
2020-12-09
1
-4
/
+6
|
*
|
io_uring: fix racy IOPOLL completions
Pavel Begunkov
2020-12-09
1
-5
/
+18
|
*
|
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
2020-12-09
1
-2
/
+13
|
*
|
io_uring: add timeout update
Pavel Begunkov
2020-12-09
1
-4
/
+50
|
*
|
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
2020-12-09
1
-19
/
+23
|
*
|
io_uring: fix files cancellation
Pavel Begunkov
2020-12-09
1
-4
/
+4
|
*
|
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
2020-12-09
1
-8
/
+8
|
*
|
io_uring: fix miscounting ios_left
Pavel Begunkov
2020-12-09
1
-12
/
+9
|
*
|
io_uring: change submit file state invariant
Pavel Begunkov
2020-12-09
1
-11
/
+10
|
*
|
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
2020-12-09
1
-1
/
+9
|
*
|
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
2020-12-09
1
-8
/
+15
|
*
|
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
2020-12-09
1
-7
/
+6
|
*
|
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
2020-12-09
1
-4
/
+2
|
*
|
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
2020-12-09
1
-3
/
+8
|
*
|
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
2020-12-09
1
-11
/
+7
|
*
|
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
2020-12-09
1
-1
/
+1
|
*
|
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
2020-12-09
1
-102
/
+67
|
*
|
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
2020-12-09
1
-114
/
+21
|
*
|
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
2020-12-09
1
-8
/
+10
|
*
|
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
2020-12-09
1
-22
/
+12
|
*
|
io_uring: cancel only requests of current task
Pavel Begunkov
2020-12-09
1
-18
/
+5
|
*
|
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
2020-12-09
1
-26
/
+22
|
*
|
io_uring: simplify io_task_match()
Pavel Begunkov
2020-12-09
1
-5
/
+1
|
*
|
io_uring: inline io_import_iovec()
Pavel Begunkov
2020-12-09
1
-24
/
+16
|
*
|
io_uring: remove duplicated io_size from rw
Pavel Begunkov
2020-12-09
1
-10
/
+6
|
*
|
fs/io_uring Don't use the return value from import_iovec().
David Laight
2020-12-09
1
-4
/
+4
|
*
|
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
2020-12-09
1
-7
/
+12
|
*
|
io_uring: add timeout support for io_uring_enter()
Hao Xu
2020-12-09
1
-7
/
+62
|
*
|
io_uring: only plug when appropriate
Jens Axboe
2020-12-09
1
-2
/
+23
|
*
|
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
2020-12-09
1
-2
/
+1
|
*
|
io_uring: link requests with singly linked list
Pavel Begunkov
2020-12-09
1
-81
/
+52
[next]