messages from 2022-11-13 11:03:59 to 2022-11-21 06:47:30 UTC [more...]
[Bug] NVME controller down (Seagate FireCuda 530)
2022-11-20 20:08 UTC
[PATCH] nvme: fix memleak in nvme_ctrl_dhchap_secret_store()
2022-11-21 6:21 UTC
[PATCH] tcp: add additional info for nvme_tcp_timeout log
2022-11-20 11:59 UTC (5+ messages)
` [PATCH] nvme-tcp: "
[PATCH] nvme: don't call blk_mq_{,un}quiesce_tagset when ctrl->tagset is NULL
2022-11-20 11:38 UTC (8+ messages)
[PATCH v2 0/2] Allow user to set nvmet firmware revision and IEEE OUI
2022-11-20 11:36 UTC (7+ messages)
` [PATCH v2 1/2] nvmet: expose IEEE OUI to configfs
` [PATCH v2 2/2] nvmet: expose firmware revision "
[PATCH] nvme: fix SRCU protection of nvme_ns_head list
2022-11-20 11:24 UTC (2+ messages)
KIOXIA KBG40ZNV256G stuck after resume
2022-11-20 5:14 UTC
[PATCH AUTOSEL 5.15 23/27] nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
2022-11-19 2:13 UTC
[PATCH AUTOSEL 6.0 31/44] nvme: quiet user passthrough command errors
2022-11-19 2:11 UTC (2+ messages)
` [PATCH AUTOSEL 6.0 32/44] nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
[PATCH v3 0/1] nvme : Add ioctl to query nvme device attributes
2022-11-19 0:04 UTC (4+ messages)
` [PATCH v3 1/1] nvme : Add ioctl to query nvme attributes
[GIT PULL] nvmes fixes for Linux 6.1
2022-11-18 14:48 UTC (2+ messages)
[PATCH v2] tests/nvme/039: Remove passthrough command tests
2022-11-18 1:50 UTC (3+ messages)
[PATCH v2] tests/nvme: Add admin-passthru+reset race test
2022-11-17 21:22 UTC
block dangerous passthrough operation
2022-11-17 16:03 UTC (15+ messages)
` [PATCH 1/4] nvme: return an errno from nvme_cmd_allowed
` [PATCH 2/4] nvme: don't allow user space to send fabrics commands
` [PATCH 3/4] nvme: don't allow userspace to set the Host Behavior Support feature
` [PATCH 4/4] nvme: reject passthrough of queue creation / deletion commands
[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G
2022-11-17 9:09 UTC (6+ messages)
[linux-nvme:nvme-6.2] BUILD SUCCESS 891961df73e4dc8b2c69a5f790d5233f93d7c239
2022-11-17 1:19 UTC
[linux-nvme:nvme-6.1] BUILD SUCCESS 0a52566279b4ee65ecd2503d7b7342851f84755c
2022-11-16 18:49 UTC
[PATCH] tests/nvme: Remove test output for passthrough error logging
2022-11-16 18:41 UTC (6+ messages)
[PATCH] tests/nvme: Add admin-passthru+reset race test
2022-11-16 7:43 UTC (7+ messages)
[PATCH v2 0/4] block/scsi/nvme: Add error codes for PR ops
2022-11-16 6:40 UTC (12+ messages)
` [PATCH v2 1/4] block: Add error codes for common PR failures
` [PATCH v2 2/4] scsi: Rename status_byte to sg_status_byte
` [PATCH v2 3/4] scsi: Convert SCSI errors to PR errors
` [PATCH v2 4/4] nvme: Convert NVMe "
[PATCH] Add quirk for Netac NV7000 NVMe SSD
2022-11-16 6:21 UTC (3+ messages)
[linux-nvme:nvme-6.2 26/41] drivers/nvme/host/nvme.h:1030:1: error: non-void function does not return a value
2022-11-16 6:07 UTC (3+ messages)
[PATCH] nvme-rdma: set ack timeout of RoCE to 262ms
2022-11-16 2:24 UTC (13+ messages)
[linux-nvme:nvme-6.1] BUILD SUCCESS 91db3634767099903602e58a3b0928f346f5dfa4
2022-11-15 22:35 UTC
blktests nvme/039 failure with kernel v6.1-rc5
2022-11-15 22:13 UTC (4+ messages)
[linux-nvme:nvme-6.2 26/41] drivers/nvme/host/core.c:5122:6: error: assigning to 'int' from incompatible type 'void'
2022-11-15 18:52 UTC (5+ messages)
[PATCH] nvme-auth: fix compilation warning when CONFIG_NVME_AUTH is not set
2022-11-15 17:16 UTC (3+ messages)
[PATCH 0/3] block/scsi/nvme: Add error codes for PR ops
2022-11-15 16:56 UTC (6+ messages)
` [PATCH 3/3] nvme: Convert NVMe errors to PT_STS errors
Resets during user commands leads to hung task and controller stuck in connecting
2022-11-15 16:34 UTC (5+ messages)
[PATCH] nvme: rename the queue quiescing helpers
2022-11-15 15:36 UTC (3+ messages)
[linux-nvme:nvme-6.2 26/41] drivers/nvme/host/core.c:5122:13: error: void value not ignored as it ought to be
2022-11-15 15:12 UTC
[linux-nvme:nvme-6.2 30/41] drivers/nvme/target/../host/nvme.h:1030:12: warning: no previous prototype for 'nvme_init_auth'
2022-11-15 14:36 UTC (2+ messages)
[PATCH v3] nvme: avoid fallback to sequential scan due to transient issues
2022-11-15 10:18 UTC (3+ messages)
[PATCH 0/1] nvme: return err on nvme_init_non_mdts_limits fail
2022-11-15 10:18 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2 00/20] nvme: fixes, cleanups and enhancements to the dhchap-auth host code
2022-11-15 10:11 UTC (46+ 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: "
nvme-pci: split the probe and reset handlers v2
2022-11-15 9:57 UTC (21+ 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] nvmet: fix another memory leak
2022-11-15 9:49 UTC (2+ messages)
[PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
2022-11-15 9:49 UTC (2+ messages)
[PATCH] nvme: add re-authentication running concurrently with reset
2022-11-15 9:39 UTC (3+ messages)
dev_pm_qos memory leak again
2022-11-14 6:57 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 (8+ messages)
` [PATCH 02/12] nvme: move OPAL setup from PCIe to core
` [PATCH 11/12] nvme-pci: split the initial probe from the rest path
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