summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-10-271-1/+1
|\
| * io_uring: kiocb_done() should *not* trust ->ki_pos if ->{read,write}_iter() f...Al Viro2023-10-271-1/+1
* | io_uring/rw: disable IOCB_DIO_CALLER_COMPJens Axboe2023-10-251-9/+0
* | io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe2023-10-251-6/+12
* | io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring addressJens Axboe2023-10-181-0/+6
|/
* io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()Jeff Moyer2023-10-051-6/+4
* io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pagesJens Axboe2023-10-031-1/+15
* io_uring: ensure io_lockdep_assert_cq_locked() handles disabled ringsJens Axboe2023-10-031-14/+27
* io_uring/kbuf: don't allow registered buffer rings on highmem pagesJens Axboe2023-10-031-8/+19
* io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe2023-09-291-1/+1
* 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