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
2022-04-24
io_uring: refactor io_assign_file error path
Pavel Begunkov
2022-04-24
io_uring: use right helpers for file assign locking
Pavel Begunkov
2022-04-24
io_uring: add data_race annotations
Pavel Begunkov
2022-04-24
io_uring: inline io_req_complete_fail_submit()
Pavel Begunkov
2022-04-24
io_uring: refactor io_submit_sqe()
Pavel Begunkov
2022-04-24
io_uring: refactor lazy link fail
Pavel Begunkov
2022-04-24
io_uring: introduce IO_REQ_LINK_FLAGS
Pavel Begunkov
2022-04-24
io_uring: refactor io_queue_sqe()
Pavel Begunkov
2022-04-24
io_uring: rename io_queue_async_work()
Pavel Begunkov
2022-04-24
io_uring: inline io_queue_sqe()
Pavel Begunkov
2022-04-24
io_uring: helper for prep+queuing linked timeouts
Pavel Begunkov
2022-04-24
io_uring: inline io_free_req()
Pavel Begunkov
2022-04-24
io_uring: kill io_put_req_deferred()
Pavel Begunkov
2022-04-24
io_uring: minor refactoring for some tw handlers
Pavel Begunkov
2022-04-24
io_uring: clean poll tw PF_EXITING handling
Pavel Begunkov
2022-04-24
io_uring: optimise io_get_cqe()
Pavel Begunkov
2022-04-24
io_uring: optimise submission left counting
Pavel Begunkov
2022-04-24
io_uring: optimise submission loop invariant
Pavel Begunkov
2022-04-24
io_uring: add helper to return req to cache list
Pavel Begunkov
2022-04-24
io_uring: helper for empty req cache checks
Pavel Begunkov
2022-04-24
io_uring: inline io_flush_cached_reqs
Pavel Begunkov
2022-04-24
io_uring: shrink final link flush
Pavel Begunkov
2022-04-24
io_uring: memcpy CQE from req
Pavel Begunkov
2022-04-24
io_uring: explicitly keep a CQE in io_kiocb
Pavel Begunkov
2022-04-24
io_uring: rename io_sqe_file_register
Pavel Begunkov
2022-04-24
io_uring: deduplicate SCM accounting
Pavel Begunkov
2022-04-24
io_uring: don't pass around fixed index for scm
Pavel Begunkov
2022-04-24
io_uring: refactor __io_sqe_files_scm
Pavel Begunkov
2022-04-24
io_uring: uniform SCM accounting
Pavel Begunkov
2022-04-24
io_uring: don't scm-account for non af_unix sockets
Pavel Begunkov
2022-04-24
io_uring: move finish_wait() outside of loop in cqring_wait()
Jens Axboe
2022-04-24
io_uring: refactor io_req_add_compl_list()
Pavel Begunkov
2022-04-24
io_uring: silence io_for_each_link() warning
Pavel Begunkov
2022-04-24
io_uring: partially uninline io_put_task()
Pavel Begunkov
2022-04-24
io_uring: cleanup conditional submit locking
Pavel Begunkov
2022-04-24
io_uring: optimise mutex locking for submit+iopoll
Pavel Begunkov
2022-04-24
io_uring: pre-calculate syscall iopolling decision
Pavel Begunkov
2022-04-24
io_uring: split off IOPOLL argument verifiction
Pavel Begunkov
2022-04-24
io_uring: clean up io_queue_next()
Pavel Begunkov
2022-04-24
io_uring: move poll recycling later in compl flushing
Pavel Begunkov
2022-04-24
io_uring: optimise io_free_batch_list
Pavel Begunkov
2022-04-24
io_uring: refactor io_req_find_next
Pavel Begunkov
2022-04-24
io_uring: remove extra ifs around io_commit_cqring
Pavel Begunkov
2022-04-24
io_uring: small optimisation of tctx_task_work
Pavel Begunkov
2022-04-17
io_uring: fix leaks on IOPOLL and CQE_SKIP
Pavel Begunkov
2022-04-16
io_uring: free iovec if file assignment fails
Jens Axboe
2022-04-14
io_uring: abort file assignment prior to assigning creds
Jens Axboe
2022-04-13
io_uring: fix poll error reporting
Pavel Begunkov
2022-04-13
io_uring: fix poll file assign deadlock
Pavel Begunkov
2022-04-13
io_uring: use right issue_flags for splice/tee
Pavel Begunkov
[prev]
[next]