linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 10:50:54 to 2023-07-28 08:10:18 UTC [more...]

[PATCH blktests v1 00/11] Switch to allowed_host
 2023-07-28  8:10 UTC  (20+ messages)
` [PATCH blktests v1 01/11] nvme/{003,004,005,013,046,049}: Group all variables declarations
` [PATCH blktests v1 02/11] nvme: Reorganize test preamble code section
` [PATCH blktests v1 03/11] nvme/rc: Add common subsystem nqn define
` [PATCH blktests v1 04/11] nvme: Use def_subsysnqn variable instead local variable
` [PATCH blktests v1 05/11] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid
` [PATCH blktests v1 06/11] nvme/rc: Add common file_path name define
` [PATCH blktests v1 07/11] nvme: Use def_file_path variable instead local variable
` [PATCH blktests v1 08/11] nvme/rc: Add common def_subsys_uuid define
` [PATCH blktests v1 09/11] nvme: Use def_subsys_uuid variable
` [PATCH blktests v1 10/11] nvme/rc: Add helper for adding/removing to allow list
` [PATCH blktests v1 11/11] nvme: Add explicitly host to allow_host list

[PATCHv9 0/6] net/tls: fixes for NVMe-over-TLS
 2023-07-28  3:30 UTC  (8+ messages)
` [PATCH 1/6] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device "
` [PATCH 3/6] selftests/net/tls: add test for MSG_EOR
` [PATCH 4/6] net/tls: Use tcp_read_sock() instead of ops->read_sock()
` [PATCH 5/6] net/tls: split tls_rx_reader_lock
` [PATCH 6/6] net/tls: implement ->read_sock()

[PATCH V2 0/9] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-27 16:56 UTC  (24+ messages)
` [PATCH V2 1/9] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V2 2/9] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
` [PATCH V2 3/9] scsi: core: add helper of scsi_max_nr_hw_queues()
` [PATCH V2 4/9] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors
` [PATCH V2 5/9] scsi: hisi: take blk_mq_max_nr_hw_queues() into account for calculating "
` [PATCH V2 6/9] scsi: mpi3mr: "
` [PATCH V2 7/9] scsi: megaraid: "
` [PATCH V2 8/9] scsi: mpt3sas: "
` [PATCH V2 9/9] scsi: pm8001: "

[PATCH] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
 2023-07-27 15:07 UTC 

[PATCH] nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
 2023-07-27 15:05 UTC 

[PATCH 1/2] nvme-auth: unlock mutex in one place only
 2023-07-27 13:47 UTC  (2+ messages)
` [PATCH 2/2] nvme-auth: set explanation code for failure2 msgs

[PATCH v13 0/9] Implement copy offload support
 2023-07-27 10:29 UTC  (14+ messages)
  ` [PATCH v13 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure
  ` [PATCH v13 3/9] block: add emulation for copy
  ` [PATCH v13 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v13 5/9] nvme: add copy offload support

[PATCH] nvme-pci: add quirk to disable APST feature for BIWIN AP443 256GB SSD
 2023-07-27 10:19 UTC 

stack smashing detected with 'nvme sanitize-log /dev/nvme0'
 2023-07-27  7:23 UTC  (5+ messages)

[PATCH] nvme-pci: do not set the NUMA node of device if it has none
 2023-07-26 22:25 UTC  (8+ messages)

[PATCH RFC] nvmet-tcp: add new workqueue to surpress lockdep warning
 2023-07-26 14:29 UTC 

[PATCH RFC 0/2] nvme-multipath: additional iopolicies
 2023-07-26 13:32 UTC  (5+ messages)
` [PATCH 1/2] nvme-multipath: add "
` [PATCH 2/2] nvme-multipath: add 'latency' iopolicy

[PATCH v1 0/2] Remove CONFIG_NVME_MULTIPATH option
 2023-07-26 13:11 UTC  (13+ messages)
` [PATCH v1 1/2] nvme: drop multipath config option
` [PATCH v1 2/2] nvme: remove warning for shared ns when multipath=N

Performance Regression due to ASPM disable patch
 2023-07-25 13:43 UTC  (5+ messages)

[PATCH libnvme] fabrics: don't pass sqflow_disable if the kernel does not support the option
 2023-07-25 10:55 UTC  (10+ messages)
          ` [PATH libnvme v1 1/2] fabrics: Shorten/rename supported option function/vars names
            ` [PATH libnvme v1 2/2] fabrics: Do not pass disable_sqflow if not supported

[PATCHv8 0/6] net/tls: fixes for NVMe-over-TLS
 2023-07-25  6:55 UTC  (16+ messages)
` [PATCH 1/6] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device "
` [PATCH 3/6] selftests/net/tls: add test for MSG_EOR
` [PATCH 4/6] net/tls: Use tcp_read_sock() instead of ops->read_sock()
` [PATCH 5/6] net/tls: split tls_rx_reader_lock
` [PATCH 6/6] net/tls: implement ->read_sock()

[PATCH rfc 0/6] support traddr as dns names for ip based transports
 2023-07-24  9:20 UTC  (8+ messages)
` [PATCH rfc 1/6] nvme-fabrics: add helper to resolve ipv4/ipv6 or dns name
` [PATCH rfc 2/6] nvme-tcp: use nvmf_resolve_address helper
` [PATCH rfc 3/6] nvme-tcp: re-resolve traddr upon reconnect in case it is a dns name
` [PATCH rfc 4/6] nvme-rdma: use nvmf_resolve_address helper
` [PATCH rfc 5/6] nvme-rdma: re-resolve traddr upon reconnect in case it is a dns name
` [PATCH rfc 6/6] nvme-fabrics: expose support for traddr as dns names to userspace
` [PATCH rfc libnvme 7/6] fabrics: pass traddr dns name if the kernel supports it

[PATCH] nvme-pci: add NVME_QUIRK_DELAY_BEFORE_CHK_RDY for MAXIO MAP1602
 2023-07-22 14:42 UTC  (3+ messages)

[linux-nvme:nvme-6.5] BUILD SUCCESS 29b434d1e49252b3ad56ad3197e47fafff5356a1
 2023-07-22  2:14 UTC 

[RESENT PATCHv7 0/6] net/tls: fixes for NVMe-over-TLS
 2023-07-21 14:50 UTC  (15+ messages)
` [PATCH 1/6] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device "
` [PATCH 3/6] selftests/net/tls: add test for MSG_EOR
` [PATCH 4/6] net/tls: Use tcp_read_sock() instead of ops->read_sock()
` [PATCH 5/6] net/tls: split tls_rx_reader_lock
` [PATCH 6/6] net/tls: implement ->read_sock()

[PATCH 0/8] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-21  8:48 UTC  (4+ messages)
` [PATCH 3/8] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors

Failed to enable trace event: nvme:*
 2023-07-21  8:03 UTC  (2+ messages)

[PATCH 0/3] nvme fabircs: fix io hang in error recovery vs. removal
 2023-07-21  7:59 UTC  (6+ messages)
` [PATCH V2 2/3] nvme-tcp: fix potential unbalanced freeze & unfreeze
` [PATCH V2 3/3] nvme-rdma: "

nvme-tls and TCP window full
 2023-07-19 11:54 UTC  (11+ messages)

[PATCHv7 0/6] net/tls: fixes for NVMe-over-TLS
 2023-07-19 11:35 UTC  (8+ messages)
` [PATCH 1/6] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device "
` [PATCH 3/6] selftests/net/tls: add test for MSG_EOR
` [PATCH 4/6] net/tls: Use tcp_read_sock() instead of ops->read_sock()
` [PATCH 5/6] net/tls: split tls_rx_reader_lock
` [PATCH 6/6] net/tls: implement ->read_sock()

[bug report] Unable to handle kernel paging request observed during blktest nvme/047
 2023-07-18 16:02 UTC  (2+ messages)

[PATCH v12 00/26] nvme-tcp receive offloads
 2023-07-17  9:48 UTC  (10+ messages)
` [PATCH v12 03/26] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v12 04/26] Documentation: document netlink ULP_DDP_GET/SET messages
` [PATCH v12 13/26] Documentation: add ULP DDP offload documentation

[PATCH] nvme-pci: add NVME_QUIRK_DELAY_BEFORE_CHK_RDY for MAXIO MAP1602
 2023-07-17  8:03 UTC 

[PATCH] nvme-pci: Add quirk for Samsung PM9B1 256G and 512G SSD
 2023-07-17  8:01 UTC  (3+ messages)

Fwd: Need NVME QUIRK BOGUS for SAMSUNG MZ1WV480HCGL-000MV (Samsung SM-953 Datacenter SSD)
 2023-07-16 19:19 UTC  (15+ messages)

[PATCH] nvme: fix dma direction macro in dma_unmap_page
 2023-07-14 19:56 UTC  (2+ messages)

[PATCH] nvme-pci: add NVME_QUIRK_DELAY_BEFORE_CHK_RDY for MAXIO MAP1602
 2023-07-14 13:13 UTC 

blktests failures with v6.5-rc1
 2023-07-14  5:41 UTC 

[linux-nvme:nvme-6.5] BUILD SUCCESS b8f6446b6853768cb99e7c201bddce69ca60c15e
 2023-07-14  4:05 UTC 

[PATCH v2 0/5] nvme-fc: Fix blktests hangers
 2023-07-13 20:35 UTC  (5+ messages)
` [PATCH v2 4/5] nvme-fc: Make initial connect attempt synchronous

[GIT PULL] nvme fixes for Linux 6.5
 2023-07-13 20:31 UTC  (2+ messages)

[PATCH] nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices
 2023-07-13 15:20 UTC  (5+ messages)

[PATCH] nvme-pci: fix DMA direction of unmapping integrity data
 2023-07-13 15:19 UTC  (3+ messages)

[PATCH blktests v1 2/3] nvme/rc: Avoid triggering host nvme-cli autoconnect
 2023-07-13 10:50 UTC  (12+ 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).