开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-07-06
io_uring: don't delay iopoll'ed req completion
Pavel Begunkov
2020-07-05
io_uring: fix lost cqe->flags
Pavel Begunkov
2020-07-05
io_uring: keep queue_sqe()'s fail path separately
Pavel Begunkov
2020-07-05
io_uring: fix mis-refcounting linked timeouts
Pavel Begunkov
2020-07-05
io_uring: use new io_req_task_work_add() helper throughout
Jens Axboe
2020-07-05
io_uring: abstract out task work running
Jens Axboe
2020-07-05
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2020-07-04
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
2020-06-30
io_uring: use signal based task_work running
Jens Axboe
2020-06-30
io_uring: fix missing ->mm on exit
Pavel Begunkov
2020-06-30
io_uring: optimise io_req_find_next() fast check
Pavel Begunkov
2020-06-30
io_uring: simplify io_async_task_func()
Pavel Begunkov
2020-06-30
io_uring: fix NULL mm in io_poll_task_func()
Pavel Begunkov
2020-06-30
io_uring: don't fail iopoll requeue without ->mm
Pavel Begunkov
2020-06-30
io_uring: clean up io_kill_linked_timeout() locking
Jens Axboe
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-wq: compact io-wq flags numbers
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
[next]