index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
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
2021-06-18
io_uring: refactor io_get_sequence()
Pavel Begunkov
2021-06-18
io_uring: clean all flags in io_clean_op() at once
Pavel Begunkov
2021-06-18
io_uring: simplify iovec freeing in io_clean_op()
Pavel Begunkov
2021-06-18
io_uring: track request creds with a flag
Pavel Begunkov
2021-06-18
io_uring: move creds from io-wq work to io_kiocb
Pavel Begunkov
2021-06-18
io_uring: refactor io_submit_flush_completions()
Pavel Begunkov
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
2021-06-16
io_uring: Add to traces the req pointer when available
Olivier Langlois
2021-06-15
io_uring: optimise io_commit_cqring()
Pavel Begunkov
2021-06-15
io_uring: shove more drain bits out of hot path
Pavel Begunkov
2021-06-15
io_uring: switch !DRAIN fast path when possible
Pavel Begunkov
2021-06-15
io_uring: fix min types mismatch in table alloc
Pavel Begunkov
2021-06-15
io_uring: Fix comment of io_get_sqe
Fam Zheng
2021-06-15
io_uring: optimise non-drain path
Pavel Begunkov
2021-06-15
io_uring: refactor io_req_defer()
Pavel Begunkov
2021-06-15
io_uring: move uring_lock location
Pavel Begunkov
2021-06-15
io_uring: wait heads renaming
Pavel Begunkov
2021-06-15
io_uring: clean up check_overflow flag
Pavel Begunkov
2021-06-15
io_uring: small io_submit_sqe() optimisation
Pavel Begunkov
2021-06-15
io_uring: optimise completion timeout flushing
Pavel Begunkov
2021-06-15
io_uring: don't cache number of dropped SQEs
Pavel Begunkov
[next]