io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-23 14:15:37 to 2022-09-30 14:05:13 UTC [more...]

[PATCH for-next v12 00/12] Fixed-buffer for uring-cmd/passthru
 2022-09-30 14:04 UTC  (16+ messages)
    ` [PATCH for-next v12 01/12] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v12 02/12] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v12 03/12] block: add blk_rq_map_user_io
    ` [PATCH for-next v12 04/12] scsi: Use blk_rq_map_user_io helper
    ` [PATCH for-next v12 05/12] nvme: "
    ` [PATCH for-next v12 06/12] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v12 07/12] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v12 08/12] block: rename bio_map_put to blk_mq_map_bio_put
    ` [PATCH for-next v12 09/12] block: factor out blk_rq_map_bio_alloc helper
    ` [PATCH for-next v12 10/12] block: extend functionality to map bvec iterator
    ` [PATCH for-next v12 11/12] nvme: pass ubuffer as an integer
    ` [PATCH for-next v12 12/12] nvme: wire up fixed buffer support for nvme passthrough

[syzbot] inconsistent lock state in kmem_cache_alloc
 2022-09-30 13:51 UTC  (4+ messages)

[GIT PULL] io_uring fixes for 6.0-final
 2022-09-30 13:43 UTC 

ublk-qcow2: ublk-qcow2 is available
 2022-09-30  9:24 UTC 

[PATCH for-next v11 00/13] Fixed-buffer for uring-cmd/passthru
 2022-09-30  1:26 UTC  (21+ messages)
    ` [PATCH for-next v11 01/13] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v11 02/13] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v11 03/13] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v11 04/13] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v11 05/13] block: rename bio_map_put to blk_mq_map_bio_put
    ` [PATCH for-next v11 06/13] block: factor out blk_rq_map_bio_alloc helper
    ` [PATCH for-next v11 07/13] block: add blk_rq_map_user_bvec
    ` [PATCH for-next v11 08/13] block: extend functionality to map bvec iterator
    ` [PATCH for-next v11 09/13] nvme: pass ubuffer as an integer
    ` [PATCH for-next v11 10/13] nvme: wire up fixed buffer support for nvme passthrough
    ` [PATCH for-next v11 11/13] block: add blk_rq_map_user_io
    ` [PATCH for-next v11 12/13] scsi: Use blk_rq_map_user_io helper
    ` [PATCH for-next v11 13/13] nvme: "

[PATCH for-next 0/2] net fixes
 2022-09-29 23:47 UTC  (4+ messages)
` [PATCH for-next 1/2] io_uring/net: don't update msg_name if not provided
` [PATCH for-next 2/2] io_uring/net: fix notif cqe reordering

[PATCH] io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
 2022-09-29 21:33 UTC 

[PATCH] io_uring/rw: defer fsnotify calls to task context
 2022-09-29 17:00 UTC 

[PATCH 1/1] io_uring/net: fix fast_iov assignment in io_setup_async_msg()
 2022-09-29 13:13 UTC  (3+ messages)

[PATCH liburing 0/4] add more net tests
 2022-09-29 12:54 UTC  (6+ messages)
` [PATCH liburing 1/4] tests: improve zc cflags handling
` [PATCH liburing 2/4] tests/zc: pass params in a struct
` [PATCH liburing 3/4] tests: add non-zc tests in send-zerocopy.c
` [PATCH liburing 4/4] tests: add tests for retries with long iovec

[PATCH for-next v10 0/7] Fixed-buffer for uring-cmd/passthru
 2022-09-29 11:36 UTC  (23+ messages)
    ` [PATCH for-next v10 1/7] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v10 2/7] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v10 3/7] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v10 4/7] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v10 5/7] block: factor out bio_map_get helper
    ` [PATCH for-next v10 6/7] block: extend functionality to map bvec iterator
    ` [PATCH for-next v10 7/7] nvme: wire up fixed buffer support for nvme passthrough

[PATCH for-next 1/1] io_uring/net: fix non-zc send with address
 2022-09-29  1:29 UTC  (2+ messages)

[PATCH] io_uring/poll: disable level triggered poll
 2022-09-29  1:28 UTC  (3+ messages)

[PATCH net-next v4 00/27] io_uring zerocopy send
 2022-09-28 20:11 UTC  (11+ messages)

[PATCH for-6.1] io_uring/net: don't skip notifs for failed requests
 2022-09-28 18:58 UTC  (5+ messages)

IORING_POLL_ADD_LEVEL doesn't provide level triggered poll
 2022-09-28 15:52 UTC  (2+ messages)

[PATCH liburing 1/1] liburing: add more zc helpers
 2022-09-28 13:53 UTC  (2+ messages)

Chaining accept+read
 2022-09-28 13:49 UTC  (5+ messages)

[PATCH liburing 1/1] tests: a small fix for zc tests
 2022-09-27 17:54 UTC  (2+ messages)

[PATCH for-next v8 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-27 16:57 UTC  (13+ messages)
    ` [PATCH for-next v8 4/5] block: add helper to map bvec iterator for passthrough
    ` [PATCH for-next v8 3/5] nvme: refactor nvme_alloc_user_request
    ` [PATCH for-next v8 5/5] nvme: wire up fixed buffer support for nvme passthrough

[PATCH for-next v7 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-27 16:47 UTC  (9+ messages)
  ` [PATCH for-next v7 4/5] block: add helper to map bvec iterator for passthrough

[PATCH liburing v2 0/3] 6.0 updates
 2022-09-27 14:15 UTC  (7+ messages)
` [PATCH liburing v2 1/3] handle single issuer task registration at ring creation
` [PATCH liburing v2 2/3] update documentation to reflect no 5.20 kernel
` [PATCH liburing v2 3/3] give open-direct-pick.c a unique path

[PATCH v5 0/3] implement direct IO with integrity
 2022-09-27  7:47 UTC  (3+ messages)
` [PATCH v5 1/3] block: bio-integrity: add PI iovec to bio

[PATCH for-next 0/2] rw link fixes
 2022-09-27  0:45 UTC  (5+ messages)
` [PATCH for-next 1/2] io_uring/rw: fix unexpected link breakage
` [PATCH for-next 2/2] io_uring/rw: don't lose short results on io_setup_async_rw()

[PATCH for-next v2 0/2] rw link fixes
 2022-09-27  0:44 UTC  (4+ messages)
` [PATCH for-next v2 1/2] io_uring/rw: fix unexpected link breakage
` [PATCH for-next v2 2/2] io_uring/rw: don't lose short results on io_setup_async_rw()

[PATCH for-next 1/1] io_uring: limit registration w/ SINGLE_ISSUER
 2022-09-27  0:43 UTC  (2+ messages)

[PATCH v2 0/3] io_uring: register single issuer task at creation
 2022-09-26 20:58 UTC  (9+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] io_uring: simplify __io_uring_add_tctx_node
` [PATCH v2 3/3] io_uring: remove io_register_submitter

[PATCH liburing 0/2] 6.0 updates
 2022-09-26 17:18 UTC  (4+ messages)
` [PATCH liburing 1/2] handle single issuer task registration at ring creation
` [PATCH liburing 2/2] update documentation to reflect no 5.20 kernel

[PATCH for-next v9 0/7] fixed-buffer for uring-cmd/passthru
 2022-09-26 14:54 UTC  (9+ messages)
    ` [PATCH for-next v9 1/7] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v9 2/7] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v9 3/7] nvme: refactor nvme_add_user_metadata
    ` [PATCH for-next v9 4/7] nvme: refactor nvme_alloc_request
    ` [PATCH for-next v9 5/7] block: factor out bio_map_get helper
    ` [PATCH for-next v9 6/7] block: introduce helper to map bvec iterator
    ` [PATCH for-next v9 7/7] nvme: wire up fixed buffer support for nvme passthrough

[syzbot] KASAN: invalid-free in io_clean_op
 2022-09-26 14:40 UTC  (6+ messages)

[PATCH 0/3] io_uring: register single issuer task at creation
 2022-09-26 14:37 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] io_uring: simplify __io_uring_add_tctx_node
` [PATCH 3/3] io_uring: remove io_register_submitter

[PATCH for-next 1/1] io_uring/net: fix cleanup double free free_iov init
 2022-09-26 14:37 UTC  (2+ messages)

[PATCH for-next] tests: test async_data double-free with sendzc
 2022-09-26 14:34 UTC  (3+ messages)

[PATCH v3 00/12] io-uring/btrfs: support async buffered writes
 2022-09-26 10:55 UTC  (4+ messages)
` [PATCH v3 02/12] btrfs: implement a nowait option for tree searches

[PATCH] io_uring: Support calling io_uring_register with a registered ring fd
 2022-09-25 16:44 UTC 

Memory ordering description in io_uring.pdf
 2022-09-25 12:03 UTC  (4+ messages)

[GIT PULL] io_uring fix for 6.0-rc7
 2022-09-24 15:32 UTC  (2+ messages)

[PATCH] io_uring: ensure that cached task references are always put on exit
 2022-09-24  0:52 UTC 

[PATCH for-next] io_uring: fix CQE reordering
 2022-09-23 21:05 UTC  (9+ messages)

[PATCH liburing] test invalid sendmsg and recvmsg
 2022-09-23 21:01 UTC  (2+ messages)

[PATCH for-next v2] io_uring/net: fix UAF in io_sendrecv_fail()
 2022-09-23 21:01 UTC  (2+ messages)

[PATCH for-next 1/1] selftest/net: adjust io_uring sendzc notif handling
 2022-09-23 21:01 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Write in io_sendrecv_fail
 2022-09-23 16:41 UTC  (2+ messages)

[PATCH for-next 1/1] io_uring/net: fix UAF in io_sendrecv_fail()
 2022-09-23 14:31 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).