summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: fix iter retargeting for selected bufPavel Begunkov2023-09-141-0/+5
* Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"Jens Axboe2023-09-071-32/+0
* io_uring: fix unprotected iopoll overflowPavel Begunkov2023-09-071-2/+2
* io_uring: break out of iowq iopoll on teardownPavel Begunkov2023-09-073-0/+13
* io_uring: add a sysctl to disable io_uring system-wideMatteo Rizzo2023-09-051-0/+50
* io_uring/fdinfo: only print ->sq_array[] if it's thereJens Axboe2023-09-011-0/+2
* io_uring: fix IO hang in io_wq_put_and_exit from do_exit()Ming Lei2023-09-011-0/+32
* io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi2023-08-301-1/+3
* Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-2917-261/+339
|\
| * io_uring: move multishot cqe cache in ctxPavel Begunkov2023-08-241-3/+3
| * io_uring: add option to remove SQ indirectionPavel Begunkov2023-08-241-20/+32
| * io_uring: force inline io_fill_cqe_reqPavel Begunkov2023-08-241-1/+2
| * io_uring: merge iopoll and normal completion pathsPavel Begunkov2023-08-243-26/+18
| * io_uring: reorder cqring_flush and wakeupsPavel Begunkov2023-08-242-12/+4
| * io_uring: optimise extra io_get_cqe null checkPavel Begunkov2023-08-242-15/+12
| * io_uring: refactor __io_get_cqe()Pavel Begunkov2023-08-242-20/+16
| * io_uring: simplify big_cqe handlingPavel Begunkov2023-08-243-20/+8
| * io_uring: cqe init hardeningPavel Begunkov2023-08-241-1/+1
| * io_uring: improve cqe !tracing hot pathPavel Begunkov2023-08-241-4/+5
| * io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_byKees Cook2023-08-171-1/+1
| * io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe2023-08-165-15/+41
| * io_uring: simplify io_run_task_work_sig returnPavel Begunkov2023-08-111-2/+2
| * io_uring/rsrc: keep one global dummy_ubufPavel Begunkov2023-08-112-13/+10
| * io_uring: never overflow io_aux_cqePavel Begunkov2023-08-115-14/+16
| * io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov2023-08-112-5/+5
| * io_uring: open code io_fill_cqe_req()Pavel Begunkov2023-08-113-14/+7
| * io_uring/net: don't overflow multishot recvPavel Begunkov2023-08-111-1/+1
| * io_uring/net: don't overflow multishot acceptPavel Begunkov2023-08-111-1/+1
| * io_uring/io-wq: don't gate worker wake up success on wake_up_process()Jens Axboe2023-08-111-4/+7
| * io_uring/io-wq: reduce frequency of acct->lock acquisitionsJens Axboe2023-08-111-13/+34
| * io_uring/io-wq: don't grab wq->lock for worker activationJens Axboe2023-08-111-3/+0
| * io_uring: remove unnecessary forward declarationJens Axboe2023-08-101-1/+0
| * io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe2023-08-102-7/+5
| * io_uring/splice: use fput() directlyJens Axboe2023-08-101-2/+2
| * io_uring/fdinfo: get rid of ref trygetJens Axboe2023-08-101-12/+6
| * io_uring: cleanup 'ret' handling in io_iopoll_check()Jens Axboe2023-08-091-7/+10
| * io_uring: break iopolling on signalPavel Begunkov2023-08-091-0/+3
| * io_uring: fix false positive KASAN warningsPavel Begunkov2023-08-092-2/+0
| * io_uring: fix drain stalls by invalid SQEPavel Begunkov2023-08-091-0/+2
| * io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()Yue Haibing2023-08-091-1/+0
| * io_uring: annotate the struct io_kiocb slab for appropriate user copyJens Axboe2023-08-091-2/+14
| * io_uring: Add io_uring command support for socketsBreno Leitao2023-08-091-0/+28
| * io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancelJens Axboe2023-07-171-3/+8
| * io_uring/cancel: support opcode based lookup and cancelationJens Axboe2023-07-173-5/+17
| * io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe2023-07-171-6/+12
| * io_uring: use cancelation match helper for poll and timeout requestsJens Axboe2023-07-172-17/+7
| * io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANYJens Axboe2023-07-171-2/+3
| * io_uring/cancel: abstract out request match helperJens Axboe2023-07-172-4/+14
| * io_uring/timeout: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-2/+2
| * io_uring/poll: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-1/+1