public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-11-18 18:27:17 to 2021-11-26 18:41:33 UTC [more...]

Write I/O queue hangup at random on recent Linus' kernels
 2021-11-26 18:41 UTC  (13+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS c024b226a417c4eb9353ff500b1c823165d4d508
 2021-11-26 13:20 UTC 

[PATCH v2] nvme: report write pointer for a full zone as zone start + zone len
 2021-11-26 10:42 UTC 

[PATCHv7 00/12] nvme: In-band authentication support
 2021-11-26  7:52 UTC  (17+ messages)
` [PATCH 01/12] crypto: add crypto_has_shash()
` [PATCH 02/12] crypto: add crypto_has_kpp()
` [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters
` [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 07/12] nvme: Implement In-Band authentication
` [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 09/12] nvmet: Parse fabrics commands on all queues
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication
` [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 12/12] nvmet-auth: expire authentication sessions

[PATCH] nvme: report write pointer for a full zone as zone start + zone len
 2021-11-25 16:13 UTC 

[GIT PULL] nvme fixes for Linux 5.16
 2021-11-25 15:59 UTC  (4+ messages)

[PATCH 0/1] fix UAF when disconnect a reconnecting state ctrl
 2021-11-25  3:20 UTC  (3+ messages)
` [PATCH 1/1] nvme: fix use after free when disconnect a reconnecting ctrl

[PATCH] nvme: disable namespaces with unsupported metadata
 2021-11-24 19:57 UTC  (6+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS 95ec70a9f3f9133304a0295af58d4f05ed27661c
 2021-11-24  5:00 UTC 

[PATCH v3 2/2] nvme-tcp: send H2CData PDUs based on MAXH2CDATA
 2021-11-23 20:00 UTC  (4+ messages)

[PATCH] nvme: print out valid arguments when reading from /dev/nvme-fabrics
 2021-11-23 17:03 UTC  (6+ messages)

[PATCH v2 1/2] nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()
 2021-11-23 16:23 UTC  (3+ messages)

[PATCH] nvmet-tcp: fix incomplete data digest send
 2021-11-23 16:23 UTC  (3+ messages)

[PATCH] nvmet: use IOCB_NOWAIT only if the filesystem supports it
 2021-11-23 16:23 UTC  (5+ messages)

[PATCH] nvme-host: prevent nvme-cli from setting invalid fast_io_fail_tmo values
 2021-11-23 16:23 UTC  (2+ messages)

[PATCH v2] nvme: Add sibling to list after full initialization
 2021-11-23 16:17 UTC  (6+ messages)

[PATCHv6 00/12] nvme: In-band authentication support
 2021-11-23  9:06 UTC  (34+ messages)
` [PATCH 01/12] crypto: add crypto_has_shash()
` [PATCH 02/12] crypto: add crypto_has_kpp()
` [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters
` [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error
` [PATCH 07/12] nvme: Implement In-Band authentication
` [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support
` [PATCH 09/12] nvmet: Parse fabrics commands on all queues
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication
` [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support
` [PATCH 12/12] nvmet-auth: expire authentication sessions

[PATCH v2 2/2] nvme-tcp: send H2CData PDUs based on MAXH2CDATA
 2021-11-23  9:09 UTC  (4+ messages)

[PATCH 0/5] blk-mq: quiesce improvement
 2021-11-23  9:00 UTC  (25+ messages)
` [PATCH 1/5] blk-mq: move srcu from blk_mq_hw_ctx to request_queue
` [PATCH 2/5] blk-mq: rename hctx_lock & hctx_unlock
` [PATCH 3/5] blk-mq: add helper of blk_mq_global_quiesce_wait()
` [PATCH 4/5] nvme: quiesce namespace queue in parallel
` [PATCH 5/5] scsi: use blk-mq quiesce APIs to implement scsi_host_block

[PATCHv3 blktests 00/10] Testsuite for nvme in-band authentication
 2021-11-23  7:49 UTC  (11+ messages)
` [PATCH 01/10] nvme/rc: do not print error message when no nvme device is found
` [PATCH 02/10] nvme/rc: clear allowed_hosts subdirectory
` [PATCH 03/10] nvme/rc: clear hosts directory in _cleanup_nvmet()
` [PATCH 04/10] nvme/rc: add functions for in-band authentication
` [PATCH 05/10] nvme/rc: add more arguments to _nvme_connect_subsys()
` [PATCH 06/10] nvme/039: create authenticated connections
` [PATCH 07/10] nvme/040: test dhchap key types for "
` [PATCH 08/10] nvme/041: test hash and dh group variations "
` [PATCH 09/10] nvme/042: test bi-directional authentication
` [PATCH 10/10] nvme/043: test re-authentication

[PATCH 1/2] nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()
 2021-11-22 14:42 UTC  (6+ messages)

[PATCH nvme-cli] huawei: set the default policy to round-robin
 2021-11-22 14:03 UTC 

[PATCHv2 blktests 0/9] Testsuite for nvme in-band authentication
 2021-11-22  9:45 UTC  (26+ messages)
` [PATCH 1/9] nvme/rc: do not print error message when no nvme device is found
` [PATCH 2/9] nvme/rc: clear allowed_hosts subdirectory
` [PATCH 3/9] nvme/rc: add functions for in-band authentication
` [PATCH 4/9] nvme/039: simple test for nvmeof-tcp connection
` [PATCH 5/9] nvme/040: create an authenticated "
` [PATCH 6/9] nvme/041: test different key types
` [PATCH 7/9] nvme/042: test hash and dhgroup variations
` [PATCH 8/9] nvme/043: test bi-directional authentication
` [PATCH 9/9] nvme/044: test re-authentication

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-22  7:39 UTC  (14+ messages)

[PATCH RFC] nvmet: fix tmpfs-based backstores support
 2021-11-21 14:25 UTC  (3+ messages)

[PATCH v1 0/4] Add command id quirk for fabrics
 2021-11-21 10:05 UTC  (15+ messages)

[linux-nvme:nvme-5.16] BUILD SUCCESS 17b87c72361ecdb595c0fa9d7b5d237fd0f1761a
 2021-11-20  5:56 UTC 

Please rebase nvme-5.16
 2021-11-19 17:14 UTC  (2+ messages)

[PATCH V3 0/3] Fix a race condition when performing a controller reset
 2021-11-19 17:11 UTC  (2+ messages)

[PATCH v2] nvme: fix write zeroes pi
 2021-11-19 17:10 UTC  (2+ messages)

[PATCH blktests 0/6] Testsuite for nvme in-band authentication
 2021-11-19 11:29 UTC  (4+ messages)
` [PATCH 5/6] nvmeof-tcp/005: test bi-directional authentication

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-11-19  7:38 UTC  (2+ messages)

[PATCH V2 0/5] nvme-cli: Some minors changes in PEL
 2021-11-18 16:57 UTC  (6+ messages)
` [PATCH V2 1/5] nvme-cli: Decode "Supported Events Bitmap" in PEL header
` [PATCH V2 2/5] nvme-cli: Adds event number in persistent event entries
` [PATCH V2 3/5] nvme-cli: Adds readable firmware level in persistent
` [PATCH V2 4/5] nvme-cli: Add support set feature event in PEL
` [PATCH V2 5/5] nvme-cli: Add support Telemetry CRT "

[PATCH V2 0/1] libnvme: Add new events support in PEL header
 2021-11-18 16:57 UTC  (2+ messages)
` [PATCH V2 1/1] libnvme: Add new events support in PEL


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