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
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-04-25
io_uring/rw: reinstate thread check for retries
Jens Axboe
2024-04-22
io_uring/net: support bundles for recv
Jens Axboe
2024-04-17
io_uring/rw: ensure retry condition isn't lost
Jens Axboe
2024-04-15
io_uring: ensure overflow entries are dropped when ring is exiting
Jens Axboe
2024-04-15
io_uring: consolidate overflow flushing
Pavel Begunkov
2024-04-15
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
2024-04-15
io_uring: open code io_cqring_overflow_flush()
Pavel Begunkov
2024-04-15
io_uring: remove extra SQPOLL overflow flush
Pavel Begunkov
2024-04-15
io_uring: unexport io_req_cqe_overflow()
Pavel Begunkov
2024-04-15
io_uring: return void from io_put_kbuf_comp()
Ming Lei
2024-04-15
io_uring: remove io_req_put_rsrc_locked()
Pavel Begunkov
2024-04-15
io_uring: remove async request cache
Pavel Begunkov
2024-04-15
io_uring: turn implicit assumptions into a warning
Pavel Begunkov
2024-04-15
io_uring: kill dead code in io_req_complete_post
Ming Lei
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
2024-04-15
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
2024-04-15
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2024-04-15
io_uring: unify io_pin_pages()
Jens Axboe
2024-04-15
io_uring: use vmap() for ring mapping
Jens Axboe
2024-04-15
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2024-04-15
io_uring: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-15
io_uring: Remove unused function
Jiapeng Chong
2024-04-15
io_uring: refill request cache in memory order
Jens Axboe
2024-04-15
io_uring/poll: shrink alloc cache size to 32
Jens Axboe
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-04-15
io_uring: drop ->prep_async()
Jens Axboe
2024-04-15
io_uring/uring_cmd: switch to always allocating async data
Jens Axboe
2024-04-15
io_uring/rw: always setup io_async_rw for read/write requests
Jens Axboe
2024-04-15
io_uring: remove timeout/poll specific cancelations
Jens Axboe
2024-04-15
io_uring: flush delayed fallback task_work in cancelation
Jens Axboe
2024-04-15
io_uring: refactor io_req_complete_post()
Pavel Begunkov
2024-04-15
io_uring: remove current check from complete_post
Pavel Begunkov
2024-04-15
io_uring: get rid of intermediate aux cqe caches
Pavel Begunkov
2024-04-15
io_uring: refactor io_fill_cqe_req_aux
Pavel Begunkov
2024-04-15
io_uring: remove struct io_tw_state::locked
Pavel Begunkov
2024-04-15
io_uring: force tw ctx locking
Pavel Begunkov
2024-04-15
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
2024-04-15
io_uring/cmd: move io_uring_try_cancel_uring_cmd()
Pavel Begunkov
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
2024-04-05
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
2024-04-02
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
2024-04-02
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
2024-04-02
io_uring: use private workqueue for exit work
Jens Axboe
2024-04-01
io_uring: disable io-wq execution of multishot NOWAIT requests
Jens Axboe
2024-03-16
io_uring: clear opcode specific data for an early failure
Jens Axboe
2024-03-13
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
2024-03-13
io_uring: simplify io_pages_free
Pavel Begunkov
2024-03-12
io_uring: clean rings on NO_MMAP alloc fail
Pavel Begunkov
[next]