public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-01-15 08:19:16 to 2025-01-28 09:00:56 UTC [more...]

[PATCHv14 00/10] nvme: implement secure concatenation
 2025-01-28  9:00 UTC  (16+ messages)
` [PATCH 01/10] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 02/10] nvme: add nvme_auth_generate_psk()
` [PATCH 03/10] nvme: add nvme_auth_generate_digest()
` [PATCH 04/10] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 05/10] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 06/10] nvme: always include <linux/key.h>
` [PATCH 07/10] nvme-tcp: request secure channel concatenation
` [PATCH 08/10] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 09/10] nvmet-tcp: support secure channel concatenation
` [PATCH 10/10] nvmet: add tls_concat and tls_key debugfs entries

[PATCHv2 0/2] nvme: restrict authentication to the admin queue
 2025-01-28  8:48 UTC  (8+ messages)
` [PATCH 1/2] nvmet: Implement 'admin_only' authentication
` [PATCH 2/2] nvme: Do not re-authenticate queues with no prior authentication

[PATCH v4] nvme-tcp: fix connect failure on receiving partial ICResp PDU
 2025-01-28  8:28 UTC  (8+ messages)

endian fixes for nvmet
 2025-01-28  8:03 UTC  (5+ messages)
` [PATCH 1/2] nvmet: the result field in nvmet_alloc_ctrl_args is little endian
` [PATCH 2/2] nvmet: add a missing endianess conversion in nvmet_execute_admin_connect

[PATCH] nvmet: move percpu handling into nvmet_ns_{enable,disable}
 2025-01-28  7:46 UTC  (9+ messages)

[Regression] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX
 2025-01-28  7:41 UTC  (20+ messages)
      ` [Bug 219609] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX + Ryzen 8700G

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-01-28  6:47 UTC  (14+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v2 5/8] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v2 6/8] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v2 7/8] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v2 8/8] ext4: add FALLOC_FL_WRITE_ZEROES support

[PATCH V2] nvme-tcp: Prevent infinite loop if socket closes during CONNECTING state
 2025-01-27 16:51 UTC 

[PATCH blktests] nvme/053: do not use awk
 2025-01-27  9:02 UTC  (3+ messages)

[PATCHv2 blktests] nvme/058: detach loop device after test finish
 2025-01-27  9:01 UTC  (6+ messages)

[PATCH] nvmet: fix a memory leak in controller identify
 2025-01-27  7:11 UTC  (4+ messages)

[PATCH] nvme-pci: Avoid the deepest sleep state on Wester Digital SSD
 2025-01-26 20:14 UTC  (3+ messages)

[PATCHv3 0/3] meta sgl and userspace protection
 2025-01-26  8:37 UTC  (7+ messages)
` [PATCHv3 3/3] nvme-pci: use sgls for all user requests if possible
  ` New warning `nvme nvme0: using unchecked data buffer` (was: [PATCHv3 3/3] nvme-pci: use sgls for all user requests if possible)
      ` New warning `nvme nvme0: using unchecked data buffer`

[PATCH] nvme-pci: Use NVME_QUIRK_SIMPLE_SUSPEND for Qualcomm Snapdragon 8cx Gen 3 platforms
 2025-01-26  5:03 UTC 

[linux-nvme:nvme-6.14] BUILD SUCCESS dc98628317723d868d4c114f8e9b798ec52fb4c0
 2025-01-25 10:15 UTC 

[PATCH v3] nvme-tcp: fix connect failure on receiving partial ICResp PDU
 2025-01-24 18:39 UTC  (3+ messages)

[PATCH v2] nvme-tcp: fix connect failure on receiving partial ICResp PDU
 2025-01-24 17:33 UTC  (4+ messages)

[PATCHv7 RFC 0/3] Add visibility for native NVMe multipath using sysfs
 2025-01-24 15:57 UTC  (2+ messages)

[linux-nvme:nvme-6.14] BUILD SUCCESS ee59e3820ca92a9f4307ae23dfc7229dc8b8d400
 2025-01-24 15:03 UTC 

[PATCH] nvme-multipath: fix lockdep warning on shutdown
 2025-01-24  8:29 UTC  (2+ messages)

[PATCH] nvme-tcp: Prevent infinite loop if socket closes during CONNECTING state
 2025-01-24  7:45 UTC  (5+ messages)

[PATCH blktests] nvme/058: detach loop device after test finish
 2025-01-24  7:31 UTC  (3+ messages)

[PATCH] nvmet: remove max_nsid calculation
 2025-01-24  7:14 UTC 

[PATCH blktests 0/2] Add atomic write tests for scsi and nvme
 2025-01-24  5:36 UTC  (5+ messages)
` [PATCH blktests 1/2] scsi/009: add atomic write tests
` [PATCH blktests 2/2] nvme/059: "

[PATCH RFC] nvmetcli: execute shell commands as arguments
 2025-01-23 22:28 UTC  (2+ messages)

[PATCH] nvme-tcp: check that full ICResp is received
 2025-01-23 22:04 UTC  (2+ messages)

[PATCH] net: Convert proto_ops::getname to sockaddr_storage
 2025-01-16  7:53 UTC  (2+ messages)

[PATCH v6 00/17] Provide a new two step DMA mapping API
 2025-01-17 10:03 UTC  (18+ messages)
` [PATCH v6 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v6 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v6 03/17] iommu: generalize the batched sync after map interface
` [PATCH v6 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v6 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v6 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v6 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v6 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v6 09/17] docs: core-api: document the IOVA-based API
` [PATCH v6 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v6 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v6 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v6 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v6 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v6 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v6 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v6 17/17] vfio/mlx5: Enable the DMA link API

blktests failures with v6.13 kernel
 2025-01-23  1:08 UTC 

[PATCH nvme-cli] nvme: set eds to true if controller supports 128 bit hostid
 2025-01-22 14:54 UTC 

[LSF/MM/BPF TOPIC] DMA mapping API in complex scenarios
 2025-01-22  7:16 UTC 

annotate noio context
 2025-01-22  6:32 UTC  (5+ messages)
` [PATCH 1/2] loop: force GFP_NOIO for underlying file systems allocations
` [PATCH 2/2] block: force noio scope in blk_mq_freeze_queue

[PATCH] nvme-core: decode the error on add disk()
 2025-01-20 16:57 UTC  (3+ messages)

[RFC PATCH] nvme-fc: move tagset removal to nvme_fc_delete_ctrl()
 2025-01-20 13:51 UTC  (9+ messages)

[PATCH v4 0/3] nvme-fc: fix race with connectivity loss and nvme_fc_create_association
 2025-01-20 13:45 UTC  (3+ messages)
` [PATCH v4 3/3] nvme-fc: do not ignore connectivity loss during connecting

[linux-nvme:nvme-6.14] BUILD SUCCESS 11cb3529d18514f7d28ad2190533192aedefd761
 2025-01-19  1:13 UTC 

[PATCH RFC v2 0/8] device mapper atomic write support
 2025-01-17 21:51 UTC  (14+ messages)
` [PATCH RFC v2 1/8] block: Add common atomic writes enable flag
` [PATCH RFC v2 2/8] block: Don't trim an atomic write
` [PATCH RFC v2 3/8] dm-table: atomic writes support
` [PATCH RFC v2 4/8] dm: Ensure cloned bio is same length for atomic write
` [PATCH RFC v2 5/8] dm-linear: Enable atomic writes
` [PATCH RFC v2 6/8] dm-stripe: "
` [PATCH RFC v2 7/8] dm-io: Warn on creating multiple atomic write bios for a region
` [PATCH RFC v2 8/8] dm-mirror: Support atomic writes
` (subset) [PATCH RFC v2 0/8] device mapper atomic write support

[PATCH] nvme-pci: remove redundant dma frees in hmb
 2025-01-17 19:22 UTC  (3+ messages)

[PATCH v2 1/2] nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
 2025-01-17 19:18 UTC  (5+ messages)
` [PATCH v2 2/2] nvme-pci: Add TUXEDO IBP Gen9 "

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-01-17 14:59 UTC 

[PATCH v5 00/17] Provide a new two step DMA mapping API
 2025-01-16 21:00 UTC  (6+ messages)
` [PATCH v5 07/17] dma-mapping: Implement link/unlink ranges API

[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
 2025-01-16 10:04 UTC  (13+ messages)

[PATCH V2] nvmet: fix compilation errors
 2025-01-16  1:56 UTC  (8+ messages)

[PATCH] nvmet: fix compliation errors
 2025-01-15 18:02 UTC  (3+ messages)

[PATCH] nvme: Remove namespace when nvme_identify_ns_descs() failed
 2025-01-15  8:22 UTC  (15+ messages)


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