linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-01 15:01:58 to 2022-11-09 15:51:47 UTC [more...]

RFC: nvme-pci: split the probe and reset handlers
 2022-11-09 15:51 UTC  (31+ 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 0/3] block/scsi/nvme: Add error codes for PR ops
 2022-11-09  8:28 UTC  (8+ 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

[PATCH 00/16] nvme: rework dhchap authentication host code
 2022-11-09  7:45 UTC  (31+ 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

nvme-pci: NULL pointer dereference in nvme_dev_disable() on linux-next
 2022-11-09  7:41 UTC  (10+ messages)

[PATCH v2] nvme: scan sequentially only when list scan unsupported
 2022-11-09  6:23 UTC  (6+ messages)

[PATCH] nvmet: Fix a memory leak
 2022-11-09  3:36 UTC  (2+ messages)

nvme-pci: netac nv7000 has bogus namespace ids
 2022-11-09  0:55 UTC 

way to unbind a bad nvme device/controller without powering off system
 2022-11-08 23:15 UTC  (7+ messages)
  ` [External] : "

[PATCH 0/1] nvme : Add ioctl to query nvme device attributes
 2022-11-08 22:05 UTC  (4+ messages)
  ` [PATCH 1/1] nvme : Add ioctl to query nvme attributes

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  (4+ messages)
` [PATCH v3] block: sed-opal: kmalloc "

nvme: hung task in blk_mq_freeze_queue_wait
 2022-11-08 17:30 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2022-11-08  9:15 UTC 

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-11-08  6:56 UTC  (4+ messages)

[PATCH v2] nvme: implement the DEAC bit for the Write Zeroes command
 2022-11-08  3:54 UTC  (4+ messages)

[PATCH] nvmet: only allocate a single slab for bvecs
 2022-11-08  3:52 UTC  (4+ messages)

[PATCH] nvme: scan sequentially only when list scan unsupported
 2022-11-07 19:29 UTC  (4+ messages)

[PATCH v3 00/19] Use block pr_ops in LIO
 2022-11-07  9:16 UTC  (20+ messages)
` [PATCH v3 01/19] block: Add PR callouts for read keys and reservation
` [PATCH v3 03/19] scsi: Move sd_pr_type to header to share
` [PATCH v3 04/19] scsi: Add support for block PR read keys/reservation
` [PATCH v3 12/19] block,nvme,scsi,dm: Add blk_status to pr_ops callouts

[PATCH v7 00/23] nvme-tcp receive offloads
 2022-11-04 16:15 UTC  (14+ messages)
` [PATCH v7 01/23] net: Introduce direct data placement tcp offload

[PATCH] nvme: implement the DEAC bit for the Write Zeroes command
 2022-11-04  7:06 UTC  (9+ messages)

[PATCH 0/6] nvme-auth: use xarray and minor fixes
 2022-11-04  6:57 UTC  (20+ messages)
` [PATCH 1/6] nvme-auth: allocate authentication buffer only during transaction
` [PATCH 2/6] nvme-auth: do not queue authentication if the queue is not live
` [PATCH 3/6] nvme-auth: use xarray instead of linked list
` [PATCH 4/6] nvme-auth: return real error instead of NVME_SC_AUTH_REQUIRED
` [PATCH 5/6] nvme-auth: set DNR bit on non-retryable errors
` [PATCH 6/6] nvme-auth: use a define for chap buffer size

nvme-format: protection information enabled although metadata size is 0
 2022-11-02 19:47 UTC  (6+ messages)

[PATCH 0/1] nvme: return err on nvme_init_non_mdts_limits fail
 2022-11-02 18:19 UTC  (3+ messages)
  ` [PATCH 1/1] "

per-tagset SRCU struct and quiesce v3
 2022-11-02 14:35 UTC  (33+ messages)
` [PATCH 01/14] block: set the disk capacity to 0 in blk_mark_disk_dead
` [PATCH 02/14] nvme-pci: refactor the tagset handling in nvme_reset_work
` [PATCH 03/14] nvme: don't remove namespaces in nvme_passthru_end
` [PATCH 04/14] nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespaces
` [PATCH 05/14] nvme: remove the NVME_NS_DEAD check in nvme_validate_ns
` [PATCH 06/14] nvme: don't unquiesce the admin queue in nvme_kill_queues
` [PATCH 07/14] nvme: split nvme_kill_queues
` [PATCH 08/14] nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl
` [PATCH 09/14] nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
` [PATCH 10/14] blk-mq: skip non-mq queues in blk_mq_quiesce_queue
` [PATCH 11/14] blk-mq: move the srcu_struct used for quiescing to the tagset
` [PATCH 12/14] blk-mq: pass a tagset to blk_mq_wait_quiesce_done
` [PATCH 13/14] blk-mq: add tagset quiesce interface
` [PATCH 14/14] nvme: use blk_mq_[un]quiesce_tagset

[PATCH] nvme: retry commands if DNR bit is not set
 2022-11-02 14:19 UTC  (3+ messages)

[PATCH 06/30] nvme: Use kstrtobool() instead of strtobool()
 2022-11-02  7:05 UTC  (6+ messages)

[PATCH rdma-next 0/4] Provide more error details when a QP moves to
 2022-11-02  1:56 UTC  (9+ messages)
` [PATCH rdma-next 4/4] nvme-rdma: add more error details when a QP moves to an error state

[linux-nvme:nvme-6.2] BUILD SUCCESS d30a909f9bb5283e701a5fdfffac763ef57a3e7c
 2022-11-01 22:21 UTC 

[linux-nvme:nvme-6.1] BUILD SUCCESS 48fe7dddb972e83e909f553e0ab7aa34c9598502
 2022-11-01 21:09 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).