io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/10] Read/Write with meta/integrity
 2024-04-27  7:19 UTC  (22+ 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

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-26 17:38 UTC  (3+ messages)
` [PATCH v3 1/2] fs: rename struct xattr_ctx to kernel_xattr_ctx

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

[PATCH] Fix portability issues in configure script
 2024-04-26 14:30 UTC  (4+ 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)

[PATCHSET v2 0/5] Send and receive bundles
 2024-04-25 15:11 UTC  (9+ 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 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

[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

[RFC PATCH 0/2] Introduce per-task io utilization boost
 2024-04-19 13:42 UTC  (7+ messages)
` [RFC PATCH 2/2] cpufreq/schedutil: Remove iowait boost

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  (30+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 10/10] nvme: Atomic "

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  (8+ 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)

[PATCH for-next 0/5] overflow CQE cleanups
 2024-04-10  2:39 UTC  (7+ messages)
` [PATCH for-next 1/5] io_uring: unexport io_req_cqe_overflow()
` [PATCH for-next 2/5] io_uring: remove extra SQPOLL overflow flush
` [PATCH for-next 3/5] io_uring: open code io_cqring_overflow_flush()
` [PATCH for-next 4/5] io_uring: always lock __io_cqring_overflow_flush
` [PATCH for-next 5/5] io_uring: consolidate overflow flushing

[PATCH for-next] io_uring: separate header for exported net bits
 2024-04-10  2:39 UTC  (3+ messages)

[PATCH for-6.9] io_uring/net: restore msg_control on sendzc retry
 2024-04-09 21:00 UTC  (3+ messages)

[PATCH v1] io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
 2024-04-09 21:00 UTC  (2+ messages)

[PATCH for-next 0/3] sendzc dedup / simplification
 2024-04-09 21:00 UTC  (2+ messages)

[PATCH v2] fs: claw back a few FMODE_* bits
 2024-04-09  9:12 UTC  (4+ messages)

[PATCH liburing 1/1] examples/sendzc: test background polling
 2024-04-09  3:46 UTC  (2+ messages)

[PATCH liburing v2 0/3] improve sendzc tests
 2024-04-09  3:45 UTC  (5+ messages)
` [PATCH liburing v2 1/3] test: handle test_send_faults()'s cases one by one
` [PATCH liburing v2 2/3] test/sendzc: improve zc support probing
` [PATCH liburing v2 3/3] io_uring/sendzc: add DEFER_TASKRUN testing

[PATCH liburing 0/3] improve sendzc tests
 2024-04-08 15:23 UTC  (4+ messages)
` [PATCH liburing 2/3] test/sendzc: improve zc support probing
` [PATCH liburing 3/3] io_uring/sendzc: add DEFER_TASKRUN testing


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).