public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2024-06-15 00:27:36 to 2024-07-03 12:07:34 UTC [more...]

[PATCH] io_uring: Fix WARNING in io_cqring_event_overflow
 2024-07-03 12:07 UTC  (2+ messages)

[PATCH 0/2] statx NULL path support
 2024-07-03 10:07 UTC  (22+ messages)
` [PATCH 1/2] vfs: add CLASS fd_raw
` [PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)

[PATCH for-next] io_uring/net: cleanup io_recv_finish() bundle handling
 2024-07-02 15:42 UTC 

[PATCH] io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it
 2024-07-02 15:42 UTC 

[PATCHSET for-next 0/2] msg_ring fixes
 2024-07-02 15:18 UTC  (5+ messages)
` [PATCH 1/2] io_uring/msg_ring: check for dead submitter task
` [PATCH 2/2] io_uring/msg_ring: use kmem_cache_free() to free request

[PATCH 1/1] io_uring/msg_ring: fix overflow posting
 2024-07-02 14:48 UTC  (3+ messages)

[PATCH net-next 0/5] zerocopy tx cleanups
 2024-07-02 10:30 UTC  (15+ messages)
` [PATCH net-next 1/5] net: always try to set ubuf in skb_zerocopy_iter_stream
` [PATCH net-next 2/5] net: split __zerocopy_sg_from_iter()
` [PATCH net-next 3/5] net: batch zerocopy_fill_skb_from_iter accounting
` [PATCH net-next 4/5] io_uring/net: move charging socket out of zc io_uring
` [PATCH net-next 5/5] net: limit scope of a skb_zerocopy_iter_stream var

[syzbot] [io-uring?] WARNING in io_cqring_event_overflow (2)
 2024-07-01 23:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: change Pavel Begunkov from io_uring reviewer to maintainer
 2024-07-01 15:25 UTC 

[PATCH v2 00/10] Read/Write with meta/integrity
 2024-07-01 14:09 UTC  (25+ messages)
    ` [PATCH v2 01/10] block: change rq_integrity_vec to respect the iterator
    ` [PATCH v2 02/10] block: set bip_vcnt correctly
    ` [PATCH v2 03/10] block: copy bip_max_vcnt vecs instead of bip_vcnt during clone
    ` [PATCH v2 04/10] block: Handle meta bounce buffer correctly in case of split
    ` [PATCH v2 05/10] block: introduce BIP_CLONED flag
    ` [PATCH v2 06/10] block: modify bio_integrity_map_user to accept iov_iter as argument
    ` [PATCH v2 07/10] block: define meta io descriptor
    ` [PATCH v2 08/10] io_uring/rw: add support to send meta along with read/write
    ` [PATCH v2 09/10] block: add support to pass user meta buffer
    ` [PATCH v2 10/10] nvme: add handling for user integrity buffer
  ` (subset) [PATCH v2 00/10] Read/Write with meta/integrity

[PATCHSET v4 0/9] Improve MSG_RING DEFER_TASKRUN performance
 2024-07-01 13:06 UTC  (7+ messages)
` [PATCH 1/5] io_uring/msg_ring: tighten requirement for remote posting
` [PATCH 2/5] io_uring: add remote task_work execution helper
` [PATCH 3/5] io_uring: add io_add_aux_cqe() helper
` [PATCH 4/5] io_uring/msg_ring: improve handling of target CQE posting
` [PATCH 5/5] io_uring/msg_ring: add an alloc cache for io_kiocb entries

[PATCH v5 0/3] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-06-28  8:44 UTC  (4+ messages)
    ` [PATCH v5 1/3] io_uring/rsrc: add hugepage fixed buffer coalesce helpers
    ` [PATCH v5 2/3] io_uring/rsrc: store folio shift and mask into imu
    ` [PATCH v5 3/3] io_uring/rsrc: enable multi-hugepage buffer coalescing

[PATCH v5] Subject: io_uring: releasing CPU resources when polling
 2024-06-28 21:13 UTC  (6+ messages)
      `  "

[syzbot] Monthly io-uring report (Jun 2024)
 2024-06-28 20:41 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 6.10-rc6
 2024-06-28  0:35 UTC  (2+ messages)

[PATCH v3] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
 2024-06-26 15:02 UTC  (7+ messages)

[PATCH v2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
 2024-06-25 14:16 UTC 

[PATCH] io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
 2024-06-25  1:45 UTC 

[PATCH] io_uring: remove dead struct io_submit_state member
 2024-06-24 20:55 UTC 

[syzbot] [io-uring?] KCSAN: data-race in io_submit_sqes / io_uring_poll (8)
 2024-06-22  8:42 UTC 

[Patch v9 00/10] block atomic writes
 2024-06-21 21:23 UTC  (34+ messages)
` [Patch v9 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [Patch v9 02/10] block: Generalize chunk_sectors support as boundary support
` [Patch v9 03/10] fs: Initial atomic write support
` [Patch v9 04/10] fs: Add initial atomic write support info to statx
` [Patch v9 05/10] block: Add core atomic write support
` [Patch v9 06/10] block: Add atomic write support for statx
` [Patch v9 07/10] block: Add fops atomic write support
` [Patch v9 08/10] scsi: sd: Atomic "
` [Patch v9 09/10] scsi: scsi_debug: "
` [Patch v9 10/10] nvme: "

[GIT PULL] io_uring fix for 6.10-rc5
 2024-06-21 21:09 UTC  (2+ messages)

[PATCH] io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
 2024-06-20 12:52 UTC  (5+ messages)

[PATCH v8 00/10] block atomic writes
 2024-06-19 16:07 UTC  (15+ messages)
` [PATCH v8 05/10] block: Add core atomic write support
  ` [PATCH v8 10/10] nvme: Atomic "

[PATCH v2 1/4] net: Split a __sys_bind helper for io_uring
 2024-06-19 15:06 UTC  (8+ messages)
` [PATCH v2 2/4] net: Split a __sys_listen "

[PATCH 0/3] io_uring op probing fixes
 2024-06-19 14:58 UTC  (9+ messages)
` [PATCH 1/3] io_uring: Fix probe of disabled operations
` [PATCH 2/3] io_uring: Allocate only necessary memory in io_probe
` [PATCH 3/3] io_uring: Don't read userspace data "
` (subset) [PATCH 0/3] io_uring op probing fixes

[PATCH for-next] io_uring/advise: support 64-bit lengths
 2024-06-18 18:48 UTC 

[PATCH for-next 0/3] Misc fixes and cleanups
 2024-06-18 18:43 UTC  (4+ messages)
` [PATCH 1/3] io_uring: use 'state' consistently
` [PATCH 2/3] io_uring/io-wq: make io_wq_work flags atomic
` [PATCH 3/3] io_uring/rsrc: remove redundant __set_current_state() post schedule()

[PATCH AUTOSEL 6.9 36/44] io_uring: fix possible deadlock in io_register_iowq_max_workers()
 2024-06-18 12:35 UTC 

[PATCH v4 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-06-18  3:24 UTC  (11+ messages)
  ` [PATCH v4 3/4] io_uring/rsrc: add init and account functions for coalesced imus
        ` [PATCH v2 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
  ` [PATCH v4 1/4] io_uring/rsrc: add hugepage buffer coalesce helpers

[PATCH AUTOSEL 6.9 36/44] io_uring: fix possible deadlock in io_register_iowq_max_workers()
 2024-06-17 13:19 UTC 

[PATCH V3 0/9] io_uring: support sqe group and provide group kbuf
 2024-06-17  3:54 UTC  (15+ messages)
` [PATCH V3 4/9] io_uring: move marking REQ_F_CQE_SKIP out of io_free_req()
` [PATCH V3 5/9] io_uring: support SQE group

[PATCH v4 0/4] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-06-16  2:54 UTC  (3+ messages)

[GIT PULL] io_uring fixes for 6.10-rc4
 2024-06-15  0:39 UTC  (4+ messages)

[PATCH v2 3/4] io_uring: Introduce IORING_OP_BIND
 2024-06-15  0:27 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox