summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell2023-10-0916-55/+1121
|\
| * Merge branch 'for-6.7/io_uring' into for-nextJens Axboe2023-10-053-26/+37
| |\
| | * io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi2023-10-053-22/+30
| | * io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi2023-10-051-4/+7
| | * io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi2023-10-051-1/+1
| * | Merge branch 'for-6.7/io_uring' into for-nextJens Axboe2023-10-021-20/+17
| |\|
| | * io_uring/rsrc: cleanup io_pin_pages()Jens Axboe2023-10-021-20/+17
| * | io_uring: add support for vectored futex waitsJens Axboe2023-09-293-9/+173
| * | io_uring: add support for futex wake and waitJens Axboe2023-09-297-0/+309
| |/
| * io_uring: cancelable uring_cmdMing Lei2023-09-282-0/+80
| * io_uring: retain top 8bits of uring_cmd flags for kernel internal useMing Lei2023-09-282-1/+4
| * io_uring: add IORING_OP_WAITID supportJens Axboe2023-09-216-1/+406
| * io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe2023-09-213-1/+81
| * io_uring/rw: mark readv/writev as vectored in the opcode definitionJens Axboe2023-09-213-4/+10
| * io_uring/rw: split io_read() into a helperJens Axboe2023-09-211-2/+13
* | 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