Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-28 09:25:53 to 2024-05-08 11:31:24 UTC [more...]

[PATCHv4 00/19] nvme: implement secure concatenation
 2024-05-08 10:23 UTC  (20+ messages)
` [PATCH 01/19] nvme-keyring: restrict match length for version '1' identifiers
` [PATCH 02/19] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 03/19] nvme: add nvme_auth_generate_psk()
` [PATCH 04/19] nvme: add nvme_auth_generate_digest()
` [PATCH 05/19] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 06/19] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 07/19] nvme-tcp: sanitize TLS key handling
` [PATCH 08/19] nvme-tcp: check for invalidated or revoked key
` [PATCH 09/19] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 10/19] nvme-sysfs: add 'tls_configured_key' "
` [PATCH 11/19] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 12/19] nvme-tcp: request secure channel concatenation
` [PATCH 13/19] nvme-fabrics: reset connection for secure concatenation
` [PATCH 14/19] nvme-tcp: reset after recovery "
` [PATCH 15/19] nvme-tcp: do not start queues when TLS is not enabled "
` [PATCH 16/19] nvmet-auth: allow to clear DH-HMAC-CHAP keys
` [PATCH 17/19] nvme-target: do not check authentication status for admin commands twice
` [PATCH 18/19] nvme-target: do not check authentication status for I/O "
` [PATCH 19/19] nvmet-tcp: support secure channel concatenation

[LSF/MM/BPF TOPIC] nvme-of connect retries
 2024-05-08  9:52 UTC 

[PATCHv3 00/17] nvme: implement secure concatenation
 2024-05-08  9:21 UTC  (8+ messages)
` [PATCH 12/17] nvme-fabrics: reset connection for "

[PATCH v2] nvmet-rdma: fix possible bad dereference when freeing rsps
 2024-05-08  7:53 UTC 

[PATCH] nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
 2024-05-08  7:48 UTC  (2+ messages)

[bug report] nvmet: implement unique discovery NQN
 2024-05-08  7:39 UTC 

[PATCH] nvmet-rdma: fix possible bad dereference when freeing rsps
 2024-05-08  7:06 UTC 

[PATCH AUTOSEL 5.4 6/6] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:14 UTC 

[PATCH AUTOSEL 5.10 9/9] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:14 UTC 

[PATCH AUTOSEL 5.15 14/15] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:13 UTC 

[PATCH AUTOSEL 6.1 20/25] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:12 UTC  (5+ messages)
` [PATCH AUTOSEL 6.1 21/25] nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
` [PATCH AUTOSEL 6.1 22/25] nvmet-auth: replace pr_debug() with pr_err() to report an error
` [PATCH AUTOSEL 6.1 23/25] nvmet-tcp: fix possible memory leak when tearing down a controller
` [PATCH AUTOSEL 6.1 24/25] nvmet: fix nvme status code when namespace is disabled

[PATCH AUTOSEL 6.6 37/43] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:10 UTC  (6+ messages)
` [PATCH AUTOSEL 6.6 38/43] nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
` [PATCH AUTOSEL 6.6 39/43] nvmet-auth: replace pr_debug() with pr_err() to report an error
` [PATCH AUTOSEL 6.6 40/43] nvme: cancel pending I/O if nvme controller is in terminal state
` [PATCH AUTOSEL 6.6 41/43] nvmet-tcp: fix possible memory leak when tearing down a controller
` [PATCH AUTOSEL 6.6 42/43] nvmet: fix nvme status code when namespace is disabled

[PATCH AUTOSEL 6.8 45/52] nvme: find numa distance only if controller has valid numa id
 2024-05-07 23:07 UTC  (7+ messages)
` [PATCH AUTOSEL 6.8 46/52] nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
` [PATCH AUTOSEL 6.8 47/52] nvmet-auth: replace pr_debug() with pr_err() to report an error
` [PATCH AUTOSEL 6.8 48/52] nvme: cancel pending I/O if nvme controller is in terminal state
` [PATCH AUTOSEL 6.8 49/52] nvmet-tcp: fix possible memory leak when tearing down a controller
` [PATCH AUTOSEL 6.8 50/52] nvmet: fix nvme status code when namespace is disabled
` [PATCH AUTOSEL 6.8 51/52] nvme-tcp: strict pdu pacing to avoid send stalls on TLS

[PATCH v2] nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
 2024-05-07 15:54 UTC  (2+ messages)

[PATCH v2] nvmet-rdma: Avoid o(n^2) loop in delete_ctrl
 2024-05-07 15:08 UTC  (3+ messages)

[PATCH v2] nvmet: make nvmet_wq unbound
 2024-05-07 15:07 UTC  (3+ messages)

[PATCH] nvme-pci: Add quirk for broken MSIs
 2024-05-07 15:02 UTC  (6+ messages)

[PATCH] nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callers
 2024-05-07 15:02 UTC  (2+ messages)

nvme-cli : attaching a namespace to an undiscovered nvme controller on multi-controller nvme disk
 2024-05-07 11:44 UTC  (3+ messages)

[PATCH blktests v4 00/17] support test case repeat by different conditions
 2024-05-06 14:53 UTC  (22+ messages)
` [PATCH blktests v4 01/17] check: factor out _run_test()
` [PATCH blktests v4 02/17] check: support test case repeat by different conditions
` [PATCH blktests v4 03/17] check: use set_conditions() for the CAN_BE_ZONED test cases
` [PATCH blktests v4 04/17] meta/{016,017}: add test cases to check repeated test case runs
` [PATCH blktests v4 05/17] common/rc: introduce _set_combined_conditions
` [PATCH blktests v4 06/17] meta/{018,019}: add test cases to check _set_combined_conditions
` [PATCH blktests v4 07/17] common/rc: introduce _check_conflict_and_set_default()
` [PATCH blktests v4 08/17] nvme/rc: introduce NVMET_TRTYPES
` [PATCH blktests v4 09/17] nvme/rc: add blkdev type environment variable
` [PATCH blktests v4 10/17] nvme/rc: introduce NVMET_BLKDEV_TYPES
` [PATCH blktests v4 11/17] nvme/{002-031,033-038,040-045,047,048}: support NMVET_TRTYPES
` [PATCH blktests v4 12/17] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES
` [PATCH blktests v4 13/17] nvme/{007,009,011,013,015,020,024}: drop duplicate nvmet blkdev type tests
` [PATCH blktests v4 14/17] nvme/{021,022,025,026,027,028}: do not hard code target blkdev type
` [PATCH blktests v4 15/17] nvme/{rc,010,017,031,034,035}: rename nvme_img_size to NVME_IMG_SIZE
` [PATCH blktests v4 16/17] nvme/{rc,016,017}: rename nvme_num_iter to NVME_NUM_ITER
` [PATCH blktests v4 17/17] nvme/rc,srp/rc,common/multipath-over-rdma: rename use_rxe to USE_RXE

[PATCH] nvmet: make nvmet_wq unbound
 2024-05-06 14:16 UTC  (6+ messages)

[PATCH v24 00/20] nvme-tcp receive offloads
 2024-05-06 12:28 UTC  (10+ messages)
` [PATCH v24 01/20] net: Introduce direct data placement tcp offload

[PATCH] nvmet-rdma: Avoid o(n^2) loop in delete_ctrl
 2024-05-06  7:36 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-05-06  7:25 UTC  (9+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH] nvme-rdma, nvme-tcp: include max reconnects for failed reconnect logging
 2024-05-05 15:27 UTC  (3+ messages)

[bug report] RIP: 0010:blk_flush_complete_seq+0x450/0x1060 observed during blktests nvme/tcp nvme/012
 2024-05-03 21:14 UTC  (9+ messages)

[PATCH 00/10] Read/Write with meta/integrity
 2024-05-03 12:01 UTC  (32+ messages)
  ` [PATCH 02/10] block: copy bip_max_vcnt vecs instead of bip_vcnt during clone
  ` [PATCH 05/10] block, nvme: modify rq_integrity_vec function
  ` [PATCH 04/10] block: avoid unpinning/freeing the bio_vec incase of cloned bio
  ` [PATCH 09/10] block: add support to send meta buffer
  ` [PATCH 08/10] io_uring/rw: add support to send meta along with read/write
  ` [PATCH 01/10] block: set bip_vcnt correctly

[PATCHv2] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-05-03 11:49 UTC  (2+ messages)

[PATCH 0/2] cleanup
 2024-05-03  7:38 UTC  (8+ messages)
  ` [PATCH 1/2] nvme: remove sgs and sws
  ` [PATCH 2/2] nvme: reduce a repeated ZNS check

[PATCH blktests v3 00/15] support test case repeat by different conditions
 2024-05-03  7:33 UTC  (9+ messages)
` [PATCH blktests v3 10/15] nvme/{006,008,010,012,014,019,023}: support NVMET_BLKDEV_TYPES

`nvme_disable_ctrl()` takes 411 ms on a Dell XPS 13 with SK hynix PC300 NVMEe
 2024-05-03  5:52 UTC  (10+ messages)

[GIT PULL] nvme fixes for Linux 6.9
 2024-05-02 13:46 UTC  (2+ messages)

[PATCH] block: change rq_integrity_vec to respect the iterator
 2024-05-02 11:25 UTC  (5+ messages)

[linux-nvme:nvme-6.9] BUILD SUCCESS 50abcc179e0c9ca667feb223b26ea406d5c4c556
 2024-05-02 11:17 UTC 

[linux-nvme:nvme-6.10] BUILD SUCCESS 0e34bd9605f6c95609c32aa82f0a394e2a945908
 2024-05-02 11:01 UTC 

[PATCH v7 0/5] nvme-fabrics: short-circuit connect retries
 2024-05-01 10:27 UTC  (9+ messages)
` [PATCH v7 1/5] nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
` [PATCH v7 2/5] nvmet: return DHCHAP status codes from nvmet_setup_auth()
` [PATCH v7 3/5] nvme: return kernel error codes for admin queue connect
` [PATCH v7 4/5] nvme-fabrics: short-circuit reconnect retries
` [PATCH v7 5/5] nvme: do not retry authentication failures

[linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5
 2024-04-30 20:14 UTC 

[PATCH] nvme-fabrics: use reserved tag for reg read/write command
 2024-04-30 17:42 UTC  (7+ messages)

[linux-nvme:nvme-6.9] BUILD SUCCESS 0eb3c3679cc76ed77fea1a6169975457462a535d
 2024-04-30 10:20 UTC 

[PATCH] nvmet: fix nvme status code when namespace is disabled
 2024-04-30  3:38 UTC  (5+ messages)

[PATCHv3] nvme-tcp: strict pdu pacing to avoid send stalls on TLS
 2024-04-29 14:09 UTC  (2+ messages)

[PATCH] nvme: cancel pending I/O if nvme controller is in terminal state
 2024-04-29  8:51 UTC  (2+ messages)

[PATCH] nvmet-tcp: fix possible memory leak when tearing down a controller
 2024-04-29  8:51 UTC  (3+ messages)

[PATCH blktests] nvme/039: adjust to util-linux v2.40 dmesg format change
 2024-04-29  1:38 UTC 

[Bug Report] nvme connect deadlock in allocating tag
 2024-04-28 12:38 UTC  (5+ messages)


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