public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-08-11 12:18:46 to 2023-08-20 14:58:43 UTC [more...]

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

[PATCHv10 00/18] nvme: In-kernel TLS support for TCP
 2023-08-20 14:55 UTC  (25+ 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

[RESEND PATCH v2] nvme: host: hwmon: constify pointers to hwmon_channel_info
 2023-08-20 10:56 UTC  (2+ messages)

[PATCH rfc 0/6] support traddr as dns names for ip based transports
 2023-08-20 10:55 UTC  (19+ messages)
` [PATCH rfc 1/6] nvme-fabrics: add helper to resolve ipv4/ipv6 or dns name
` [PATCH rfc 2/6] nvme-tcp: use nvmf_resolve_address helper
` [PATCH rfc 6/6] nvme-fabrics: expose support for traddr as dns names to userspace

[PATCH v12 00/26] nvme-tcp receive offloads
 2023-08-20 10:50 UTC  (30+ messages)
` [PATCH v12 05/26] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v12 07/26] nvme-tcp: Add DDP offload control path
` [PATCH v12 08/26] nvme-tcp: Add DDP data-path
` [PATCH v12 09/26] nvme-tcp: RX DDGST offload
` [PATCH v12 10/26] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v12 11/26] nvme-tcp: Add modparam to control the ULP offload enablement

[PATCH V3] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-18 14:01 UTC 

[PATCH V2] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-18 13:58 UTC  (3+ messages)

[PATCH blktests v1 0/1] Introduce nvmet target setup/cleanup helpers
 2023-08-18 12:10 UTC  (3+ messages)
` [PATCH blktests v1 1/1] nvme: Introduce nvmet_target_{setup/cleanup} common code

[PATCH blktests v3 1/2] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-18  8:53 UTC  (3+ messages)
` [PATCH blktests v3 2/2] nvme: remove "udevadm settle" "

Pytanie o samochód
 2023-08-18  8:15 UTC 

[PATCH] nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
 2023-08-17 20:11 UTC  (2+ messages)

Possible nvme regression in 6.4.11
 2023-08-17 17:43 UTC  (7+ messages)

[PATCH] nvmet-tcp: avoid circular locking dependency on install_queue()
 2023-08-17 11:43 UTC  (6+ messages)

[PATCH blktests v2 1/2] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-17 10:50 UTC  (6+ messages)
` [PATCH blktests v2 2/2] nvme: remove "udevadm settle" "

[PATCH v4] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
 2023-08-17  9:09 UTC  (2+ messages)

[PATCH blktests v3 00/13] Switch to allowed_host
 2023-08-17  8:33 UTC  (10+ messages)
` [PATCH blktests v3 13/13] nvme: Introduce nvmet_target_{setup/cleanup} common code

[PATCH blktests v2 00/12] Switch to allowed_host
 2023-08-17  8:22 UTC  (5+ messages)

[PATCH blktests] nvme/rc: fix nvme device readiness check after _nvme_connect_subsys
 2023-08-17  7:17 UTC  (8+ messages)

[PATCH] nvme-pci: add NVME_QUIRK_DELAY_BEFORE_CHK_RDY for MAXIO MAP1602
 2023-08-17  5:32 UTC  (2+ messages)

[PATCH -next] nvme: switch to use kmemdup_nul() helper
 2023-08-15 17:06 UTC  (3+ messages)

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

[PATCH v14 00/11] Implement copy offload support
 2023-08-15  7:50 UTC  (21+ messages)
    ` [PATCH v14 02/11] Add infrastructure for copy offload in block and request layer
      ` [dm-devel] "
  ` [dm-devel] [PATCH v14 00/11] Implement copy offload support
    ` [PATCH v14 01/11] block: Introduce queue limits and sysfs for copy-offload support
      ` [dm-devel] "
    ` [PATCH v14 03/11] block: add copy offload support
      ` [dm-devel] "
    ` [PATCH v14 04/11] block: add emulation for copy
      ` [dm-devel] "

[PATCHv8 00/17] nvme: In-kernel TLS support for TCP
 2023-08-14  7:32 UTC  (14+ messages)
` [PATCH 08/17] nvme-tcp: enable TLS handshake upcall
` [PATCH 10/17] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 14/17] nvmet-tcp: reference counting for queues
` [PATCH 15/17] nvmet: Set 'TREQ' to 'required' when TLS is enabled
` [PATCH 16/17] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/17] nvmet-tcp: control messages for recvmsg()

[PATCH v2 1/2] nvme: fix memory corruption for passthrough metadata
 2023-08-14  7:02 UTC  (2+ messages)
  ` [PATCH v2 2/2] nvme: avoid memory corruption for sync passthrough

[PATCH 0/2] Fix memory-corruption for passthrough metadata
 2023-08-14  6:41 UTC  (5+ messages)
  ` [PATCH 1/2] nvme: fix memory corruption "
  ` [PATCH 2/2] nvme: avoid memory corruption for sync passthrough

[PATCH] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-08-14  2:03 UTC  (3+ messages)

[PATCH 5.15.y 5.10.y 5.4.y 1/2] nvme-tcp: fix potential unbalanced freeze & unfreeze
 2023-08-13 16:26 UTC  (3+ messages)
` [PATCH 5.15.y 5.10.y 5.4.y 2/2] nvme-rdma: "

[PATCH 6.1.y 1/2] nvme-tcp: fix potential unbalanced freeze & unfreeze
 2023-08-13 16:22 UTC  (3+ messages)
` [PATCH 6.1.y 2/2] nvme-rdma: "

[PATCH 5.15.y] nvme-tcp: fix potential unbalanced freeze & unfreeze
 2023-08-13 14:37 UTC  (2+ messages)

[PATCH 5.10.y] nvme-rdma: fix potential unbalanced freeze & unfreeze
 2023-08-13 14:33 UTC 

[PATCH 5.15.y] nvme-rdma: fix potential unbalanced freeze & unfreeze
 2023-08-13 14:32 UTC 

[PATCH 5.10.y] nvme-tcp: fix potential unbalanced freeze & unfreeze
 2023-08-13 14:31 UTC 

[PATCH v2] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
 2023-08-13 14:09 UTC  (6+ messages)

[PATCH] nvmet-tcp: use 'spin_lock_bh' for state_lock()
 2023-08-13 12:52 UTC  (2+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (2+ messages)

[PATCH] nvme: Don't fail to resume if NSIDs change
 2023-08-12  5:57 UTC  (14+ messages)

[PATCH v14 07/11] nvme: add copy offload support
 2023-08-11 23:39 UTC  (2+ messages)

[PATCH v14 11/11] null_blk: add support for copy offload
 2023-08-11 21:15 UTC  (3+ messages)

Key Value Command Set Specification
 2023-08-11 18:30 UTC  (2+ messages)

[PATCH] nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
 2023-08-11 14:12 UTC  (3+ messages)

[PATCH V3 0/14] blk-mq: fix wrong queue mapping for kdump kernel
 2023-08-11 13:10 UTC  (5+ messages)
` [PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()


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