summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2019-11-25io_uring: remove redundant checkPavel Begunkov
2019-11-25io_uring: break links for failed deferPavel Begunkov
2019-11-25io_uring: request cancellations should break linksJens Axboe
2019-11-25io_uring: correct poll cancel and linked timeout expiration completionJens Axboe
2019-11-25io_uring: remove dead REQ_F_SEQ_PREV flagJens Axboe
2019-11-25io_uring: fix sequencing issues with linked timeoutsJens Axboe
2019-11-25io_uring: make req->timeout be dynamically allocatedJens Axboe
2019-11-25io_uring: make io_double_put_req() use normal completion pathJens Axboe
2019-11-25io_uring: cleanup return values from the queueing functionsJens Axboe
2019-11-25io_uring: io_async_cancel() should pass in 'nxt' request pointerJens Axboe
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-14io_uring: make POLL_ADD/POLL_REMOVE scale betterJens Axboe
2019-11-13io_uring: Fix getting file for non-fd opcodesPavel Begunkov
2019-11-13io_uring: introduce req_need_defer()Bob Liu
2019-11-13io_uring: clean up io_uring_cancel_files()Bob Liu
2019-11-13io_uring: ensure registered buffer import returns the IO lengthJens Axboe
2019-11-13io_uring: Fix getting file for timeoutPavel Begunkov
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe
2019-11-13io_uring: check for validity of ->rings in teardownJens Axboe
2019-11-12io_uring: fix potential deadlock in io_poll_wake()Jens Axboe
2019-11-12io_uring: use correct "is IO worker" helperJens Axboe
2019-11-12io_uring: make timeout sequence == 0 mean no sequenceJens Axboe
2019-11-11io_uring: fix -ENOENT issue with linked timer with short timeoutJens Axboe
2019-11-11io_uring: don't do flush cancel under inflight_lockJens Axboe
2019-11-11io_uring: flag SQPOLL busy condition to userspaceJens Axboe
2019-11-11io_uring: make ASYNC_CANCEL work with poll and timeoutJens Axboe
2019-11-11io_uring: provide fallback request for OOM situationsJens Axboe
2019-11-10io_uring: convert accept4() -ERESTARTSYS into -EINTRJens Axboe
2019-11-10io_uring: fix error clear of ->file_table in io_sqe_files_register()Jens Axboe
2019-11-10io_uring: separate the io_free_req and io_free_req_find_next interfaceJackie Liu
2019-11-10io_uring: keep io_put_req only responsible for release and put reqJackie Liu
2019-11-10io_uring: remove passed in 'ctx' function parameter ctx if possibleJackie Liu
2019-11-10io_uring: reduce/pack size of io_ring_ctxJens Axboe
2019-11-07io_uring: properly mark async work as bounded vs unboundedJens Axboe
2019-11-07io-wq: add support for bounded vs unbunded workJens 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-04io_uring: add completion trace eventJens Axboe
2019-11-01io_uring: set -EINTR directly when a signal wakes up in io_cqring_waitJackie Liu