aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-694/+1503
2019-11-14io_uring: make POLL_ADD/POLL_REMOVE scale betterJens Axboe1-15/+54
2019-11-13io_uring: Fix getting file for non-fd opcodesPavel Begunkov1-0/+4
2019-11-13io_uring: introduce req_need_defer()Bob Liu1-9/+10
2019-11-13io_uring: clean up io_uring_cancel_files()Bob Liu1-6/+3
2019-11-13io_uring: ensure registered buffer import returns the IO lengthJens Axboe1-1/+1
2019-11-13io_uring: Fix getting file for timeoutPavel Begunkov1-0/+1
2019-11-13io_wq: add get/put_work handlers to io_wq_create()Jens Axboe1-1/+16
2019-11-13io_uring: check for validity of ->rings in teardownJens Axboe1-1/+3
2019-11-12io_uring: fix potential deadlock in io_poll_wake()Jens Axboe1-3/+12
2019-11-12io_uring: use correct "is IO worker" helperJens Axboe1-1/+1
2019-11-12io_uring: make timeout sequence == 0 mean no sequenceJens Axboe1-7/+22
2019-11-11io_uring: fix -ENOENT issue with linked timer with short timeoutJens Axboe1-51/+72
2019-11-11io_uring: don't do flush cancel under inflight_lockJens Axboe1-17/+18
2019-11-11io_uring: flag SQPOLL busy condition to userspaceJens Axboe1-6/+16
2019-11-11io_uring: make ASYNC_CANCEL work with poll and timeoutJens Axboe1-58/+80
2019-11-11io_uring: provide fallback request for OOM situationsJens Axboe1-6/+40
2019-11-10io_uring: convert accept4() -ERESTARTSYS into -EINTRJens Axboe1-0/+2
2019-11-10io_uring: fix error clear of ->file_table in io_sqe_files_register()Jens Axboe1-0/+1
2019-11-10io_uring: separate the io_free_req and io_free_req_find_next interfaceJackie Liu1-4/+9
2019-11-10io_uring: keep io_put_req only responsible for release and put reqJackie Liu1-36/+37
2019-11-10io_uring: remove passed in 'ctx' function parameter ctx if possibleJackie Liu1-52/+56
2019-11-10io_uring: reduce/pack size of io_ring_ctxJens Axboe1-31/+38
2019-11-07io_uring: properly mark async work as bounded vs unboundedJens Axboe1-1/+15
2019-11-07io-wq: add support for bounded vs unbunded workJens Axboe1-1/+1
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe1-23/+102
2019-11-08io_uring: pass in io_kiocb to fill/add CQ handlersJens Axboe1-46/+50
2019-11-08io_uring: make io_cqring_events() take 'ctx' as argumentJens Axboe1-4/+6
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe1-11/+180
2019-11-07io_uring: abstract out io_async_cancel_one() helperJens Axboe1-11/+20
2019-11-06io_uring: use inlined struct sqe_submitPavel Begunkov1-44/+43
2019-11-06io_uring: Use submit info inlined into reqPavel Begunkov1-16/+16
2019-11-06io_uring: allocate io_kiocb upfrontPavel Begunkov1-13/+15
2019-11-06io_uring: io_queue_link*() right after submitPavel Begunkov1-12/+10
2019-11-06io_uring: Merge io_submit_sqes and io_ring_submitPavel Begunkov1-73/+18
2019-11-05io_uring: kill dead REQ_F_LINK_DONE flagJens Axboe1-2/+0
2019-11-05io_uring: fixup a few spots where link failure isn't flaggedJens Axboe1-0/+10
2019-11-05io_uring: enable optimized link handling for IORING_OP_POLL_ADDJens Axboe1-4/+9
2019-11-04io_uring: add completion trace eventJens Axboe1-2/+4
2019-11-01io_uring: set -EINTR directly when a signal wakes up in io_cqring_waitJackie Liu1-6/+3
2019-11-01io_uring: support for generic async request cancelJens Axboe1-0/+45
2019-10-30io_uring: ensure we clear io_kiocb->result before each issueJens Axboe1-0/+1
2019-10-30io_uring: io_wq_create() returns an error pointer, not NULLJens Axboe1-2/+3
2019-10-29io_uring: fix race with canceling timeoutsJens Axboe1-12/+8
2019-10-29io_uring: support for larger fixed file setsJens Axboe1-33/+117
2019-10-29io_uring: protect fixed file indexing with array_index_nospec()Jens Axboe1-0/+1
2019-10-29io_uring: add support for IORING_OP_ACCEPTJens Axboe1-0/+37
2019-10-29io_uring: io_uring: add support for async work inheriting filesJens Axboe1-4/+112
2019-10-29io_uring: replace workqueue usage with io-wqJens Axboe1-318/+99
2019-10-29io_uring: Fix mm_fault with READ/WRITE_FIXEDPavel Begunkov1-24/+17