public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-08-22 03:50:06 to 2023-09-06 15:52:07 UTC [more...]

[PATCH v2 1/2] nvme: fix memory corruption for passthrough metadata
 2023-09-06 15:48 UTC  (7+ messages)

[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 "

[PATCH v2] RDMA/cma: prevent rdma id destroy during cma_iw_handler
 2023-09-06 11:31 UTC  (11+ messages)

[PATCHv11 00/18] nvme: In-kernel TLS support for TCP
 2023-09-06 10:04 UTC  (21+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring
` [PATCH 02/18] nvme-keyring: define a 'psk' keytype
` [PATCH 03/18] nvme: add TCP TSAS definitions
` [PATCH 04/18] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/18] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/18] security/keys: export key_lookup()
` [PATCH 07/18] nvme-tcp: allocate socket file
` [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] "

Fwd: Lexar NM790 SSDs are not recognized anymore after 6.1.50 LTS
 2023-09-05 16:44 UTC  (7+ messages)

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

[PATCH] nvme-auth: use chap->s2 to indicate bidirectional authentication
 2023-09-05  6:51 UTC  (2+ messages)

[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  (26+ messages)
` [PATCH blktests v3 1/3] nvme/{033,034,035,036}: use default subsysnqn variable directly
` [PATCH blktests v3 2/3] nvme/{033,034,035,036,37}: drop port handle between passthru target setup and cleanup
` [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  (10+ 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  (7+ 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 

[linux-nvme:nvme-6.6] BUILD SUCCESS 8ae5b3a685dc59a8cf7ccfe0e850999ba9727a3c
 2023-08-24 12:29 UTC 

[PATCH v13 00/24] nvme-tcp receive offloads
 2023-08-24  2:02 UTC  (26+ messages)
` [PATCH v13 01/24] net: Introduce direct data placement tcp offload
` [PATCH v13 02/24] net/ethtool: add new stringset ETH_SS_ULP_DDP_{CAPS,STATS}
` [PATCH v13 03/24] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v13 04/24] Documentation: document netlink ULP_DDP_GET/SET messages
` [PATCH v13 05/24] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v13 06/24] net/tls,core: export get_netdev_for_sock
` [PATCH v13 07/24] nvme-tcp: Add DDP offload control path
` [PATCH v13 08/24] nvme-tcp: Add DDP data-path
` [PATCH v13 09/24] nvme-tcp: RX DDGST offload
` [PATCH v13 10/24] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v13 11/24] Documentation: add ULP DDP offload documentation
` [PATCH v13 12/24] net/mlx5e: Rename from tls to transport static params
` [PATCH v13 13/24] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v13 14/24] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v13 15/24] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v13 16/24] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v13 17/24] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v13 18/24] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v13 19/24] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v13 20/24] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v13 21/24] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v13 22/24] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v13 23/24] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v13 24/24] net/mlx5e: NVMEoTCP, statistics

nvme-fc: waiting in invalid context bug
 2023-08-23 11:59 UTC  (2+ messages)

[RESEND PATCH v2] nvme: host: hwmon: constify pointers to hwmon_channel_info
 2023-08-22 15:50 UTC  (2+ messages)

[PATCH v2 RESEND] nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
 2023-08-22 15:41 UTC  (2+ messages)

[PATCH] nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
 2023-08-22 15:41 UTC  (2+ messages)

[PATCHv10 00/18] nvme: In-kernel TLS support for TCP
 2023-08-22  6:16 UTC  (4+ messages)
` [PATCH 16/18] nvmet-tcp: enable TLS handshake upcall

[PATCH blktests v3 1/2] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-22  3:49 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