messages from 2022-11-08 15:04:21 to 2022-11-15 04:09:14 UTC [more...]
[PATCH v2 00/20] nvme: fixes, cleanups and enhancements to the dhchap-auth host code
2022-11-15 4:09 UTC (36+ messages)
` [PATCH v2 01/20] nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
` [PATCH v2 02/20] nvme-auth: rename authentication work elements
` [PATCH v2 03/20] nvme-auth: remove symbol export from nvme_auth_reset
` [PATCH v2 04/20] nvme-auth: don't re-authenticate if the controller is not LIVE
` [PATCH v2 05/20] nvme-auth: remove redundant buffer deallocations
` [PATCH v2 06/20] nvme-auth: don't ignore key generation failures when initializing ctrl keys
` [PATCH v2 07/20] nvme-auth: don't override ctrl keys before validation
` [PATCH v2 08/20] nvme-auth: remove redundant if statement
` [PATCH v2 09/20] nvme-auth: don't keep long lived 4k dhchap buffer
` [PATCH v2 10/20] nvme-auth: guarantee dhchap buffers under memory pressure
` [PATCH v2 11/20] nvme-auth: clear sensitive info right after authentication completes
` [PATCH v2 12/20] nvme-auth: remove redundant deallocations
` [PATCH v2 13/20] nvme-auth: no need to reset chap contexts on re-authentication
` [PATCH v2 14/20] nvme-auth: check chap ctrl_key once constructed
` [PATCH v2 15/20] nvme: move nvme_dhchap_queue_context declaration to nvme.h header
` [PATCH v2 16/20] nvme-auth: convert dhchap_auth_list to an array
` [PATCH v2 17/20] nvme-auth: remove redundant auth_work flush
` [PATCH v2 18/20] nvme-auth: have dhchap_auth_work wait for queues auth to complete
` [PATCH v2 19/20] nvme-tcp: stop auth work after tearing down queues in error recovery
` [PATCH v2 20/20] nvme-rdma: "
blktests nvme/039 failure with kernel v6.1-rc5
2022-11-15 2:29 UTC
[PATCH v3] nvme: avoid fallback to sequential scan due to transient issues
2022-11-15 0:46 UTC (2+ messages)
[PATCH] tests/nvme: Add admin-passthru+reset race test
2022-11-15 0:33 UTC (3+ messages)
Resets during user commands leads to hung task and controller stuck in connecting
2022-11-14 23:09 UTC (3+ messages)
[PATCH] nvme: add re-authentication running concurrently with reset
2022-11-14 19:03 UTC (2+ messages)
nvme-pci: split the probe and reset handlers v2
2022-11-14 16:37 UTC (20+ messages)
` [PATCH 01/13] nvme: don't call nvme_init_ctrl_finish from nvme_passthru_end
` [PATCH 02/13] nvme: move OPAL setup from PCIe to core
` [PATCH 03/13] nvme: simplify transport specific device attribute handling
` [PATCH 04/13] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 05/13] nvme-pci: move more teardown work to nvme_remove
` [PATCH 06/13] nvme-pci: factor the iod mempool creation into a helper
` [PATCH 07/13] nvme-pci: factor out a nvme_pci_alloc_dev helper
` [PATCH 08/13] nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
` [PATCH 09/13] nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
` [PATCH 10/13] nvme-pci: simplify nvme_dbbuf_dma_alloc
` [PATCH 11/13] nvme-pci: move the HMPRE check into nvme_setup_host_mem
` [PATCH 12/13] nvme-pci: split the initial probe from the rest path
` [PATCH 13/13] nvme-pci: don't unbind the driver on reset failure
[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
2022-11-14 13:48 UTC
dev_pm_qos memory leak again
2022-11-14 6:57 UTC
[PATCH] nvmet: fix another memory leak
2022-11-14 6:45 UTC
nvme-pci: netac nv7000 has bogus namespace ids
2022-11-14 6:01 UTC (2+ messages)
RFC: nvme-pci: split the probe and reset handlers
2022-11-13 16:19 UTC (40+ messages)
` [PATCH 01/12] nvme-pci: don't call nvme_init_ctrl_finish from nvme_passthru_end
` [PATCH 02/12] nvme: move OPAL setup from PCIe to core
` [PATCH 03/12] nvme: simplify transport specific device attribute handling
` [PATCH 04/12] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 05/12] nvme-pci: move more teardown work to nvme_remove
` [PATCH 06/12] nvme-pci: factor the iod mempool creation into a helper
` [PATCH 07/12] nvme-pci: factor out a nvme_pci_alloc_ctrl helper
` [PATCH 08/12] nvme-pci: set constant paramters in nvme_pci_alloc_ctrl
` [PATCH 09/12] nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enable
` [PATCH 10/12] nvme-pci: split nvme_dbbuf_dma_alloc
` [PATCH 11/12] nvme-pci: split the initial probe from the rest path
` [PATCH 12/12] nvme-pci: don't unbind the driver on reset failure
[PATCH v2 0/1] nvme : Add ioctl to query nvme device attributes
2022-11-12 9:38 UTC (4+ messages)
` [PATCH v2 1/1] nvme : Add ioctl to query nvme attributes
question about CVE-2022-3169
2022-11-11 1:37 UTC (3+ messages)
[PATCH 0/3] block/scsi/nvme: Add error codes for PR ops
2022-11-10 19:29 UTC (13+ messages)
` [PATCH 1/3] block: Add error codes for common PR failures
` [PATCH 2/3] scsi: Convert SCSI errors to PR_STS errors
` [PATCH 3/3] nvme: Convert NVMe errors to PT_STS errors
way to unbind a bad nvme device/controller without powering off system
2022-11-10 16:51 UTC (8+ messages)
` [External] : "
[GIT PULL] nvmes fixes for Linux 6.1
2022-11-10 13:55 UTC (2+ messages)
[PATCH 0/1] nvme : Add ioctl to query nvme device attributes
2022-11-10 9:48 UTC (6+ messages)
` [PATCH 1/1] nvme : Add ioctl to query nvme attributes
[PATCH v2] nvme: scan sequentially only when list scan unsupported
2022-11-09 21:04 UTC (5+ messages)
[PATCH 00/16] nvme: rework dhchap authentication host code
2022-11-09 19:06 UTC (43+ messages)
` [PATCH 01/16] nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchap
` [PATCH 02/16] nvme-auth: remove symbol export from nvme_auth_reset
` [PATCH 03/16] nvme-auth: don't re-authenticate if the controller is not LIVE
` [PATCH 04/16] nvme-auth: remove redundant buffer deallocations
` [PATCH 05/16] nvme-auth: don't ignore key generation failures when initializing ctrl keys
` [PATCH 06/16] nvme-auth: don't override ctrl keys before validation
` [PATCH 07/16] nvme-auth: remove redundant if statement
` [PATCH 08/16] nvme-auth: don't keep long lived 4k dhchap buffer
` [PATCH 09/16] nvme-auth: clear sensitive info right after authentication completes
` [PATCH 10/16] nvme-auth: remove redundant deallocations
` [PATCH 11/16] nvme-auth: no need to reset chap contexts on re-authentication
` [PATCH 12/16] nvme-auth: convert dhchap_auth_list to an array
` [PATCH 13/16] nvme-auth: remove redundant auth_work flush
` [PATCH 14/16] nvme-auth: have dhchap_auth_work wait for queues auth to complete
` [PATCH 15/16] nvme-tcp: stop auth work after tearing down queues in error recovery
` [PATCH 16/16] nvme-rdma: "
` [PATCH 17/16 blktests] nvme: add re-authentication running concurrently with reset
[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
2022-11-09 18:44 UTC (7+ messages)
[PATCH] nvmet: only allocate a single slab for bvecs
2022-11-09 17:46 UTC (2+ messages)
nvme-pci: NULL pointer dereference in nvme_dev_disable() on linux-next
2022-11-09 7:41 UTC (9+ messages)
[PATCH] nvmet: Fix a memory leak
2022-11-09 3:36 UTC (2+ messages)
nvme-rdma: Unexpected IB/RoCE End to End Flow Control credit behaviour
2022-11-08 21:21 UTC
[PATCH v2 3/3] block: sed-opal: Cache-line-align the cmd/resp buffers
2022-11-08 17:35 UTC (3+ messages)
` [PATCH v3] block: sed-opal: kmalloc "
nvme: hung task in blk_mq_freeze_queue_wait
2022-11-08 17:30 UTC (3+ messages)
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