index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2020-12-30
io_uring: fix io_sqe_files_unregister() hangs
Pavel Begunkov
2020-12-30
io_uring: add a helper for setting a ref node
Pavel Begunkov
2020-12-29
io_uring: don't assume mm is constant across submits
Jens Axboe
2020-12-22
io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...
Xiaoguang Wang
2020-12-22
io_uring: fix double io_uring free
Pavel Begunkov
2020-12-21
io_uring: fix ignoring xa_store errors
Pavel Begunkov
2020-12-20
io_uring: end waiting before task cancel attempts
Pavel Begunkov
2020-12-20
io_uring: always progress task_work on task cancel
Pavel Begunkov
2020-12-20
io_uring: make ctx cancel on exit targeted to actual ctx
Jens Axboe
2020-12-19
io_uring: fix 0-iov read buffer select
Pavel Begunkov
2020-12-18
io_uring: close a small race gap for files cancel
Pavel Begunkov
2020-12-17
io_uring: limit {io|sq}poll submit locking scope
Pavel Begunkov
2020-12-17
io_uring: inline io_cqring_mark_overflow()
Pavel Begunkov
2020-12-17
io_uring: consolidate CQ nr events calculation
Pavel Begunkov
2020-12-17
io_uring: remove racy overflow list fast checks
Pavel Begunkov
2020-12-17
io_uring: cancel reqs shouldn't kill overflow list
Pavel Begunkov
2020-12-17
io_uring: hold mmap_sem for mm->locked_vm manipulation
Jens Axboe
2020-12-16
io_uring: break links on shutdown failure
Jens Axboe
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-15
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-12
io_uring: remove 'twa_signal_ok' deadlock work-around
Jens Axboe
2020-12-12
io_uring: JOBCTL_TASK_WORK is no longer used by task_work
Jens Axboe
2020-12-10
file: Rename __close_fd_get_file close_fd_get_file
Eric W. Biederman
2020-12-09
io_uring: fix io_cqring_events()'s noflush
Pavel Begunkov
2020-12-09
io_uring: fix racy IOPOLL flush overflow
Pavel Begunkov
2020-12-09
io_uring: fix racy IOPOLL completions
Pavel Begunkov
2020-12-09
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
2020-12-09
io_uring: add timeout update
Pavel Begunkov
2020-12-09
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
2020-12-09
io_uring: fix files cancellation
Pavel Begunkov
2020-12-09
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
2020-12-09
io_uring: fix miscounting ios_left
Pavel Begunkov
2020-12-09
io_uring: change submit file state invariant
Pavel Begunkov
2020-12-09
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
2020-12-09
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
2020-12-09
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
2020-12-09
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
[next]