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-06-14
io_uring: rename function *task_file
Pavel Begunkov
2021-06-14
io_uring: refactor io_iopoll_req_issued
Pavel Begunkov
2021-06-14
io_uring: fix blocking inline submission
Pavel Begunkov
2021-06-14
io_uring: enable shmem/memfd memory registration
Pavel Begunkov
2021-06-14
io_uring: don't bounce submit_state cachelines
Pavel Begunkov
2021-06-14
io_uring: rename io_get_cqring
Pavel Begunkov
2021-06-14
io_uring: kill cached_cq_overflow
Pavel Begunkov
2021-06-14
io_uring: deduce cq_mask from cq_entries
Pavel Begunkov
2021-06-14
io_uring: remove dependency on ring->sq/cq_entries
Pavel Begunkov
2021-06-14
io_uring: better locality for rsrc fields
Pavel Begunkov
2021-06-14
io_uring: shuffle rarely used ctx fields
Pavel Begunkov
2021-06-14
io_uring: make fail flag not link specific
Pavel Begunkov
2021-06-14
io_uring: get rid of files in exit cancel
Pavel Begunkov
2021-06-14
io_uring: simplify waking sqo_sq_wait
Pavel Begunkov
2021-06-14
io_uring: remove unused park_task_work
Pavel Begunkov
2021-06-14
io_uring: improve sq_thread waiting check
Pavel Begunkov
2021-06-14
io_uring: improve sqpoll event/state handling
Pavel Begunkov
2021-06-10
io_uring: add feature flag for rsrc tags
Pavel Begunkov
2021-06-10
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
2021-05-29
io_uring: fix misaccounting fix buf pinned pages
Pavel Begunkov
2021-05-27
io_uring: fix data race to avoid potential NULL-deref
Marco Elver
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
2021-05-20
io_uring: fortify tctx/io_wq cleanup
Pavel Begunkov
2021-05-17
io_uring: don't modify req->poll for rw
Pavel Begunkov
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
2021-05-05
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
2021-04-30
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
2021-04-29
io_uring: Fix premature return from loop and memory leak
Colin Ian King
2021-04-29
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
2021-04-29
io_uring: allow empty slots for reg buffers
Pavel Begunkov
2021-04-29
io_uring: add more build check for uapi
Pavel Begunkov
2021-04-29
io_uring: dont overlap internal and user req flags
Pavel Begunkov
2021-04-29
io_uring: fix drain with rsrc CQEs
Pavel Begunkov
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-27
io_uring: maintain drain logic for multishot poll requests
Hao Xu
2021-04-27
io_uring: Check current->io_uring in io_uring_cancel_sqpoll
Palash Oswal
2021-04-26
io_uring: fix NULL reg-buffer
Pavel Begunkov
2021-04-26
io_uring: simplify SQPOLL cancellations
Pavel Begunkov
2021-04-26
io_uring: fix work_exit sqpoll cancellations
Pavel Begunkov
2021-04-26
io_uring: Fix uninitialized variable up.resv
Colin Ian King
2021-04-26
io_uring: fix invalid error check after malloc
Pavel Begunkov
2021-04-25
io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
Stefan Metzmacher
2021-04-25
io_uring: update sq_thread_idle after ctx deleted
Hao Xu
2021-04-25
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
2021-04-25
io_uring: implement fixed buffers registration similar to fixed files
Bijan Mottahedeh
2021-04-25
io_uring: prepare fixed rw for dynanic buffers
Pavel Begunkov
2021-04-25
io_uring: keep table of pointers to ubufs
Pavel Begunkov
[next]