linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-18 12:44:10 to 2021-07-28 16:39:20 UTC [more...]

New warning in nvme_setup_discard
 2021-07-28 16:38 UTC  (13+ messages)

[bug report] iommu_dma_unmap_sg() is very slow then running IO from remote numa node
 2021-07-28 15:39 UTC  (24+ messages)

[PATCH] nvmet: check that host sqsize does not exceed ctrl MQES
 2021-07-28  9:42 UTC 

[PATCH] nvme-rdma: Don't update queue count when failing to set io queues
 2021-07-28  9:41 UTC 

[PATCH 1/2] nvme: allow user toggling hmb usage
 2021-07-27 16:40 UTC  (2+ messages)
` [PATCH 2/2] nvme-pci: disable hmb on idle suspend

[PATCH AUTOSEL 5.4 8/9] nvme: fix nvme_setup_command metadata trace event
 2021-07-27 13:20 UTC 

[PATCH AUTOSEL 5.10 14/17] nvme: fix nvme_setup_command metadata trace event
 2021-07-27 13:19 UTC 

[PATCH AUTOSEL 5.13 16/21] nvme: fix nvme_setup_command metadata trace event
 2021-07-27 13:19 UTC 

[PATCH v2 0/2] Abrupt Shutdown for NVMe SSD
 2021-07-26 20:16 UTC  (8+ messages)
` [PATCH v2 1/2] PM: enable support for imminent power loss
` [PATCH v2 2/2] nvme: Add abrupt shutdown support

[PATCH v3 0/6] Handle update hardware queues and queue freeze more carefully
 2021-07-26 17:27 UTC  (13+ messages)
` [PATCH v3 1/6] nvme-fc: Update hardware queues before using them
` [PATCH v3 2/6] nvme-tcp: Update number of "
` [PATCH v3 3/6] nvme-rdma: "
` [PATCH v3 4/6] nvme-fc: Wait with a timeout for queue to freeze
` [PATCH v3 5/6] nvme-fc: avoid race between time out and tear down
` [PATCH v3 6/6] nvme-fc: fix controller reset hang during traffic

[PATCH] nvmet: check that host sqsize does not exceed ctrl MQES
 2021-07-26  5:25 UTC 

5.10.40-1 - Invalid SGL for payload:131072 nents:13
 2021-07-25  9:52 UTC  (8+ messages)

[RFC PATCH 00/11] nvme: In-band authentication support
 2021-07-24 11:17 UTC  (57+ messages)
` [PATCH 05/11] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/11] nvme: Implement "
` [PATCH 07/11] nvme-auth: augmented challenge support
` [PATCH 08/11] nvmet: Parse fabrics commands on all queues
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication
` [PATCH 11/11] nvme: add non-standard ECDH and curve25517 algorithms

[PATCH v5 net-next 00/36] nvme-tcp receive and tarnsmit offloads
 2021-07-23 19:58 UTC  (54+ messages)
` [PATCH v5 net-next 01/36] net: Introduce direct data placement tcp offload
` [PATCH v5 net-next 02/36] iov_iter: DDP copy to iter/pages
` [PATCH v5 net-next 03/36] net: skb copy(+hash) iterators for DDP offloads
` [PATCH v5 net-next 04/36] net/tls: expose get_netdev_for_sock
` [PATCH v5 net-next 05/36] nvme-tcp: Add DDP offload control path
` [PATCH v5 net-next 06/36] nvme-tcp: Add DDP data-path
` [PATCH v5 net-next 07/36] nvme-tcp: RX DDGST offload
` [PATCH v5 net-next 08/36] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v5 net-next 09/36] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v5 net-next 10/36] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v5 net-next 11/36] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v5 net-next 12/36] net/mlx5e: NVMEoTCP offload initialization
` [PATCH v5 net-next 13/36] net/mlx5e: KLM UMR helper macros
` [PATCH v5 net-next 14/36] net/mlx5e: NVMEoTCP use KLM UMRs
` [PATCH v5 net-next 15/36] net/mlx5e: NVMEoTCP queue init/teardown
` [PATCH v5 net-next 16/36] net/mlx5e: NVMEoTCP async ddp invalidation
` [PATCH v5 net-next 17/36] net/mlx5e: NVMEoTCP ddp setup and resync
` [PATCH v5 net-next 18/36] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v5 net-next 19/36] net/mlx5e: NVMEoTCP statistics
` [PATCH v5 net-next 20/36] Documentation: add ULP DDP offload documentation
` [PATCH v5 net-next 21/36] net: drop ULP DDP HW offload feature if no CSUM offload feature
` [PATCH v5 net-next 22/36] net: Add ulp_ddp_pdu_info struct
` [PATCH v5 net-next 23/36] net: Add to ulp_ddp support for fallback flow
` [PATCH v5 net-next 24/36] net: Add MSG_DDP_CRC flag
` [PATCH v5 net-next 25/36] nvme-tcp: TX DDGST offload
` [PATCH v5 net-next 26/36] nvme-tcp: Mapping between Tx NVMEoTCP pdu and TCP sequence
` [PATCH v5 net-next 27/36] mlx5e: make preparation in TLS code for NVMEoTCP CRC Tx offload
` [PATCH v5 net-next 28/36] mlx5: Add sq state test bit for nvmeotcp
` [PATCH v5 net-next 29/36] mlx5: Add support to NETIF_F_HW_TCP_DDP_CRC_TX feature
` [PATCH v5 net-next 30/36] net/mlx5e: NVMEoTCP DDGST TX offload TIS
` [PATCH v5 net-next 31/36] net/mlx5e: NVMEoTCP DDGST Tx offload queue init/teardown
` [PATCH v5 net-next 32/36] net/mlx5e: NVMEoTCP DDGST TX BSF and PSV
` [PATCH v5 net-next 33/36] net/mlx5e: NVMEoTCP DDGST TX Data path
` [PATCH v5 net-next 34/36] net/mlx5e: NVMEoTCP DDGST TX handle OOO packets
` [PATCH v5 net-next 35/36] net/mlx5e: NVMEoTCP DDGST TX offload optimization
` [PATCH v5 net-next 36/36] net/mlx5e: NVMEoTCP DDGST TX statistics

[PATCH AUTOSEL 5.13 08/19] nvme-pci: fix multiple races in nvme_setup_io_queues
 2021-07-23  3:57 UTC 

[RFC 0/2] Split out firmware upgrade from CAP_SYS_ADMIN
 2021-07-23  0:59 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 5.14
 2021-07-22 20:25 UTC  (2+ messages)

[PATCH] nvme-rdma: unquiesce queue after reconnection failure clean up
 2021-07-22 12:32 UTC 

[PATCH V4 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-22  7:48 UTC  (15+ messages)
` [PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed

[linux-nvme:nvme-5.14] BUILD SUCCESS aaeb7bb061be545251606f4d9c82d710ca2a7c8e
 2021-07-22  4:53 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS 12bf70fb57eab4207871fa733509d50d5951a44a
 2021-07-21 21:16 UTC 

[PATCH] nvme: set the PRACT bit when using Write Zeroes with T10 PI
 2021-07-21 14:29 UTC  (3+ messages)

[PATCH] nvme: fix nvme_setup_command metadata trace event
 2021-07-21  7:55 UTC  (4+ messages)

[PATCH 4/5] nvme: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED
 2021-07-21  5:31 UTC 

[PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed
 2021-07-21  0:30 UTC  (2+ messages)

[PATCH 1/1] nvme: introduce nvme_transport_sgl_desc structure
 2021-07-20  0:25 UTC  (6+ messages)

[linux-nvme:nvme-5.14] BUILD SUCCESS 8e0103634bcd48c84caead8e88f2371e80426ea5
 2021-07-19 21:07 UTC 

[RFC PATCH nvme-cli 2/2] nvme-cli/plugins/mi:add support
 2021-07-19 15:31 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS 838a0cf36e08ea3ff4064d7188d5bb8a4fe14de8
 2021-07-19  2:50 UTC 

[linux-nvme:nvme-5.15] BUILD SUCCESS 60f8313a9d9274b5f6429bd2a8b9641b1595fd03
 2021-07-18 14:26 UTC 


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