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
2020-06-30
io_uring: do grab_env() just before punting
Pavel Begunkov
2020-06-30
io_uring: factor out grab_env() from defer_prep()
Pavel Begunkov
2020-06-30
io_uring: do init work in grab_env()
Pavel Begunkov
2020-06-30
io_uring: don't pass def into io_req_work_grab_env
Pavel Begunkov
2020-06-30
io_uring: fix potential use after free on fallback request free
Pavel Begunkov
2020-06-30
io_uring: kill REQ_F_TIMEOUT_NOSEQ
Pavel Begunkov
2020-06-30
io_uring: kill REQ_F_TIMEOUT
Pavel Begunkov
2020-06-30
io_uring: replace find_next() out param with ret
Pavel Begunkov
2020-06-30
io_uring: deduplicate freeing linked timeouts
Pavel Begunkov
2020-06-29
io_uring: fix missing wake_up io_rw_reissue()
Pavel Begunkov
2020-06-28
io_uring: fix iopoll -EAGAIN handling
Pavel Begunkov
2020-06-28
io_uring: do task_work_run() during iopoll
Pavel Begunkov
2020-06-28
io_uring: clean up req->result setting by rw
Pavel Begunkov
2020-06-28
io_uring: kill REQ_F_LINK_NEXT
Pavel Begunkov
2020-06-28
io_uring: cosmetic changes for batch free
Pavel Begunkov
2020-06-28
io_uring: batch-free linked requests as well
Pavel Begunkov
2020-06-28
io_uring: dismantle req early and remove need_iter
Pavel Begunkov
2020-06-28
io_uring: remove inflight batching in free_many()
Pavel Begunkov
2020-06-28
io_uring: fix refs underflow in io_iopoll_queue()
Pavel Begunkov
2020-06-28
io_uring: fix missing io_grab_files()
Pavel Begunkov
2020-06-28
io_uring: don't mark link's head for_async
Pavel Begunkov
2020-06-28
io_uring: fix feeding io-wq with uninit reqs
Pavel Begunkov
2020-06-28
io_uring: fix punting req w/o grabbed env
Pavel Begunkov
2020-06-28
io_uring: fix req->work corruption
Pavel Begunkov
2020-06-26
io_uring: fix function args for !CONFIG_NET
Randy Dunlap
2020-06-26
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2020-06-26
io-wq: return next work from ->do_work() directly
Pavel Begunkov
2020-06-26
io_uring: use task_work for links if possible
Jens Axboe
2020-06-25
io_uring: enable READ/WRITE to use deferred completions
Jens Axboe
2020-06-25
io_uring: pass in completion state to appropriate issue side handlers
Jens Axboe
2020-06-25
io_uring: pass down completion state on the issue side
Jens Axboe
2020-06-25
io_uring: add 'io_comp_state' to struct io_submit_state
Jens Axboe
2020-06-25
io_uring: provide generic io_req_complete() helper
Jens Axboe
2020-06-25
io_uring: fix NULL-mm for linked reqs
Pavel Begunkov
2020-06-25
io_uring: fix current->mm NULL dereference on exit
Pavel Begunkov
2020-06-25
io_uring: fix hanging iopoll in case of -EAGAIN
Pavel Begunkov
2020-06-23
io_uring: fix io_sq_thread no schedule when busy
Xuan Zhuo
2020-06-21
io_uring: kill NULL checks for submit state
Pavel Begunkov
2020-06-21
io_uring: set @poll->file after @poll init
Pavel Begunkov
2020-06-21
io_uring: remove REQ_F_MUST_PUNT
Pavel Begunkov
2020-06-21
io_uring: remove setting REQ_F_MUST_PUNT in rw
Pavel Begunkov
2020-06-21
io_uring: support true async buffered reads, if file provides it
Jens Axboe
2020-06-21
io_uring: re-issue block requests that failed because of resources
Jens Axboe
2020-06-21
io_uring: catch -EIO from buffered issue request failure
Jens Axboe
2020-06-21
io_uring: always plug for any number of IOs
Jens Axboe
2020-06-21
io_uring: separate reporting of ring pages from registered pages
Bijan Mottahedeh
2020-06-21
io_uring: report pinned memory usage
Bijan Mottahedeh
2020-06-21
io_uring: rename ctx->account_mem field
Bijan Mottahedeh
2020-06-21
io_uring: add wrappers for memory accounting
Bijan Mottahedeh
2020-06-21
io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior
Jiufei Xue
[prev]
[next]