index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2019-11-25
io_uring: simplify io_req_link_next()
Pavel Begunkov
2019-11-25
io_uring: pass only !null to io_req_find_next()
Pavel Begunkov
2019-11-25
io_uring: remove io_free_req_find_next()
Pavel Begunkov
2019-11-25
io_uring: add likely/unlikely in io_get_sqring()
Pavel Begunkov
2019-11-25
io_uring: rename __io_submit_sqe()
Pavel Begunkov
2019-11-25
io_uring: improve trace_io_uring_defer() trace point
Jens Axboe
2019-11-25
io_uring: drain next sqe instead of shadowing
Pavel Begunkov
2019-11-25
io_uring: close lookup gap for dependent next work
Jens Axboe
2019-11-25
io_uring: allow finding next link independent of req reference count
Jens Axboe
2019-11-25
io_uring: io_allocate_scq_urings() should return a sane state
Jens Axboe
2019-11-25
io_uring: Always REQ_F_FREE_SQE for allocated sqe
Pavel Begunkov
2019-11-25
io_uring: io_fail_links() should only consider first linked timeout
Jens Axboe
2019-11-25
io_uring: Fix leaking linked timeouts
Pavel Begunkov
2019-11-25
io_uring: remove redundant check
Pavel Begunkov
2019-11-25
io_uring: break links for failed defer
Pavel Begunkov
2019-11-25
io_uring: request cancellations should break links
Jens Axboe
2019-11-25
io_uring: correct poll cancel and linked timeout expiration completion
Jens Axboe
2019-11-25
io_uring: remove dead REQ_F_SEQ_PREV flag
Jens Axboe
2019-11-25
io_uring: fix sequencing issues with linked timeouts
Jens Axboe
2019-11-25
io_uring: make req->timeout be dynamically allocated
Jens Axboe
2019-11-25
io_uring: make io_double_put_req() use normal completion path
Jens Axboe
2019-11-25
io_uring: cleanup return values from the queueing functions
Jens Axboe
2019-11-25
io_uring: io_async_cancel() should pass in 'nxt' request pointer
Jens Axboe
2019-11-25
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-11-14
io_uring: make POLL_ADD/POLL_REMOVE scale better
Jens Axboe
2019-11-13
io_uring: Fix getting file for non-fd opcodes
Pavel Begunkov
2019-11-13
io_uring: introduce req_need_defer()
Bob Liu
2019-11-13
io_uring: clean up io_uring_cancel_files()
Bob Liu
2019-11-13
io_uring: ensure registered buffer import returns the IO length
Jens Axboe
2019-11-13
io_uring: Fix getting file for timeout
Pavel Begunkov
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-12
io_uring: make timeout sequence == 0 mean no sequence
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_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
[prev]
[next]