linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-20 09:43:59 to 2022-09-23 17:37:49 UTC [more...]

[PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-09-23 17:36 UTC  (7+ messages)
    ` [PATCH v15 02/13] block: rearrange bdev_{is_zoned,zone_sectors,get_queue} helper in blkdev.h
    ` [PATCH v15 03/13] block: allow blk-zoned devices to have non-power-of-2 zone size
    ` [PATCH v15 04/13] nvmet: Allow ZNS target to support non-power_of_2 zone sizes
    ` [PATCH v15 05/13] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
    ` [PATCH v15 06/13] null_blk: allow zoned devices with non power-of-2 zone sizes
    ` [PATCH v15 08/13] dm-zoned: ensure only power of 2 zone sizes are allowed

[PATCH] nvme-auth: add a MAINTAINERS entry
 2022-09-23 17:35 UTC  (3+ messages)

[bug report] workqueue: WQ_MEM_RECLAIM nvmet-wq:nvmet_rdma_release_queue_work [nvmet_rdma] is flushing !WQ_MEM_RECLAIM events:nvmet_keep_alive_timer [nvmet]
 2022-09-23 17:34 UTC  (2+ messages)

[PATCH v14 00/13] support zoned block devices with non-power-of-2 zone sizes
 2022-09-23 16:19 UTC  (12+ messages)
    ` [PATCH v14 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 "
  ` Please further explain Linux's "zoned storage" roadmap [was: Re: [PATCH v14 00/13] support zoned block devices with non-power-of-2 zone sizes]

[PATCH for-next v8 0/5] fixed-buffer for uring-cmd/passthru
 2022-09-23 15:40 UTC  (10+ messages)
    ` [PATCH for-next v8 1/5] io_uring: add io_uring_cmd_import_fixed
    ` [PATCH for-next v8 2/5] io_uring: introduce fixed buffer support for io_uring_cmd
    ` [PATCH for-next v8 3/5] nvme: refactor nvme_alloc_user_request
    ` [PATCH for-next v8 4/5] block: add helper to map bvec iterator for passthrough
    ` [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-23 15:29 UTC  (9+ messages)
  ` [PATCH for-next v7 3/5] nvme: refactor nvme_alloc_user_request
  ` [PATCH for-next v7 4/5] block: add helper to map bvec iterator for passthrough

[PATCH v10 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-23 15:25 UTC  (15+ messages)
` [PATCH v10 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v10 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v10 3/8] block: add check when merging zone device pages
` [PATCH v10 4/8] lib/scatterlist: "
` [PATCH v10 5/8] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v10 6/8] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v10 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v10 8/8] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCHSET 0/5] Enable alloc caching and batched freeing for passthrough
 2022-09-23 15:22 UTC  (13+ messages)
` [PATCH 1/5] block: enable batched allocation for blk_mq_alloc_request()
` [PATCH 2/5] block: change request end_io handler to pass back a return value
` [PATCH 3/5] block: allow end_io based requests in the completion batch handling
` [PATCH 4/5] nvme: split out metadata vs non metadata end_io uring_cmd completions
` [PATCH 5/5] nvme: enable batched completions of passthrough IO

nvme-pci: disable write zeros support on SSDs
 2022-09-23  6:16 UTC  (8+ messages)

[PATCH 1/1] nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
 2022-09-23  4:49 UTC 

consolidate tagset / misc request_queue allocation
 2022-09-22 22:56 UTC  (47+ messages)
` [PATCH 01/13] nvme: add common helpers to allocate and free tagsets
` [PATCH 02/13] nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
` [PATCH 03/13] nvme-tcp: store the generic nvme_ctrl in set->driver_data
` [PATCH 04/13] nvme-tcp: use the tagset alloc/free helpers
` [PATCH 05/13] nvme-rdma: store the generic nvme_ctrl in set->driver_data
` [PATCH 06/13] nvme-rdma: use the tagset alloc/free helpers
` [PATCH 07/13] nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
` [PATCH 08/13] nvme-fc: store the generic nvme_ctrl in set->driver_data
` [PATCH 09/13] nvme-fc: use the tagset alloc/free helpers
` [PATCH 10/13] nvme-loop: initialize sqsize later
` [PATCH 11/13] nvme-loop: store the generic nvme_ctrl in set->driver_data
` [PATCH 12/13] nvme-loop: use the tagset alloc/free helpers
` [PATCH 13/13] nvme: remove nvme_ctrl_init_connect_q

[linux-nvme:nvme-6.1] BUILD SUCCESS ed37c779b715b13fa51f9d6c465744cb2b979998
 2022-09-22 18:23 UTC 

[PATCH] nvme-pci: Set min align mask before calculating max_hw_sectors
 2022-09-22 18:06 UTC  (4+ messages)

nvme smart-log intermittently corrupt from family of SSDs
 2022-09-22 15:43 UTC  (2+ messages)

[PATCH v2 0/2] Fix missing AENs when discovery controllers are disconnected
 2022-09-22 15:25 UTC  (14+ messages)
` [PATCH v2 1/2] nvme: enumerate controller flags
` [PATCH v2 2/2] nvme: send a rediscover uevent when a persistent discovery controller reconnects
` [PATCH v2 3/2 nvme-cli] fabrics: re-read the discovery log page when a discovery controller reconnected

[PATCH] nvme: ensure subsystem reset is single threaded
 2022-09-22 15:13 UTC 

[PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
 2022-09-22 14:58 UTC  (12+ messages)

[PATCHv2] nvme: restrict management ioctls to admin
 2022-09-22 14:54 UTC 

[PATCH] nvmet-tcp: remove nvmet_tcp_finish_cmd
 2022-09-22 14:25 UTC  (3+ messages)

[PATCH] nvme: don't wait freeze during resetting
 2022-09-22 14:22 UTC  (7+ messages)

[PATCH] blk-mq: avoid to hang in the cpuhp offline handler
 2022-09-22  9:13 UTC  (5+ messages)

[RFC PATCH] nvme: request remote is usually not involved for nvme devices
 2022-09-22  8:27 UTC  (10+ messages)
      ` [RFC PATCH] blk-mq: hctx has only one ctx mapping is no need to redirect the completion
          ` [RFC PATCH v2] "

[RFC 0/2] nvme command whitelisting
 2022-09-22  7:17 UTC  (9+ messages)
  ` [RFC 1/2] nvme: add whitelisting infrastructure

nvme fabrics authentication fixups
 2022-09-21  9:24 UTC  (11+ messages)
` [PATCH 1/3] nvmet-auth: don't try to cancel a non-initialized work_struct
` [PATCH 2/3] nvme: improve the NVME_CONNECT_AUTHREQ* definitions
` [PATCH 3/3] nvmet: add helpers to set the result field for connect commands

"nvme nvmeX: IO queues not created" with "Amazon.com, Inc. NVMe SSD Controller" from 5.19.y (issue bisected)
 2022-09-21 10:03 UTC  (10+ messages)
` "nvme nvmeX: IO queues not created" with "Amazon.com, Inc. NVMe SSD Controller" from 5.19.y (issue bisected) #forregzbot

[RESEND for nvme-6.1] nvmet-tcp: Fix NULL pointer dereference during release
 2022-09-21  8:20 UTC  (4+ messages)
  `  "

[PATCHv2] nvme: handle effects after freeing the request
 2022-09-21  8:19 UTC  (3+ messages)

[PATCH v2 RESEND] nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
 2022-09-21  8:09 UTC  (2+ messages)

[PATCH RESEND] nvmet-tcp: add bound check on Transfer Tag
 2022-09-21  8:07 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-09-21  8:00 UTC 

[PATCH] nvme: copy firmware_rev on each init
 2022-09-21  1:48 UTC  (2+ messages)

[PATCH] nvme-pci: Make sure to ring doorbell when last request is short-circuited
 2022-09-20 16:06 UTC  (3+ messages)

[PATCH] nvmet-fc: Fix potential Use-after-free bug in nvmet_fc_delete_target_queue()
 2022-09-20 15:53 UTC  (5+ messages)
`  "
    ` Re:Re: [PATCH] "

[GIT PULL] first round of nvme updates for Linux 6.1
 2022-09-20 13:50 UTC  (2+ messages)

[PATCH v4 0/1] nvmet-tcp: Fix NULL pointer dereference during release
 2022-09-20 11:29 UTC  (3+ messages)
` [PATCH v4 1/1] "


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