summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
13 hoursMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
13 hoursMerge tag 'for-7.3/io_uring-20260819' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
5 daysio_uring/uring_cmd: don't skip completion for a synchronous multishot cmdJens Axboe
5 daysio_uring/memmap: account the pages a compound region really usesAli Ahmet Memis
5 daysio_uring/zcrx: add dynamic area provisioningPavel Begunkov
5 daysio_uring/zcrx: lock area creation with pp_lockPavel Begunkov
5 daysio_uring/zcrx: keep array of areasPavel Begunkov
5 daysio_uring/zcrx: move freelist lock to struct zcrxPavel Begunkov
5 daysio_uring/zcrx: unmap under netdev lockPavel Begunkov
5 daysio_uring/zcrx: split dmabuf unmap and releasePavel Begunkov
5 daysio_uring/zcrx: don't pass ifq_reg to area creationPavel Begunkov
5 daysio_uring/zcrx: add helper for deriving area tokenPavel Begunkov
5 daysio_uring/zcrx: don't reload skb_shinfoPavel Begunkov
5 daysio_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov
5 daysio_uring/zcrx: constify area_reg on importPavel Begunkov
5 daysio_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov
5 daysio_uring/zcrx: cache RQ tailPavel Begunkov
5 daysio_uring/zcrx: add RQ iteratorPavel Begunkov
5 daysio_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov
5 daysio_uring/zcrx: scale refilling with large pagesPavel Begunkov
5 daysio_uring/io-wq: fix worker accounting when canceling creation callbacksVishnu Razdan
5 daysio_uring/net: Drop ddir argument from io_msg_copy_hdrGabriel Krisman Bertazi
5 daysio_uring/net: Drop custom iov copy in io_msg_copy_hdrGabriel Krisman Bertazi
5 daysio_uring/rw: Drop custom iov copy in io_iov_buffer_select_prepGabriel Krisman Bertazi
5 daysio_uring: defer eventfd signaling when queued from a wakeup handlerJens Axboe
8 daysio_uring/rsrc: reject overflowing regvec bvec byte countsJérémy Jean
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-08-03io_uring/rsrc: fix folio size overflow in io_vec_fill_bvec()Ali Ahmet Memis
2026-08-03io_uring/cmd: fix iovec leak when the async cmd is not recycledWoraphat Khiaodaeng
2026-07-30io_uring: preserve task restrictions across execKyumin Lee
2026-07-30io_uring/uring_cmd: skip io_uring_cmd_issue_blocking() task workCaleb Sander Mateos
2026-07-30io_uring/zcrx: don't clear master_ctx from the import pathWoraphat Khiaodaeng
2026-07-30Revert "io_uring/epoll: disallow adding an epoll file to an epoll context"Jens Axboe
2026-07-30io_uring/futex: only mark private futex waits as inflightJens Axboe
2026-07-30io_uring/futex: don't mark futex wake requests as inflightJens Axboe
2026-07-30io_uring/kbuf: cap buffer selection length at MAX_RW_COUNTJens Axboe
2026-07-30io_uring/net: initialize mshot_len for sendJens Axboe
2026-07-24Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-22io_uring/zcrx: rename notif to eventPavel Begunkov
2026-07-22io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERSPavel Begunkov
2026-07-22io_uring/zcrx: drop "notif" from stats struct namesPavel Begunkov
2026-07-22io_uring/rw: fix missing ERESTARTSYS conversion in read pathsYitang Yang
2026-07-19Merge tag 'io_uring-7.2-20260717' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-17io_uring/bpf-ops: reject re-registration of an already-bound opsWoraphat Khiaodaeng
2026-07-14io_uring/fs: check unused sqe fields for unlinkatYi Xie
2026-07-14io_uring/kbuf: free the replaced iovec after a successful growJaeyeong Lee
2026-07-11Merge tag 'io_uring-7.2-20260710' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-09Revert "io_uring: grab RCU read lock marking task run"Jens Axboe
2026-07-09io_uring: restore RCU read section in io_req_local_work_add()Woraphat Khiaodaeng