summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe
2019-11-09io-wq: io_wqe_run_queue() doesn't need to use list_empty_careful()Jens Axboe
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe
2019-11-08io_uring: pass in io_kiocb to fill/add CQ handlersJens Axboe
2019-11-08io_uring: make io_cqring_events() take 'ctx' as argumentJens Axboe
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe
2019-11-07io_uring: abstract out io_async_cancel_one() helperJens Axboe
2019-11-06io_uring: use inlined struct sqe_submitPavel Begunkov
2019-11-06io_uring: Use submit info inlined into reqPavel Begunkov
2019-11-06io_uring: allocate io_kiocb upfrontPavel Begunkov
2019-11-06io_uring: io_queue_link*() right after submitPavel Begunkov
2019-11-06io_uring: Merge io_submit_sqes and io_ring_submitPavel Begunkov
2019-11-05io_uring: kill dead REQ_F_LINK_DONE flagJens Axboe
2019-11-05io_uring: fixup a few spots where link failure isn't flaggedJens Axboe
2019-11-05io_uring: enable optimized link handling for IORING_OP_POLL_ADDJens Axboe
2019-11-05io-wq: use proper nesting IRQ disabling spinlocks for cancelJens Axboe
2019-11-04MAINTAINERS: update io_uring entryJens Axboe
2019-11-04io_uring: add completion trace eventJens Axboe
2019-11-02io-wq: use kfree_rcu() to simplify the codeYueHaibing
2019-11-01io_uring: remove io_uring_add_to_prev() trace eventJens Axboe
2019-11-01io_uring: set -EINTR directly when a signal wakes up in io_cqring_waitJackie Liu
2019-11-01io_uring: support for generic async request cancelJens Axboe
2019-10-30io_uring: io_wq_create() returns an error pointer, not NULLJens Axboe
2019-10-29io_uring: fix race with canceling timeoutsJens Axboe
2019-10-29io_uring: support for larger fixed file setsJens Axboe
2019-10-29io_uring: protect fixed file indexing with array_index_nospec()Jens Axboe
2019-10-29io_uring: add support for IORING_OP_ACCEPTJens Axboe
2019-10-29net: add __sys_accept4_file() helperJens Axboe
2019-10-29io_uring: io_uring: add support for async work inheriting filesJens Axboe
2019-10-29io_uring: replace workqueue usage with io-wqJens Axboe
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe
2019-10-29io_uring: Fix mm_fault with READ/WRITE_FIXEDPavel Begunkov
2019-10-29io_uring: remove index from sqe_submitPavel Begunkov
2019-10-29io_uring: add set of tracing eventsDmitrii Dolgov
2019-10-29io_uring: add support for canceling timeout requestsJens Axboe
2019-10-29io_uring: add support for absolute timeoutsJens Axboe
2019-10-29io_uring: replace s->needs_lock with s->in_asyncJackie Liu
2019-10-29io_uring: allow application controlled CQ ring sizeJens Axboe
2019-10-29io_uring: add support for IORING_REGISTER_FILES_UPDATEJens Axboe
2019-10-29io_uring: allow sparse fixed file setsJens Axboe
2019-10-29io_uring: run dependent links inline if possibleJens Axboe
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman
2019-10-28io_uring: don't touch ctx in setup after ring fd installJens Axboe
2019-10-27io_uring: Fix leaked shadow_reqPavel Begunkov
2019-10-27Linux 5.4-rc5Linus Torvalds
2019-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds