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-05-09
io_uring: don't clear req->kbuf when buffer selection is done
Jens Axboe
2022-05-09
io_uring: eliminate the need to track provided buffer ID separately
Jens Axboe
2022-05-09
io_uring: move provided buffer state closer to submit state
Jens Axboe
2022-05-09
io_uring: move provided and fixed buffers into the same io_kiocb area
Jens Axboe
2022-05-09
io_uring: abstract out provided buffer list selection
Jens Axboe
2022-05-09
io_uring: never call io_buffer_select() for a buffer re-select
Jens Axboe
2022-05-09
io_uring: get rid of hashed provided buffer groups
Jens Axboe
2022-05-09
io_uring: always use req->buf_index for the provided buffer group
Jens Axboe
2022-05-09
io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
Jens Axboe
2022-05-09
io_uring: kill io_rw_buffer_select() wrapper
Jens Axboe
2022-05-09
io_uring: make io_buffer_select() return the user address directly
Jens Axboe
2022-05-05
io_uring: kill io_recv_buffer_select() wrapper
Jens Axboe
2022-05-05
io_uring: use 'sr' vs 'req->sr_msg' consistently
Jens Axboe
2022-05-05
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
2022-05-05
io_uring: check IOPOLL/ioprio support upfront
Jens Axboe
2022-05-02
io_uring: assign non-fixed early for async work
Jens Axboe
2022-04-30
io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()
Almog Khaikin
2022-04-30
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
2022-04-30
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
2022-04-30
io_uring: set task_work notify method at init time
Jens Axboe
2022-04-30
io_uring: serialize ctx->rings->sq_flags with atomic_or/and
Jens Axboe
2022-04-29
io_uring: return hint on whether more data is available after receive
Jens Axboe
2022-04-29
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net
Jens Axboe
2022-04-29
io_uring: check that data field is 0 in ringfd unregister
Eugene Syromiatnikov
2022-04-28
io_uring: fix uninitialized field in rw io_kiocb
Joseph Ravichandran
2022-04-26
io_uring: check reserved fields for recv/recvmsg
Jens Axboe
2022-04-26
io_uring: check reserved fields for send/sendmsg
Jens Axboe
2022-04-26
io_uring: add io_uring_get_opcode
Dylan Yudaken
2022-04-25
io_uring: fix compile warning for 32-bit builds
Jens Axboe
2022-04-24
io_uring: cleanup error-handling around io_req_complete
Kanchan Joshi
2022-04-24
io_uring: add socket(2) support
Jens Axboe
2022-04-24
io_uring: add fgetxattr and getxattr support
Stefan Roesch
2022-04-24
io_uring: add fsetxattr and setxattr support
Stefan Roesch
2022-04-24
io_uring: return an error when cqe is dropped
Dylan Yudaken
2022-04-24
io_uring: use constants for cq_overflow bitfield
Dylan Yudaken
2022-04-24
io_uring: rework io_uring_enter to simplify return value
Dylan Yudaken
2022-04-24
io_uring: trace cqe overflows
Dylan Yudaken
2022-04-24
io_uring: allow re-poll if we made progress
Jens Axboe
2022-04-24
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
2022-04-24
io_uring: add support for IORING_ASYNC_CANCEL_ANY
Jens Axboe
2022-04-24
io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
Jens Axboe
2022-04-24
io_uring: add support for IORING_ASYNC_CANCEL_ALL
Jens Axboe
2022-04-24
io_uring: pass in struct io_cancel_data consistently
Jens Axboe
2022-04-24
io_uring: remove dead 'poll_only' argument to io_poll_cancel()
Jens Axboe
2022-04-24
io_uring: refactor io_disarm_next() locking
Pavel Begunkov
2022-04-24
io_uring: move timeout locking in io_timeout_cancel()
Pavel Begunkov
2022-04-24
io_uring: store SCM state in io_fixed_file->file_ptr
Jens Axboe
2022-04-24
io_uring: kill ctx arg from io_req_put_rsrc
Pavel Begunkov
2022-04-24
io_uring: add a helper for putting rsrc nodes
Pavel Begunkov
2022-04-24
io_uring: store rsrc node in req instead of refs
Pavel Begunkov
[prev]
[next]