linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 07:11:51 to 2020-06-24 22:09:43 UTC [more...]

[PATCH V2 1/2] PCI: Add ACPI StorageD3Enable _DSD support
 2020-06-24 22:09 UTC  (4+ messages)

[PATCHv3 4/5] nvme: support for multi-command set effects
 2020-06-24 21:49 UTC  (15+ messages)
      ` [PATCHv3 3/5] nvme: implement I/O Command Sets Command Set support
  ` [PATCHv3 5/5] nvme: support for zoned namespaces

NVMe over Fabrics transport requirements support
 2020-06-24 20:25 UTC  (6+ messages)

[PATCH 0/2] Add support for StorageD3Enable _DSD property
 2020-06-24 19:39 UTC  (5+ messages)
` [PATCH V2 0/2] nvme: Add support for ACPI StorageD3Enable property

[PATCH] nvmet-tcp: simplify nvmet_process_resp_list
 2020-06-24 19:27 UTC 

[PATCH v2 0/2] remove workarounds for gcc bug wrt unnamed fields in initializers
 2020-06-24 17:08 UTC  (7+ messages)
` [PATCH v2 1/2] nvme: "
` [PATCH v2 2/2] nvmet: "

[PATCH 0/3] Some datapath optimizations for nvme-tcp host driver
 2020-06-24 16:51 UTC  (6+ messages)
` [PATCH 1/3] nvme-tcp: have queue prod/cons send list become a llist
` [PATCH 2/3] nvme-tcp: leverage request plugging
` [PATCH 3/3] nvme-tcp: optimize network stack with setting msg flags according to batch size

[PATCH v3 for-5.8-rc 0/5] address deadlocks in high stress ns scanning and ana updates
 2020-06-24 16:42 UTC  (7+ messages)
` [PATCH v3 for-5.8-rc 1/5] nvme: fix possible deadlock when I/O is blocked
` [PATCH v3 for-5.8-rc 2/5] nvme-multipath: fix deadlock between ana_work and scan_work
` [PATCH v3 for-5.8-rc 3/5] nvme: don't protect ns mutation with ns->head->lock
` [PATCH v3 for-5.8-rc 4/5] nvme-multipath: fix deadlock due to head->lock
` [PATCH v3 for-5.8-rc 5/5] nvme-multipath: fix bogus request queue reference put

[PATCH 0/3] NVMe/RDMA patches for 5.8
 2020-06-24 16:41 UTC  (13+ messages)
` [PATCH 1/3] nvme-rdma: use new shared CQ mechanism
` [PATCH 2/3] nvmet-rdma: "
` [PATCH 3/3] nvme-rdma: assign completion vector correctly

[PATCH v2 for-5.8-rc 0/6] address deadlocks in high stress ns scanning and ana updates
 2020-06-24  8:24 UTC  (21+ messages)
` [PATCH v2 for-5.8-rc 1/6] nvme: fix possible deadlock when I/O is blocked
` [PATCH v2 for-5.8-rc 2/6] nvme-multipath: fix deadlock between ana_work and scan_work
` [PATCH v2 for-5.8-rc 3/6] nvme: don't protect ns mutation with ns->head->lock
` [PATCH v2 for-5.8-rc 4/6] nvme-multipath: fix deadlock due to head->lock
` [PATCH v2 for-5.8-rc 5/6] nvme-multipath: fix bogus request queue reference put
` [PATCH v2 RFC 6/6] nvme-core: fix deadlock in disconnect during scan_work and/or ana_work

[PATCH v2 0/2] Some improvements for NVMe
 2020-06-24  7:58 UTC  (5+ messages)
` [PATCH v2 1/2] nvme: Add Arbitration Burst support
` [PATCH v2 2/2] nvme: Use USEC_PER_SEC instead of magic numbers

[PATCH RFC] block: blktrace framework cleanup
 2020-06-24  6:48 UTC  (2+ messages)

[PATCH 1/3] nvme: Add Arbitration Burst support
 2020-06-24  5:47 UTC  (13+ messages)
  ` [PATCH 2/3] nvme-pci: Add controller memory buffer supported macro
  ` [PATCH 3/3] nvme: Use USEC_PER_SEC instead of magic numbers

[PATCH 0/5] address deadlocks in high stress ns scanning and ana updates
 2020-06-23 17:36 UTC  (7+ messages)
` [PATCH 1/5] nvme: fix possible deadlock when I/O is blocked
` [PATCH 2/5] nvme-multipath: fix deadlock between ana_work and scan_work
` [PATCH 3/5] nvme: don't protect ns mutation with ns->head->lock
` [PATCH 4/5] nvme-multipath: fix deadlock due to head->lock
` [PATCH 5/5 RFC] nvme-core: fix deadlock in disconnect during scan_work and/or ana_work

nvme-rdma regression fix for 5.9
 2020-06-23 16:26 UTC  (3+ messages)
` [PATCH] nvme-rdma: fix a missing completion with remove invalidation

v5.9-rc1 nvme_rdma regression?
 2020-06-23 15:21 UTC 

[PATCH 0/5] nvme support for zoned namespace command set
 2020-06-20 17:52 UTC  (36+ messages)
` [PATCH 3/5] nvme: implement I/O Command Sets Command Set support
` [PATCH 5/5] nvme: support for zoned namespaces

[PATCH] nvme-core: use rcu in instead rw_sem
 2020-06-19 17:09 UTC  (5+ messages)

[PATCHv2 0/5] nvme support for zoned namespace command set
 2020-06-19  7:46 UTC  (17+ messages)
` [PATCHv2 1/5] block: add capacity field to zone descriptors
` [PATCHv2 2/5] null_blk: introduce zone capacity for zoned device
` [PATCHv2 3/5] nvme: implement I/O Command Sets Command Set support
` [PATCHv2 4/5] nvme: support for multi-command set effects
` [PATCHv2 5/5] nvme: support for zoned namespaces

[PATCH 1/2] nvme: remove workarounds for gcc bug wrt unnamed fields in initializers
 2020-06-19  2:34 UTC  (12+ messages)
` [PATCH 2/2] nvmet: "

blk_mq_complete_request overhaul
 2020-06-18 16:47 UTC  (11+ messages)
    ` [PATCH 02/12] blk-mq: factor out a helper to reise the block softirq
  ` [PATCH 03/12] blk-mq: remove raise_blk_irq
  ` [PATCH 04/12] blk-mq: complete polled requests directly
  ` [PATCH 05/12] blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
  ` [PATCH 06/12] blk-mq: merge the softirq vs non-softirq IPI logic
  ` [PATCH 09/12] blk-mq: factor out a blk_mq_complete_need_ipi helper
  ` [PATCH 10/12] blk-mq: add a new blk_mq_complete_request_remote API
  ` [PATCH 12/12] nvme: use blk_mq_complete_request_remote to avoid an indirect function call

[PATCH AUTOSEL 5.4 262/266] nvme-pci: use simple suspend when a HMB is enabled
 2020-06-18  1:16 UTC 

[PATCH AUTOSEL 5.7 378/388] nvme-fc: don't call nvme_cleanup_cmd() for AENs
 2020-06-18  1:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 379/388] nvme-pci: use simple suspend when a HMB is enabled

[PATCH rdma-rc] RDMA/mlx5: Fix integrity enabled QP creation
 2020-06-17 14:15 UTC 

[PATCH] nvmet: use unsigned type for u64
 2020-06-17  8:07 UTC  (2+ messages)

[PATCH 1/1] nvme-fcloop: verify wwnn and wwpn format
 2020-06-17  8:06 UTC  (2+ messages)

[PATCH 1/5 v2] nvme: set initial value for controller's numa node
 2020-06-17  8:06 UTC  (2+ messages)

[PATCH 5/5] nvme: support for zoned namespaces
 2020-06-17  7:34 UTC  (23+ messages)


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).