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
/
include
/
uapi
/
linux
/
io_uring.h
Age
Commit message (
Expand
)
Author
2022-04-10
io_uring: flag the fact that linked file assignment is sane
Jens Axboe
2022-03-24
io_uring: remove IORING_CQE_F_MSG
Jens Axboe
2022-03-10
io_uring: allow submissions to continue on error
Jens Axboe
2022-03-10
io_uring: add support for IORING_OP_MSG_RING command
Jens Axboe
2022-03-10
io_uring: add support for registering ring file descriptors
Jens Axboe
2021-11-24
io_uring: add option to skip CQE posting
Pavel Begunkov
2021-10-19
io_uring: add flag to not fail link after timeout
Pavel Begunkov
2021-09-13
io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg items
Eugene Syromiatnikov
2021-08-30
Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-29
io_uring: allow updating linked timeouts
Pavel Begunkov
2021-08-29
io_uring: support CLOCK_BOOTTIME/REALTIME for timeouts
Jens Axboe
2021-08-29
io-wq: provide a way to limit max number of workers
Jens Axboe
2021-08-25
io_uring: openat directly into fixed fd table
Pavel Begunkov
2021-08-23
io_uring: add support for IORING_OP_LINKAT
Dmitry Kadashev
2021-08-23
io_uring: add support for IORING_OP_SYMLINKAT
Dmitry Kadashev
2021-08-23
io_uring: add support for IORING_OP_MKDIRAT
Dmitry Kadashev
2021-06-30
io_uring: simplify struct io_uring_sqe layout
Pavel Begunkov
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
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-04-25
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
2021-04-25
io_uring: add generic rsrc update with tags
Pavel Begunkov
2021-04-25
io_uring: add IORING_REGISTER_RSRC
Pavel Begunkov
2021-04-25
io_uring: enumerate dynamic resources
Pavel Begunkov
2021-04-11
io_uring: allow events and user_data update of running poll requests
Jens Axboe
2021-04-11
io_uring: add multishot mode for IORING_OP_POLL_ADD
Jens Axboe
2021-02-23
io_uring: flag new native workers with IORING_FEAT_NATIVE_WORKERS
Jens Axboe
2021-02-01
io_uring: Add skip option for __io_sqe_files_update
noah
2021-02-01
io_uring: rename file related variables to rsrc
Bijan Mottahedeh
2020-12-09
io_uring: add timeout update
Pavel Begunkov
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2020-11-23
io_uring: add support for shutdown(2)
Jens Axboe
2020-09-30
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
2020-09-30
io_uring: allow disabling rings during the creation
Stefano Garzarella
2020-09-30
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
2020-09-30
io_uring: use an enumeration for io_uring_register(2) opcodes
Stefano Garzarella
2020-07-24
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2020-07-08
io_uring: export cq overflow status to userspace
Xiaoguang Wang
2020-06-21
io_uring: change the poll type to be 32-bits
Jiufei Xue
2020-05-17
io_uring: add tee(2) support
Pavel Begunkov
2020-05-15
io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags
Stefano Garzarella
2020-05-15
io_uring: add 'cq_flags' field for the CQ ring
Stefano Garzarella
2020-03-21
io_uring: make spdxcheck.py happy
Lukas Bulwahn
2020-03-11
io_uring: dual license io_uring.h uapi header
Jens Axboe
2020-03-10
io_uring: provide means of removing buffers
Jens Axboe
2020-03-10
io_uring: support buffer selection for OP_READ and OP_RECV
Jens Axboe
2020-03-10
io_uring: add IORING_OP_PROVIDE_BUFFERS
Jens Axboe
[next]