messages from 2023-08-03 10:53:31 to 2023-08-10 15:07:07 UTC [more...]
[PATCHv7 00/17] nvme: In-kernel TLS support for TCP
2023-08-10 15:06 UTC (12+ 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 15/17] nvmet: Set 'TREQ' to 'required' when TLS is enabled
` [PATCH 16/17] nvmet-tcp: enable TLS handshake upcall
[PATCH v12 00/26] nvme-tcp receive offloads
2023-08-10 14:52 UTC (21+ messages)
` [PATCH v12 01/26] net: Introduce direct data placement tcp offload
` [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 v12 12/26] nvme-tcp: Only enable offload with TLS if the driver supports it
[bug report] blktests nvme/047 failed due to /dev/nvme0n1 not created in time
2023-08-10 14:38 UTC (10+ messages)
[PATCHv6 00/16] nvme: In-kernel TLS support for TCP
2023-08-10 13:41 UTC (36+ messages)
` [PATCH 01/16] nvme-keyring: register '.nvme' keyring
` [PATCH 02/16] nvme-keyring: define a 'psk' keytype
` [PATCH 03/16] nvme: add TCP TSAS definitions
` [PATCH 04/16] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/16] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/16] security/keys: export key_lookup()
` [PATCH 07/16] nvme-tcp: allocate socket file
` [PATCH 08/16] nvme-tcp: enable TLS handshake upcall
` [PATCH 09/16] nvme-tcp: control message handling for recvmsg()
` [PATCH 10/16] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 11/16] nvmet: make TCP sectype settable via configfs
` [PATCH 12/16] nvmet-tcp: make nvmet_tcp_alloc_queue() a void function
` [PATCH 13/16] nvmet-tcp: allocate socket file
` [PATCH 14/16] nvmet: Allow to change 'TSAS' and 'TREQ'
` [PATCH 15/16] nvmet-tcp: enable TLS handshake upcall
` [PATCH 16/16] nvmet-tcp: control messages for recvmsg()
[PATCH rfc 0/6] support traddr as dns names for ip based transports
2023-08-10 13:34 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 3/6] nvme-tcp: re-resolve traddr upon reconnect in case it is a dns name
` [PATCH rfc 4/6] nvme-rdma: use nvmf_resolve_address helper
` [PATCH rfc 5/6] nvme-rdma: re-resolve traddr upon reconnect in case it is a dns name
` [PATCH rfc 6/6] nvme-fabrics: expose support for traddr as dns names to userspace
[PATCH] nvmet-tcp: avoid circular locking dependency on install_queue()
2023-08-10 13:20 UTC
[PATCH] nvmet-tcp: use 'spin_lock_bh' for state_lock()
2023-08-10 13:19 UTC
Key Value Command Set Specification
2023-08-10 12:35 UTC
[PATCH blktests v2 00/12] Switch to allowed_host
2023-08-10 11:13 UTC (13+ messages)
` [PATCH blktests v2 01/12] nvme/{003,004,005,013,046,049}: Group all variables declarations
` [PATCH blktests v2 02/12] nvme: Reorganize test preamble code section
` [PATCH blktests v2 03/12] nvme/rc: Add common subsystem nqn define
` [PATCH blktests v2 04/12] nvme: Use def_subsysnqn variable instead local variable
` [PATCH blktests v2 05/12] nvme/{041,042,043,044,045,048}: Remove local variable hostnqn and hostid
` [PATCH blktests v2 06/12] nvme/rc: Add common file_path name define
` [PATCH blktests v2 07/12] nvme: Use def_file_path variable instead local variable
` [PATCH blktests v2 08/12] nvme/rc: Add common def_subsys_uuid define
` [PATCH blktests v2 09/12] nvme: Use def_subsys_uuid variable
` [PATCH blktests v2 10/12] nvme/rc: Add helper for adding/removing to allow list
` [PATCH blktests v2 11/12] nvme: Add explicitly host to allow_host list
` [PATCH blktests v2 12/12] nvme: Introduce nvmet_target_{setup/cleanup} common code
[PATCH v2] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
2023-08-10 9:07 UTC (4+ messages)
[PATCH] nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll
2023-08-10 8:14 UTC (5+ messages)
[PATCH V3 0/14] blk-mq: fix wrong queue mapping for kdump kernel
2023-08-10 8:00 UTC (21+ messages)
` [PATCH V3 01/14] blk-mq: add blk_mq_max_nr_hw_queues()
` [PATCH V3 02/14] nvme-pci: use blk_mq_max_nr_hw_queues() to calculate io queues
` [PATCH V3 03/14] ublk: limit max allowed nr_hw_queues
` [PATCH V3 04/14] virtio-blk: limit max allowed submit queues
` [PATCH V3 05/14] scsi: core: add helper of scsi_max_nr_hw_queues()
` [PATCH V3 06/14] scsi: lpfc: use blk_mq_max_nr_hw_queues() to calculate io vectors
` [PATCH V3 07/14] scsi: mpi3mr: take blk_mq_max_nr_hw_queues() into account for calculating "
` [PATCH V3 08/14] scsi: megaraid: "
` [PATCH V3 09/14] scsi: mpt3sas: "
` [PATCH V3 10/14] scsi: pm8001: "
` [PATCH V3 11/14] scsi: hisi: "
` [PATCH V3 12/14] scsi: ufs: limit max allowed nr_hw_queues
` [PATCH V3 13/14] scsi: storvsc: "
` [PATCH V3 14/14] blk-mq: add helpers for treating kdump kernel
[PATCH] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
2023-08-10 2:16 UTC
[PATCH v3] nvmet-tcp: fix data digest calculation for multiple H2CData PDUs
2023-08-09 11:29 UTC
[PATCH v2 RESEND] nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
2023-08-09 10:26 UTC
[PATCH libnvme v4 0/2] Do not pass disable_sqflow if not supported
2023-08-09 10:03 UTC (6+ messages)
` [PATCH libnvme v4 1/2] fabrics: Read the supported options lazy
` [PATCH libnvme v4 2/2] fabrics: Do not pass disable_sqflow if not supported
[PATCH for-next v3 0/4] iopoll support for io_uring/nvme
2023-08-09 1:15 UTC (3+ messages)
` [PATCH for-next v3 4/4] nvme: wire up async polling for io passthrough commands
[PATCHv2] net/tls: avoid TCP window full during ->read_sock()
2023-08-08 23:00 UTC (3+ messages)
[PATCH] nvme-pci: do not set the NUMA node of device if it has none
2023-08-08 16:35 UTC (14+ messages)
[PATCHv5 00/14] nvme: In-kernel TLS support for TCP
2023-08-08 11:56 UTC (43+ messages)
` [PATCH 01/14] nvme-keyring: register '.nvme' keyring
` [PATCH 02/14] nvme-keyring: define a 'psk' keytype
` [PATCH 05/14] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/14] security/keys: export key_lookup()
` [PATCH 07/14] nvme/tcp: allocate socket file
` [PATCH 08/14] nvme-tcp: enable TLS handshake upcall
` [PATCH 09/14] nvme-tcp: control message handling for recvmsg()
` [PATCH 10/14] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 11/14] nvmet: make TCP sectype settable via configfs
` [PATCH 12/14] nvmet-tcp: allocate socket file
` [PATCH 13/14] nvmet-tcp: enable TLS handshake upcall
` [PATCH 14/14] nvmet-tcp: control messages for recvmsg()
[PATCH libnvme v3 0/2] Do not pass disable_sqflow if not supported
2023-08-08 10:50 UTC (4+ messages)
` [PATCH libnvme v3 1/2] fabrics: Read the supported options lazy
` [PATCH libnvme v3 2/2] fabrics: Do not pass disable_sqflow if not supported
[PATCH libnvme v2 0/2] Do not pass disable_sqflow if not supported
2023-08-08 9:09 UTC (5+ messages)
` [PATCH libnvme v2 1/2] fabrics: Read the supported options lazy
` [PATCH libnvme v2 2/2] fabrics: Do not pass disable_sqflow if not supported
Fwd: Ubuntu 22.04, "nvme list" will hang for 60 seconds after "nvme subsystem-reset"
2023-08-07 10:30 UTC (2+ messages)
[PATCH nvme-cli v2] fabrics: Use corresponding hostid when hostnqn is generated
2023-08-07 9:15 UTC (2+ messages)
[PATCH] net/tls: avoid TCP window full during ->read_sock()
2023-08-07 7:08 UTC (3+ messages)
[GIT PULL] nvme fixes for Linux 6.5
2023-08-04 2:04 UTC (2+ messages)
[PATCH AUTOSEL 6.1 5/5] nvme: add BOGUS_NID quirk for Samsung SM953
2023-08-03 13:03 UTC
[PATCH AUTOSEL 6.4 7/7] nvme: add BOGUS_NID quirk for Samsung SM953
2023-08-03 13:03 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox