summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2025-05-09io_uring: remove drain prealloc checksPavel Begunkov
2025-05-09io_uring: simplify drain ret passingPavel Begunkov
2025-05-09io_uring: fix spurious drain flushingPavel Begunkov
2025-05-09io_uring: account drain memory to cgroupPavel Begunkov
2025-05-09io_uring: add lockdep asserts to io_add_aux_cqePavel Begunkov
2025-05-09io_uring/net: move CONFIG_NET guards to MakefilePavel Begunkov
2025-05-09io_uring: update parameter name in io_pin_pages function declarationLong Li
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi
2025-05-07io_uring: ensure deferred completions are flushed for multishotJens Axboe
2025-05-06io_uring: move io_req_put_rsrc_nodes()Pavel Begunkov
2025-05-06io_uring: remove io_preinit_req()Pavel Begunkov
2025-05-06io_uring/timeout: don't export link t-out disarm helperPavel Begunkov
2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov
2025-05-06io_uring: enable per-io write streamsKeith Busch
2025-05-04io_uring: always arm linked timeouts prior to issueJens Axboe
2025-05-03futex: Move futex_queue() into futex_wait_setup()Peter Zijlstra
2025-05-02io_uring/zcrx: split common area map/unmap partsPavel Begunkov
2025-05-02io_uring/zcrx: split out memory holders from areaPavel Begunkov
2025-05-02io_uring/zcrx: resolve netdev before area creationPavel Begunkov
2025-05-02io_uring/zcrx: improve area validationPavel Begunkov
2025-04-30io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe
2025-04-28io_uring/cmd: move net cmd into a separate filePavel Begunkov
2025-04-28io_uring: delete misleading comment in io_fill_cqe_aux()Pavel Begunkov
2025-04-24io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe
2025-04-24io_uring/eventfd: open code io_eventfd_grab()Pavel Begunkov
2025-04-24io_uring/eventfd: clean up rcu lockingPavel Begunkov
2025-04-24io_uring/eventfd: dedup signalling helpersPavel Begunkov
2025-04-24io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov
2025-04-23io_uring/zcrx: add support for multiple ifqsPavel Begunkov
2025-04-21io_uring/zcrx: move zcrx region to struct io_zcrx_ifqPavel Begunkov
2025-04-21io_uring/zcrx: let zcrx choose region for mmapingPavel Begunkov
2025-04-21io_uring/zcrx: remove sqe->file_index checkPavel Begunkov
2025-04-21io_uring/zcrx: move io_zcrx_iov_pagePavel Begunkov
2025-04-21io_uring/zcrx: remove duplicated freelist initPavel Begunkov
2025-04-21io_uring/rsrc: remove null check on importPavel Begunkov
2025-04-21io_uring/rsrc: clean up io_coalesce_buffer()Pavel Begunkov
2025-04-21io_uring/rsrc: use unpin_user_folioPavel Begunkov
2025-04-21io_uring/rsrc: remove node assignment helpersJens Axboe
2025-04-21io_uring: add support for IORING_OP_PIPEJens Axboe
2025-04-21io_uring: don't store bgid in req->buf_indexPavel Begunkov
2025-04-21io_uring/kbuf: pass bgid to io_buffer_select()Pavel Begunkov
2025-04-21io_uring: set IMPORT_BUFFER in generic send setupPavel Begunkov
2025-04-21io_uring/net: don't use io_do_buffer_select at prepPavel Begunkov
2025-04-21io_uring/wq: avoid indirect do_work/free_work callsCaleb Sander Mateos
2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov
2025-04-17io_uring/rsrc: ensure segments counts are correct on kbuf buffersJens Axboe
2025-04-17io_uring/rsrc: send exact nr_segs for fixed bufferNitesh Shetty
2025-04-17io_uring/rsrc: refactor io_import_fixedPavel Begunkov
2025-04-17io_uring/rsrc: separate kbuf offset adjustmentsPavel Begunkov
2025-04-17io_uring/rsrc: don't skip offset calculationPavel Begunkov