index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-05-14
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
2021-05-14
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
2021-04-16
io_uring: don't mark S_ISBLK async work as unbounded
Jens Axboe
2021-04-10
io_uring: fix timeout cancel return code
Pavel Begunkov
2021-04-07
io_uring: do ctx sqd ejection in a clear context
Pavel Begunkov
2021-04-07
io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...
Stefan Metzmacher
2021-04-07
io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
Stefan Metzmacher
2021-04-07
io_uring: halt SQO submission on ctx exit
Pavel Begunkov
2021-04-07
io_uring: fix ->flags races by linked timeouts
Pavel Begunkov
2021-03-30
io_uring: fix provide_buffers sign extension
Pavel Begunkov
2021-03-30
io_uring: cancel deferred requests in try_cancel
Pavel Begunkov
2021-03-24
io_uring: ensure that SQPOLL thread is started for exit
Jens Axboe
2021-03-20
io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return
Jens Axboe
2021-03-20
io_uring: simplify do_read return parsing
Pavel Begunkov
2021-03-20
io_uring: don't keep looping for more events if we can't flush overflow
Jens Axboe
2021-03-20
io_uring: refactor io_cqring_wait
Pavel Begunkov
2021-03-20
io_uring: refactor scheduling in io_cqring_wait
Pavel Begunkov
2021-03-20
io_uring: don't attempt IO reissue from the ring exit path
Jens Axboe
2021-03-17
io_uring: perform IOPOLL reaping if canceler is thread itself
Jens Axboe
2021-03-11
io_uring: don't take uring_lock during iowq cancel
Pavel Begunkov
2021-03-11
io_uring/io-wq: return 2-step work swap scheme
Pavel Begunkov
2021-03-11
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
Jens Axboe
2021-03-11
io_uring: get rid of intermediate IORING_OP_CLOSE stage
Jens Axboe
2021-03-11
io_uring: deduplicate failing task_work_add
Pavel Begunkov
2021-03-11
io_uring: unpark SQPOLL thread for cancelation
Pavel Begunkov
2021-03-11
io_uring: deduplicate core cancellations sequence
Pavel Begunkov
2021-03-11
io_uring: fix inconsistent lock state
Pavel Begunkov
2021-03-09
io_uring: ignore double poll add on the same waitqueue head
Jens Axboe
2021-03-04
io_uring: fix possible deadlock in io_uring_poll
Hao Xu
2021-02-10
Revert "io_uring: don't take fs for recvmsg/sendmsg"
Jens Axboe
2021-02-04
io_uring: drop mm/files between task_work_submit
Pavel Begunkov
2021-02-04
io_uring: don't modify identity's files uncess identity is cowed
Xiaoguang Wang
2021-01-28
io_uring: reinforce cancel on flush during exit
Pavel Begunkov
2021-01-28
io_uring: fix sqo ownership false positive warning
Pavel Begunkov
2021-01-28
io_uring: fix list corruption for splice file_get
Pavel Begunkov
2021-01-27
io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
Hao Xu
2021-01-26
io_uring: fix wqe->lock/completion_lock deadlock
Pavel Begunkov
2021-01-26
io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
Pavel Begunkov
2021-01-26
io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
Pavel Begunkov
2021-01-24
io_uring: only call io_cqring_ev_posted() if events were posted
Jens Axboe
2021-01-24
io_uring: if we see flush on exit, cancel related tasks
Jens Axboe
2021-01-24
io_uring: account io_uring internal files as REQ_F_INFLIGHT
Jens Axboe
2021-01-24
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov
2021-01-22
io_uring: fix short read retries for non-reg files
Pavel Begunkov
2021-01-22
io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
Jens Axboe
2021-01-16
io_uring: fix skipping disabling sqo on exec
Pavel Begunkov
2021-01-16
io_uring: fix uring_flush in exit_files() warning
Pavel Begunkov
2021-01-16
io_uring: fix false positive sqo warning on flush
Pavel Begunkov
2021-01-16
io_uring: iopoll requests should also wake task ->in_idle state
Jens Axboe
2021-01-15
io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
Jens Axboe
[next]