public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-07-26 19:16:22 to 2023-08-08 10:43:52 UTC [more...]

[PATCH V3 0/14] blk-mq: fix wrong queue mapping for kdump kernel
 2023-08-08 10:42 UTC  (14+ messages)
` [PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V3 02/14] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
` [PATCH V3 03/14] ublk: limit max allowed nr_hw_queues
` [PATCH V3 05/14] scsi: core: add helper of scsi_max_nr_hw_queues()
` [PATCH V3 06/14] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors
` [PATCH V3 07/14] scsi: mpi3mr: take blk_mq_max_nr_hw_queues() into account for calculating "
` [PATCH V3 08/14] scsi: megaraid: "
` [PATCH V3 09/14] scsi: mpt3sas: "
` [PATCH V3 10/14] scsi: pm8001: "
` [PATCH V3 11/14] scsi: hisi: "
` [PATCH V3 12/14] scsi: ufs: limit max allowed nr_hw_queues
` [PATCH V3 13/14] scsi: storvsc: "
` [PATCH V3 14/14] blk-mq: add helpers for treating kdump kernel

[PATCH libnvme v3 0/2] Do not pass disable_sqflow if not supported
 2023-08-08  9:15 UTC  (3+ messages)
` [PATCH libnvme v3 1/2] fabrics: Read the supported options lazy
` [PATCH libnvme v3 2/2] fabrics: Do not pass disable_sqflow if not supported

[PATCH libnvme v2 0/2] Do not pass disable_sqflow if not supported
 2023-08-08  9:09 UTC  (5+ messages)
` [PATCH libnvme v2 1/2] fabrics: Read the supported options lazy
` [PATCH libnvme v2 2/2] fabrics: Do not pass disable_sqflow if not supported

[PATCHv5 00/14] nvme: In-kernel TLS support for TCP
 2023-08-08  9:05 UTC  (42+ messages)
` [PATCH 01/14] nvme-keyring: register '.nvme' keyring
` [PATCH 02/14] nvme-keyring: define a 'psk' keytype
` [PATCH 03/14] nvme: add TCP TSAS definitions
` [PATCH 04/14] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/14] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/14] security/keys: export key_lookup()
` [PATCH 07/14] nvme/tcp: allocate socket file
` [PATCH 08/14] nvme-tcp: enable TLS handshake upcall
` [PATCH 09/14] nvme-tcp: control message handling for recvmsg()
` [PATCH 10/14] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 11/14] nvmet: make TCP sectype settable via configfs
` [PATCH 12/14] nvmet-tcp: allocate socket file
` [PATCH 13/14] nvmet-tcp: enable TLS handshake upcall
` [PATCH 14/14] nvmet-tcp: control messages for recvmsg()

[bug report] blktests nvme/047 failed due to /dev/nvme0n1 not created in time
 2023-08-08  8:46 UTC  (3+ messages)

[PATCH v2] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
 2023-08-07 15:13 UTC  (3+ messages)

Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset"
 2023-08-07 10:30 UTC  (2+ messages)

[PATCH nvme-cli v2] fabrics: Use corresponding hostid when hostnqn is generated
 2023-08-07  9:15 UTC  (2+ messages)

[PATCHv2] net/tls: avoid TCP window full during ->read_sock()
 2023-08-07  8:54 UTC  (2+ messages)

[PATCH] net/tls: avoid TCP window full during ->read_sock()
 2023-08-07  7:08 UTC  (3+ messages)

[PATCH] nvme-pci: do not set the NUMA node of device if it has none
 2023-08-04 15:19 UTC  (12+ messages)

[GIT PULL] nvme fixes for Linux 6.5
 2023-08-04  2:04 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 5/5] nvme: add BOGUS_NID quirk for Samsung SM953
 2023-08-03 13:03 UTC 

[PATCH AUTOSEL 6.4 7/7] nvme: add BOGUS_NID quirk for Samsung SM953
 2023-08-03 13:03 UTC 

[PATCH V6 0/1] nvme: allow passthru cmd error logging
 2023-08-02 17:14 UTC  (5+ messages)
` [PATCH V6 1/1] "

[PATCH 0/3] nvme-core: restructure nvme_init_ctrl()
 2023-08-02 12:27 UTC  (5+ messages)
` [PATCH 1/3] nvme-core: init auth ctrl early
` [PATCH 2/3] nvme-core: init fault injection & mpath "
` [PATCH 3/3] nvme-core: init power qoe ops early

[linux-nvme:nvme-6.5] BUILD SUCCESS 688b419c57c13637d95d7879e165fff3dec581eb
 2023-08-02  9:17 UTC 

[PATCH v13 0/9] Implement copy offload support
 2023-08-02  6:31 UTC  (8+ messages)
  ` [PATCH v13 2/9] block: Add copy offload support infrastructure
  ` [PATCH v13 3/9] block: add emulation for copy

[PATCH] nvme: Don't fail to resume if NSIDs change
 2023-08-01 20:34 UTC  (12+ messages)

[PATCH v2] nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
 2023-08-01 13:41 UTC  (2+ messages)

[PATCH] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
 2023-08-01 13:07 UTC  (6+ messages)

[PATCH] nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
 2023-08-01  8:19 UTC  (8+ messages)

[PATCH v12 00/26] nvme-tcp receive offloads
 2023-08-01  2:25 UTC  (3+ messages)
` [PATCH v12 07/26] nvme-tcp: Add DDP offload control path

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

Not possible to have PI at the end of metadata
 2023-07-31 17:22 UTC 

[PATCH v2 1/2] nvme-auth: unlock mutex in one place only
 2023-07-31 16:38 UTC  (4+ messages)
` [PATCH v2 2/2] nvme-auth: set explanation code for failure2 msgs

[PATCH] nvme: zns: limit max_zone_append by max_segments
 2023-07-31 14:33 UTC  (13+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

Not possible to have PI at the end of metadata
 2023-07-31 10:52 UTC 

[PATCH] nvme-rdma: do not try to stop unallocated queues
 2023-07-31 10:37 UTC 

W sprawie samochodu
 2023-07-31  8:35 UTC 

[PATCH V2 0/9] blk-mq: fix wrong queue mapping for kdump kernel
 2023-07-31  7:14 UTC  (19+ messages)
` [PATCH V2 1/9] blk-mq: add blk_mq_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 libnvme] fabrics: don't pass sqflow_disable if the kernel does not support the option
 2023-07-28  9:39 UTC  (4+ messages)
` [PATH libnvme v1 1/2] fabrics: Shorten/rename supported option function/vars names

[PATCH blktests v1 00/11] Switch to allowed_host
 2023-07-28  8:59 UTC  (18+ messages)
` [PATCH blktests v1 01/11] nvme/{003,004,005,013,046,049}: Group all variables declarations
` [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 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  (5+ messages)
` [PATCH 2/6] net/tls: handle MSG_EOR for tls_device TX flow
` [PATCH 5/6] net/tls: split tls_rx_reader_lock
` [PATCH 6/6] net/tls: implement ->read_sock()

[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  (4+ messages)


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