summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | io_uring: cleanup return values from the queueing functionsJens Axboe2019-11-261-16/+12
* | io_uring: io_async_cancel() should pass in 'nxt' request pointerJens Axboe2019-11-261-1/+1
|/
* Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-694/+1503
|\
| * io_uring: make POLL_ADD/POLL_REMOVE scale betterJens Axboe2019-11-141-15/+54
| * io_uring: Fix getting file for non-fd opcodesPavel Begunkov2019-11-141-0/+4
| * io_uring: introduce req_need_defer()Bob Liu2019-11-141-9/+10
| * io_uring: clean up io_uring_cancel_files()Bob Liu2019-11-141-6/+3
| * io_wq: add get/put_work handlers to io_wq_create()Jens Axboe2019-11-131-1/+16
| * io_uring: check for validity of ->rings in teardownJens Axboe2019-11-131-1/+3
| * io_uring: fix potential deadlock in io_poll_wake()Jens Axboe2019-11-121-3/+12
| * io_uring: use correct "is IO worker" helperJens Axboe2019-11-121-1/+1
| * io_uring: fix -ENOENT issue with linked timer with short timeoutJens Axboe2019-11-121-51/+72
| * io_uring: don't do flush cancel under inflight_lockJens Axboe2019-11-121-17/+18
| * io_uring: flag SQPOLL busy condition to userspaceJens Axboe2019-11-121-6/+16
| * io_uring: make ASYNC_CANCEL work with poll and timeoutJens Axboe2019-11-121-58/+80
| * io_uring: provide fallback request for OOM situationsJens Axboe2019-11-121-6/+40
| * io_uring: convert accept4() -ERESTARTSYS into -EINTRJens Axboe2019-11-111-0/+2
| * io_uring: fix error clear of ->file_table in io_sqe_files_register()Jens Axboe2019-11-111-0/+1
| * io_uring: separate the io_free_req and io_free_req_find_next interfaceJackie Liu2019-11-111-4/+9
| * io_uring: keep io_put_req only responsible for release and put reqJackie Liu2019-11-111-36/+37
| * io_uring: remove passed in 'ctx' function parameter ctx if possibleJackie Liu2019-11-111-52/+56
| * io_uring: reduce/pack size of io_ring_ctxJens Axboe2019-11-111-31/+38
| * io_uring: properly mark async work as bounded vs unboundedJens Axboe2019-11-071-1/+15
| * io-wq: add support for bounded vs unbunded workJens Axboe2019-11-071-1/+1
| * io_uring: add support for backlogged CQ ringJens Axboe2019-11-091-23/+102
| * io_uring: pass in io_kiocb to fill/add CQ handlersJens Axboe2019-11-081-46/+50
| * io_uring: make io_cqring_events() take 'ctx' as argumentJens Axboe2019-11-081-4/+6
| * io_uring: add support for linked SQE timeoutsJens Axboe2019-11-081-11/+180
| * io_uring: abstract out io_async_cancel_one() helperJens Axboe2019-11-071-11/+20
| * io_uring: use inlined struct sqe_submitPavel Begunkov2019-11-071-44/+43
| * io_uring: Use submit info inlined into reqPavel Begunkov2019-11-071-16/+16
| * io_uring: allocate io_kiocb upfrontPavel Begunkov2019-11-071-13/+15
| * io_uring: io_queue_link*() right after submitPavel Begunkov2019-11-061-12/+10
| * io_uring: Merge io_submit_sqes and io_ring_submitPavel Begunkov2019-11-061-73/+18
| * io_uring: kill dead REQ_F_LINK_DONE flagJens Axboe2019-11-061-2/+0
| * io_uring: fixup a few spots where link failure isn't flaggedJens Axboe2019-11-061-0/+10
| * io_uring: enable optimized link handling for IORING_OP_POLL_ADDJens Axboe2019-11-051-4/+9
| * io_uring: add completion trace eventJens Axboe2019-11-041-2/+4
| * io_uring: set -EINTR directly when a signal wakes up in io_cqring_waitJackie Liu2019-11-011-6/+3
| * io_uring: support for generic async request cancelJens Axboe2019-11-011-0/+45
| * io_uring: io_wq_create() returns an error pointer, not NULLJens Axboe2019-10-301-2/+3
| * io_uring: fix race with canceling timeoutsJens Axboe2019-10-291-12/+8
| * io_uring: support for larger fixed file setsJens Axboe2019-10-291-33/+117
| * io_uring: protect fixed file indexing with array_index_nospec()Jens Axboe2019-10-291-0/+1
| * io_uring: add support for IORING_OP_ACCEPTJens Axboe2019-10-291-0/+37
| * io_uring: io_uring: add support for async work inheriting filesJens Axboe2019-10-291-4/+112
| * io_uring: replace workqueue usage with io-wqJens Axboe2019-10-291-318/+99
| * io_uring: Fix mm_fault with READ/WRITE_FIXEDPavel Begunkov2019-10-291-24/+17
| * io_uring: remove index from sqe_submitPavel Begunkov2019-10-291-5/+0
| * io_uring: add set of tracing eventsDmitrii Dolgov2019-10-291-0/+17