index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-8
/
+8
2020-12-14
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
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
1
-4
/
+4
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
1
-7
/
+12
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
1
-7
/
+62
2020-12-09
io_uring: only plug when appropriate
Jens Axboe
1
-2
/
+23
2020-12-09
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
1
-2
/
+1
2020-12-09
io_uring: link requests with singly linked list
Pavel Begunkov
1
-81
/
+52
2020-12-09
io_uring: track link timeout's master explicitly
Pavel Begunkov
1
-12
/
+12
2020-12-09
io_uring: track link's head and tail during submit
Pavel Begunkov
1
-8
/
+16
2020-12-09
io_uring: split poll and poll_remove structs
Pavel Begunkov
1
-8
/
+9
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
1
-0
/
+64
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
1
-0
/
+70
2020-12-09
io_uring: enable file table usage for SQPOLL rings
Jens Axboe
1
-7
/
+7
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
1
-18
/
+69
2020-12-08
io_uring: fix file leak on error path of io ctx creation
Hillf Danton
1
-7
/
+10
2020-12-07
io_uring: fix mis-seting personality's creds
Pavel Begunkov
1
-1
/
+1
[next]