public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-08-24 14:39:43 to 2023-09-08 10:01:13 UTC [more...]

[PATCH 0/3] nvme-tcp: start error recovery after KATO
 2023-09-08 10:00 UTC  (4+ messages)
` [PATCH 1/3] nvme-tcp: Do not terminate commands when in RESETTING
` [PATCH 2/3] nvme-tcp: make 'err_work' a delayed work
` [PATCH 3/3] nvme-tcp: delay error recovery until the next KATO interval

[PATCH RFC] nvmet-tcp: add new workqueue to surpress lockdep warning
 2023-09-08  9:00 UTC  (10+ messages)

[PATCH v2] RDMA/cma: prevent rdma id destroy during cma_iw_handler
 2023-09-08  8:33 UTC  (15+ messages)

[PATCH] nvme-auth: use chap->s2 to indicate bidirectional authentication
 2023-09-08  7:11 UTC  (3+ messages)

[PATCH] nvme: add namespace paths links
 2023-09-08  6:57 UTC 

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

[PATCH v2 1/2] nvme: fix memory corruption for passthrough metadata
 2023-09-07 20:35 UTC  (9+ messages)

[PATCH v2] nvme-pci: add NVME_QUIRK_DELAY_BEFORE_CHK_RDY for MAXIO MAP1602
 2023-09-07 18:36 UTC 

Fwd: Lexar NM790 SSDs are not recognized anymore after 6.1.50 LTS
 2023-09-07 17:50 UTC  (8+ messages)

[bug report] BUG: KASAN: slab-use-after-free in __lock_acquire+0x1917/0x1c00 triggered by blktests nvme/048
 2023-09-07  6:48 UTC 

[PATCH blktests] tests/nvme/031: fix connecting faiure
 2023-09-07  3:44 UTC 

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

[RFC v1 0/4] nvmet-fc blktests & autoconnect fixes
 2023-09-06 11:23 UTC  (17+ messages)
` [RFC v1 1/4] nvmet-trace: avoid dereferencing pointer too early
` [RFC v1 2/4] nvmet-trace: null terminate device name string correctly
` [RFC v1 3/4] nvmet-fc: untangle cross refcounting objects
` [RFC v1 4/4] nvmet-discovery: do not use invalid port
` [RFC v1 4/4] nvmet-discovery: Do "

[PATCHv11 00/18] nvme: In-kernel TLS support for TCP
 2023-09-06 10:04 UTC  (16+ messages)
` [PATCH 04/18] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 06/18] security/keys: export key_lookup()
` [PATCH 08/18] nvme-tcp: enable TLS handshake upcall
` [PATCH 09/18] nvme-tcp: control message handling for recvmsg()
` [PATCH 10/18] nvme-tcp: improve icreq/icresp logging
` [PATCH 11/18] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 12/18] nvmet: make TCP sectype settable via configfs
` [PATCH 13/18] nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
` [PATCH 14/18] nvmet-tcp: allocate socket file
` [PATCH 15/18] nvmet: Set 'TREQ' to 'required' when TLS is enabled
` [PATCH 16/18] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/18] nvmet-tcp: control messages for recvmsg()
` [PATCH 18/18] nvmet-tcp: peek icreq before starting TLS

[PATCH 1/2] nvme-tcp: auth success1 msg always includes resp
 2023-09-06 10:59 UTC  (6+ messages)
` [PATCH 2/2] nvme-tcp: always set valid seq_num in dhchap reply

[PATCH V7 0/1] nvme: allow passthru cmd error logging
 2023-09-05 22:15 UTC  (4+ messages)
` [PATCH V7 1/1] "

blktests failures with v6.5
 2023-09-05 10:36 UTC 

[PATCH V3 0/14] blk-mq: fix wrong queue mapping for kdump kernel
 2023-09-05  5:03 UTC  (9+ messages)
` [PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()

[PATCH V4] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-09-01 15:34 UTC  (2+ messages)

[bug report] blktests nvme/043 nvme/045 failed
 2023-09-01  4:02 UTC  (2+ messages)

[PATCH blktests v3 0/3] Introduce nvmet target setup/cleanup helpers
 2023-09-01  0:33 UTC  (23+ messages)
` [PATCH blktests v3 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code

BUG: KCSAN: data-race in folio_batch_move_lru / mpage_read_end_io
 2023-08-31 14:52 UTC  (5+ messages)

[PATCH v2 2/2] nvme: avoid memory corruption for sync passthrough
 2023-08-31 14:09 UTC  (2+ messages)

[PATCH V3] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-31  9:03 UTC  (5+ messages)

[PATCH blktests v4 0/3] Introduce nvmet target setup/cleanup helpers
 2023-08-31  8:03 UTC  (8+ messages)
` [PATCH blktests v4 1/3] nvme/{033,034,035,036}: use default subsysnqn variable directly
` [PATCH blktests v4 2/3] nvme/{033,034,035,036,37}: drop port handle between passthru target setup and cleanup
` [PATCH blktests v4 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code

Possible nvme regression in 6.4.11
 2023-08-30 21:09 UTC  (9+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-28 14:27 UTC  (7+ messages)

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-29 11:02 UTC  (6+ messages)
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()

stack smashing detected with 'nvme sanitize-log /dev/nvme0'
 2023-08-29 13:29 UTC  (11+ messages)

decouple block open flags from fmode_t v2
 2023-08-28 12:09 UTC  (4+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens

Corsair MP600 PRO LPX - SUBNQN and NVME_ID_CNS_CS_CTRL
 2023-08-25  1:41 UTC 


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