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.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-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
2021-08-17
io_uring: pin ctx on fallback execution
Pavel Begunkov
2021-08-14
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
2021-08-09
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
2021-08-09
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
2021-08-09
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
2021-08-08
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
2021-08-08
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
2021-07-28
io_uring: fix poll requests leaking second poll entries
Hao Xu
2021-07-28
io_uring: don't block level reissue off completion path
Jens Axboe
2021-07-27
io_uring: always reissue from task_work context
Jens Axboe
2021-07-26
io_uring: fix race in unified task_work running
Jens Axboe
2021-07-26
io_uring: fix io_prep_async_link locking
Pavel Begunkov
2021-07-23
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-07-23
io_uring: never attempt iopoll reissue from release path
Jens Axboe
2021-07-22
io_uring: fix early fdput() of file
Jens Axboe
2021-07-20
io_uring: fix memleak in io_init_wq_offload()
Yang Yingliang
2021-07-20
io_uring: remove double poll entry on arm failure
Pavel Begunkov
2021-07-20
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
2021-07-11
io_uring: fix io_drain_req()
Pavel Begunkov
2021-07-11
io_uring: use right task for exiting checks
Pavel Begunkov
2021-07-09
io_uring: remove dead non-zero 'poll' check
Jens Axboe
2021-07-08
io_uring: mitigate unlikely iopoll lag
Pavel Begunkov
2021-07-07
io_uring: fix drain alloc fail return code
Pavel Begunkov
2021-07-01
io_uring: fix exiting io_req_task_work_add leaks
Pavel Begunkov
2021-07-01
io_uring: simplify task_work func
Pavel Begunkov
2021-07-01
io_uring: fix stuck fallback reqs
Pavel Begunkov
2021-06-30
io_uring: code clean for kiocb_done()
Hao Xu
2021-06-30
io_uring: spin in iopoll() only when reqs are in a single queue
Hao Xu
2021-06-30
io_uring: pre-initialise some of req fields
Pavel Begunkov
2021-06-30
io_uring: refactor io_submit_flush_completions
Pavel Begunkov
2021-06-30
io_uring: optimise hot path restricted checks
Pavel Begunkov
2021-06-30
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
2021-06-30
io_uring: mainstream sqpoll task_work running
Pavel Begunkov
2021-06-30
io_uring: refactor io_arm_poll_handler()
Pavel Begunkov
2021-06-30
io_uring: reduce latency by reissueing the operation
Olivier Langlois
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
2021-06-30
io_uring: refactor io_openat2()
Pavel Begunkov
2021-06-30
io_uring: update sqe layout build checks
Pavel Begunkov
2021-06-30
io_uring: fix code style problems
Pavel Begunkov
2021-06-30
io_uring: refactor io_sq_thread()
Pavel Begunkov
2021-06-30
io_uring: don't change sqpoll creds if not needed
Pavel Begunkov
2021-06-23
io_uring: Create define to modify a SQPOLL parameter
Olivier Langlois
2021-06-23
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
2021-06-18
io_uring: improve in tctx_task_work() resubmission
Pavel Begunkov
2021-06-18
io_uring: don't resched with empty task_list
Pavel Begunkov
2021-06-18
io_uring: refactor tctx task_work list splicing
Pavel Begunkov
2021-06-18
io_uring: optimise task_work submit flushing
Pavel Begunkov
2021-06-18
io_uring: inline __tctx_task_work()
Pavel Begunkov
[next]