io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/10] Read/Write with meta/integrity
 2024-05-02  7:12 UTC  (40+ messages)
    ` [PATCH 01/10] block: set bip_vcnt correctly
    ` [PATCH 02/10] block: copy bip_max_vcnt vecs instead of bip_vcnt during clone
    ` [PATCH 03/10] block: copy result back to user meta buffer correctly in case of split
    ` [PATCH 04/10] block: avoid unpinning/freeing the bio_vec incase of cloned bio
    ` [PATCH 05/10] block, nvme: modify rq_integrity_vec function
    ` [PATCH 06/10] block: modify bio_integrity_map_user argument
    ` [PATCH 07/10] block: define meta io descriptor
    ` [PATCH 08/10] io_uring/rw: add support to send meta along with read/write
    ` [PATCH 09/10] block: add support to send meta buffer
    ` [PATCH 10/10] nvme: add separate handling for user integrity buffer

[PATCHSET v2 0/5] Send and receive bundles
 2024-05-01 20:55 UTC  (13+ messages)
` [PATCH 1/5] io_uring/net: add generic multishot retry helper
` [PATCH 2/5] io_uring/net: add provided buffer support for IORING_OP_SEND
      ` [PATCH] io_uring: Require zeroed sqe->len on provided-buffers send
` [PATCH 3/5] io_uring/kbuf: add helpers for getting/peeking multiple buffers
` [PATCH 4/5] io_uring/net: support bundles for send
` [PATCH 5/5] io_uring/net: support bundles for recv

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PATCH 0/2] LAZY_WAKE misuse fixes
 2024-04-30 19:06 UTC  (4+ messages)
` [PATCH 1/2] io_uring/net: fix sendzc lazy wake polling
` [PATCH 2/2] io_uring/notif: disable LAZY_WAKE for linked notifs

[RFC PATCH 0/9] io_uring: support sqe group and provide group kbuf
 2024-04-30 15:46 UTC  (26+ messages)
` [PATCH 2/9] io_uring: support user sqe ext flags
` [PATCH 5/9] io_uring: support SQE group

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-30 12:40 UTC  (6+ messages)
` [PATCH v3 1/2] fs: rename struct xattr_ctx to kernel_xattr_ctx

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-04-29 11:18 UTC  (8+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

[PATCH] Fix portability issues in configure script
 2024-04-26 14:30 UTC  (3+ messages)

[PATCH] io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of re-reading it
 2024-04-26 13:40 UTC  (2+ messages)

[RFC PATCH 0/4] Read/Write with meta buffer
 2024-04-25 19:05 UTC  (3+ messages)

[PATCH] io_uring/rw: reinstate thread check for retries
 2024-04-25 15:16 UTC 

[PATCH] io_uring/rw: ensure retry isn't lost for write
 2024-04-25 15:15 UTC  (6+ messages)

[PATCH v2] io_uring: releasing CPU resources when polling
 2024-04-23  3:31 UTC  (7+ messages)
      `  "
      ` Re: io_uring: "

[PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking
 2024-04-23  1:36 UTC  (10+ messages)
` [PATCH io_uring-next/net-next v2 1/4] net: extend ubuf_info callback to ops structure
` [PATCH io_uring-next/net-next v2 2/4] net: add callback for setting a ubuf_info to skb
` [PATCH io_uring-next/net-next v2 3/4] io_uring/notif: simplify io_notif_flush()
` [PATCH io_uring-next/net-next v2 4/4] io_uring/notif: implement notification stacking
` (subset) [PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking

VU NVMe commadns with io_uring? NVME_URING_CMD_IO
 2024-04-18 18:17 UTC  (2+ messages)

io_uring: releasing CPU resources when polling
 2024-04-18  6:07 UTC  (2+ messages)
  `  "

[PATCH 0/2] io-wq: cancelation race fix and small cleanup in io-wq
 2024-04-17 14:29 UTC  (5+ messages)
` [PATCH 1/2] io-wq: write next_work before dropping acct_lock
` [PATCH 2/2] io-wq: Drop intermediate step between pending list and active work

[PATCH v6 00/10] block atomic writes
 2024-04-16 21:11 UTC  (19+ messages)
` [PATCH v6 10/10] nvme: Atomic write support

io_uring: worker thread NULL dereference during openat op
 2024-04-16 17:15 UTC  (4+ messages)

[RFC 0/6] implement io_uring notification (ubuf_info) stacking
 2024-04-16 15:31 UTC  (25+ messages)
` [RFC 1/6] net: extend ubuf_info callback to ops structure
` [RFC 2/6] net: add callback for setting a ubuf_info to skb
` [RFC 3/6] io_uring/notif: refactor io_tx_ubuf_complete()
` [RFC 4/6] io_uring/notif: remove ctx var from io_notif_tw_complete
` [RFC 5/6] io_uring/notif: simplify io_notif_flush()
` [RFC 6/6] io_uring/notif: implement notification stacking

[bug report] WARNING: CPU: 5 PID: 679 at io_uring/io_uring.c:2835 io_ring_exit_work+0x2b6/0x2e0
 2024-04-16 13:08 UTC  (5+ messages)

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-16  7:53 UTC  (7+ messages)
  ` [PATCH 2/7] security: Remove the now superfluous sentinel element from ctl_table array

[PATCH 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
 2024-04-15 23:51 UTC  (13+ messages)
` [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for "

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-04-15 14:57 UTC  (3+ messages)

[for-next 0/3] simple sendzc cleanups
 2024-04-15 14:11 UTC  (5+ messages)
` [for-next 1/3] io_uring/notif: refactor io_tx_ubuf_complete()
` [for-next 2/3] io_uring/notif: remove ctx var from io_notif_tw_complete
` [for-next 3/3] io_uring/notif: shrink account_pages to u32

[PATCH for-next] io_uring: ensure overflow entries are dropped when ring is exiting
 2024-04-15 12:08 UTC  (2+ messages)

[syzbot] Monthly io-uring report (Apr 2024)
 2024-04-15  9:23 UTC 

[PATCH for-next] io_uring/net: always set kmsg->msg.msg_control_user before issue
 2024-04-12 18:49 UTC 

[GIT PULL] io_uring fixes for 6.9-rc4
 2024-04-12 17:45 UTC  (2+ messages)

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] io_uring/timeout: remove duplicate initialization of the io_timeout list
 2024-04-11 13:34 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).