index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-13
io_wq: add get/put_work handlers to io_wq_create()
Jens Axboe
2019-11-13
io_uring: check for validity of ->rings in teardown
Jens Axboe
2019-11-12
io_uring: fix potential deadlock in io_poll_wake()
Jens Axboe
2019-11-12
io_uring: use correct "is IO worker" helper
Jens Axboe
2019-11-11
io_uring: fix -ENOENT issue with linked timer with short timeout
Jens Axboe
2019-11-11
io_uring: don't do flush cancel under inflight_lock
Jens Axboe
2019-11-11
io_uring: flag SQPOLL busy condition to userspace
Jens Axboe
2019-11-11
io_uring: make ASYNC_CANCEL work with poll and timeout
Jens Axboe
2019-11-11
io_uring: provide fallback request for OOM situations
Jens Axboe
2019-11-10
io_uring: convert accept4() -ERESTARTSYS into -EINTR
Jens Axboe
2019-11-10
io_uring: fix error clear of ->file_table in io_sqe_files_register()
Jens Axboe
2019-11-10
io_uring: separate the io_free_req and io_free_req_find_next interface
Jackie Liu
2019-11-10
io_uring: keep io_put_req only responsible for release and put req
Jackie Liu
2019-11-10
io_uring: remove passed in 'ctx' function parameter ctx if possible
Jackie Liu
2019-11-10
io_uring: reduce/pack size of io_ring_ctx
Jens Axboe
2019-11-07
io_uring: properly mark async work as bounded vs unbounded
Jens Axboe
2019-11-07
io-wq: add support for bounded vs unbunded work
Jens Axboe
2019-11-09
io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()
Jens Axboe
2019-11-09
io_uring: add support for backlogged CQ ring
Jens Axboe
2019-11-08
io_uring: pass in io_kiocb to fill/add CQ handlers
Jens Axboe
2019-11-08
io_uring: make io_cqring_events() take 'ctx' as argument
Jens Axboe
2019-11-07
io_uring: add support for linked SQE timeouts
Jens Axboe
2019-11-07
io_uring: abstract out io_async_cancel_one() helper
Jens Axboe
2019-11-06
io_uring: use inlined struct sqe_submit
Pavel Begunkov
2019-11-06
io_uring: Use submit info inlined into req
Pavel Begunkov
2019-11-06
io_uring: allocate io_kiocb upfront
Pavel Begunkov
2019-11-06
io_uring: io_queue_link*() right after submit
Pavel Begunkov
2019-11-06
io_uring: Merge io_submit_sqes and io_ring_submit
Pavel Begunkov
2019-11-05
io_uring: kill dead REQ_F_LINK_DONE flag
Jens Axboe
2019-11-05
io_uring: fixup a few spots where link failure isn't flagged
Jens Axboe
2019-11-05
io_uring: enable optimized link handling for IORING_OP_POLL_ADD
Jens Axboe
2019-11-05
io-wq: use proper nesting IRQ disabling spinlocks for cancel
Jens Axboe
2019-11-04
MAINTAINERS: update io_uring entry
Jens Axboe
2019-11-04
io_uring: add completion trace event
Jens Axboe
2019-11-02
io-wq: use kfree_rcu() to simplify the code
YueHaibing
2019-11-01
io_uring: remove io_uring_add_to_prev() trace event
Jens Axboe
2019-11-01
io_uring: set -EINTR directly when a signal wakes up in io_cqring_wait
Jackie Liu
2019-11-01
io_uring: support for generic async request cancel
Jens Axboe
2019-10-30
io_uring: io_wq_create() returns an error pointer, not NULL
Jens Axboe
2019-10-29
io_uring: fix race with canceling timeouts
Jens Axboe
2019-10-29
io_uring: support for larger fixed file sets
Jens Axboe
2019-10-29
io_uring: protect fixed file indexing with array_index_nospec()
Jens Axboe
2019-10-29
io_uring: add support for IORING_OP_ACCEPT
Jens Axboe
2019-10-29
net: add __sys_accept4_file() helper
Jens Axboe
2019-10-29
io_uring: io_uring: add support for async work inheriting files
Jens Axboe
2019-10-29
io_uring: replace workqueue usage with io-wq
Jens Axboe
2019-10-29
io-wq: small threadpool implementation for io_uring
Jens Axboe
2019-10-29
io_uring: Fix mm_fault with READ/WRITE_FIXED
Pavel Begunkov
2019-10-29
io_uring: remove index from sqe_submit
Pavel Begunkov
2019-10-29
io_uring: add set of tracing events
Dmitrii Dolgov
[next]