public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-12-19 17:24:32 to 2024-01-01 09:35:45 UTC [more...]

[PATCH v1 00/10] Introduce new max-queue-size configuration
 2024-01-01  9:35 UTC  (19+ messages)
` [PATCH 01/10] nvme: remove unused definition
` [PATCH 02/10] nvme-rdma: move NVME_RDMA_IP_PORT from common file
` [PATCH 03/10] nvme-fabrics: move queue size definitions to common header
` [PATCH 04/10] nvmet: remove NVMET_QUEUE_SIZE definition
` [PATCH 05/10] nvmet: set maxcmd to be per controller
` [PATCH 06/10] nvmet: set ctrl pi_support cap before initializing cap reg
` [PATCH 07/10] nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definition
` [PATCH 08/10] nvme-rdma: clamp queue size according to ctrl cap
` [PATCH 09/10] nvmet: introduce new max queue size configuration entry
` [PATCH 10/10] nvmet-rdma: set max_queue_size for RDMA transport

[PATCH] nvme: tcp: remove unnecessary goto statement
 2024-01-01  9:23 UTC  (2+ messages)

Make NVME shutdown two-pass - Version 3
 2024-01-01  9:23 UTC  (12+ messages)
` [PATCH 1/4] driver core: Support two-pass driver shutdown
` [PATCH 2/4] PCI: Support two-pass shutdown
` [PATCH 3/4] Change 'bool shutdown' into an enum shutdown_type { NVME_DISABLE_RESET = 0, NVME_DISABLE_SHUTDOWN_SYNC = 1 }
` [PATCH 4/4] nvme: Add two-pass shutdown support

[PATCH V2 0/3] Fix some kernel panics due to the host sending invalid PDUs
 2023-12-29  8:51 UTC  (8+ messages)
` [PATCH V2 1/3] nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
` [PATCH V2 2/3] nvmet-tcp: fix a crash in nvmet_req_complete()
` [PATCH V2 3/3] nvmet-tcp: remove boilerplate code

[PATCH V3] nvme: introduce nvme_disk_is_ns_head helper
 2023-12-28  6:17 UTC  (3+ messages)

[PATCH 0/2] nvmet-fc: Adjustments for nvmet_fc_alloc_ls_iodlist()
 2023-12-27 17:18 UTC  (3+ messages)
` [PATCH 1/2] nvmet-fc: One function call less in nvmet_fc_alloc_ls_iodlist() after error detection
` [PATCH 2/2] nvmet-fc: Improve a size determination in nvmet_fc_alloc_ls_iodlist()

[PATCH V2] nvme: introduce nvme_disk_is_ns_head helper
 2023-12-27  9:20 UTC  (2+ messages)

[PATCH] nvme: introduce nvme_gendisk_is_ns_head helper
 2023-12-27  8:12 UTC  (2+ messages)

nvme discard limits fix and tidy ups
 2023-12-27  8:07 UTC  (7+ messages)
` [PATCH 1/4] nvme: update the explanation for not updating the limits in nvme_config_discard
` [PATCH 2/4] nvme: also skip discard granularity updates "
` [PATCH 3/4] nvme: fix max_discard_sectors calculation
` [PATCH 4/4] nvme: simplify the max_discard_segments calculation

Should NVME_SC_INVALID_NS be translated to BLK_STS_IOERR instead of BLK_STS_NOTSUPP so that multipath(both native and dm) can failover on the failure?
 2023-12-26 13:27 UTC  (8+ messages)

[PATCH v22 00/20] nvme-tcp receive offloads
 2023-12-26 12:58 UTC  (23+ messages)
` [PATCH v22 01/20] net: Introduce direct data placement tcp offload
` [PATCH v22 02/20] netlink: add new family to manage ULP_DDP enablement and stats
` [PATCH v22 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v22 04/20] net/tls,core: export get_netdev_for_sock
` [PATCH v22 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v22 06/20] nvme-tcp: Add DDP data-path
` [PATCH v22 07/20] nvme-tcp: RX DDGST offload
` [PATCH v22 08/20] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v22 09/20] Documentation: add ULP DDP offload documentation
` [PATCH v22 10/20] net/mlx5e: Rename from tls to transport static params
` [PATCH v22 11/20] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v22 12/20] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v22 13/20] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v22 14/20] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v22 15/20] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v22 16/20] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v22 17/20] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v22 18/20] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v22 19/20] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v22 20/20] net/mlx5e: NVMEoTCP, statistics

[PATCH] nvme-common: mark nvme_tls_psk_prio static
 2023-12-26  8:14 UTC 

[PATCH] nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pdu
 2023-12-26  8:13 UTC 

[RFC] nvme-tcp: fix a possible double-free after failed to send request
 2023-12-26  6:26 UTC 

[PATCH AUTOSEL 6.6 30/39] Revert "nvme-fc: fix race between error recovery and creating association"
 2023-12-26  0:19 UTC 

[RFC PATCH V2 0/2] *** use rdma device capability to limit queue size ***
 2023-12-25 12:36 UTC  (10+ messages)
` [RFC PATCH V2 2/2] nvme: rdma: use ib_device's max_qp_wr to limit sqsize

[PATCH] nvme: don't set a virt_boundary unless needed
 2023-12-25 12:31 UTC  (13+ messages)

[PATCH 1/1] nvme-fabrics: don't check ioccsz/iorcsz for discovery
 2023-12-25  9:21 UTC  (7+ messages)

[RFC] nvme-tcp: fix a possible double-free after failed to send request
 2023-12-25  9:09 UTC  (2+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-25  8:55 UTC  (15+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

[linux-nvme:nvme-6.8] BUILD SUCCESS 5d51dc8db10190661232741c93a141bdfc05f5ee
 2023-12-23 15:46 UTC 

[linux-nvme:nvme-6.8-merge] BUILD SUCCESS 9b056d5835e288320e5a0b06a0917a4147958bd1
 2023-12-22 23:35 UTC 

[PATCH 0/2] Fix some kernel panics due to the host sending invalid PDUs
 2023-12-22  8:41 UTC  (6+ messages)
` [PATCH 1/2] nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
` [PATCH 2/2] nvmet-tcp: fix a crash in nvmet_req_complete()

[PATCH v19 00/12] Implement copy offload support
 2023-12-22  6:13 UTC  (13+ messages)
  ` [PATCH v19 01/12] block: Introduce queue limits and sysfs for copy-offload support
  ` [PATCH v19 02/12] Add infrastructure for copy offload in block and request layer
  ` [PATCH v19 03/12] block: add copy offload support
  ` [PATCH v19 04/12] block: add emulation for copy
  ` [PATCH v19 05/12] fs/read_write: Enable copy_file_range for block device
  ` [PATCH v19 06/12] fs, block: copy_file_range for def_blk_ops for direct "
  ` [PATCH v19 07/12] nvme: add copy offload support
  ` [PATCH v19 08/12] nvmet: add copy command support for bdev and file ns
  ` [PATCH v19 09/12] dm: Add support for copy offload
  ` [PATCH v19 10/12] dm: Enable copy offload for dm-linear target
  ` [PATCH v19 11/12] null: Enable trace capability for null block
  ` [PATCH v19 12/12] null_blk: add support for copy offload

[RFC 0/1] nvme: Add NVMe LBA Fault Injection
 2023-12-21 23:10 UTC  (2+ messages)
` [RFC 1/1] "

[GIT PULL] nvme updates for Linux 6.8
 2023-12-21 21:48 UTC  (2+ messages)

[GIT PULL] nvme fixes for Linux 6.7
 2023-12-21 21:33 UTC  (2+ messages)

[PATCH] nvme-fc: set numa_node after nvme_init_ctrl
 2023-12-21 17:21 UTC  (6+ messages)

[PATCH v2 00/16] block atomic writes
 2023-12-21 13:56 UTC  (18+ messages)

[PATCH] configurable NVME IO queue count
 2023-12-21  9:22 UTC  (3+ messages)

[PATCH v3 00/17] enable nvmet-fc for blktests
 2023-12-21  9:15 UTC  (7+ messages)
` [PATCH v3 01/16] nvmet: report ioccsz and iorcsz for disc ctrl
` [PATCH v3 08/16] nvmet-fc: untangle cross refcounting objects

[linux-nvme:nvme-6.7] BUILD SUCCESS f6fe0b2d35457c10ec37acc209d19726bdc16dbd
 2023-12-20 22:06 UTC 

[linux-nvme:nvme-6.8] BUILD SUCCESS 536ecccbaf1fe6319c3af635596748c19208e627
 2023-12-20 18:04 UTC 

[PATCH v21 00/20] nvme-tcp receive offloads
 2023-12-20 13:35 UTC  (7+ messages)
` [PATCH v21 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v21 07/20] nvme-tcp: RX DDGST offload

ioccsz and iorcsz check failing
 2023-12-20  9:13 UTC  (14+ messages)

Nowe informacje na stronie www
 2023-12-20  8:31 UTC 

[PATCHv2] nvmet: implement unique discovery NQN
 2023-12-20  7:41 UTC  (4+ messages)

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

[PATCH] nvme-pci: disable write zeroes for SK Hynix BC901
 2023-12-20  6:04 UTC  (5+ messages)

remove support for the host aware zoned model
 2023-12-20  3:18 UTC  (2+ messages)

[PATCH V3] nvme-pci: fix sleeping function called from interrupt context
 2023-12-19 20:38 UTC  (3+ messages)


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