linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-11 15:10:42 to 2020-06-20 17:52:42 UTC [more...]

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

[PATCH 0/5] address deadlocks in high stress ns scanning and ana updates
 2020-06-19 23:34 UTC  (6+ 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

[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: "

[PATCH 0/3] Some datapath optimizations for nvme-tcp host driver
 2020-06-19  0:30 UTC  (4+ 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 v2 0/2] remove workarounds for gcc bug wrt unnamed fields in initializers
 2020-06-18 20:02 UTC  (3+ messages)
` [PATCH v2 1/2] nvme: "
` [PATCH v2 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  (6+ messages)
` [PATCH 2/5 v2] nvme-pci: override the value of the "
` [PATCH 3/5 v2] nvme-pci: initialize tagset numa value to the value of the ctrl
` [PATCH 4/5 v2] nvme-tcp: "
` [PATCH 5/5 v2] nvme-loop: "

[PATCH 0/2] Export max open zones and max active zones to sysfs
 2020-06-16 10:25 UTC  (3+ messages)
` [PATCH 1/2] block: add max_open_zones to blk-sysfs
` [PATCH 2/2] block: add max_active_zones "

[PATCH] nvme: Quirk for Samsung PM1733 controllers
 2020-06-16  6:53 UTC  (6+ messages)

[nvme-cli] Commit fix apsrintf return check
 2020-06-15 12:47 UTC  (3+ messages)

[PATCH 2/2] nvme-pci: override the value of the controller's numa node
 2020-06-15  8:29 UTC  (2+ messages)

[PATCH] nvme: associate stripe size quirk with D4512
 2020-06-15  7:20 UTC  (4+ messages)

[PATCH 0/2] Add support for StorageD3Enable _DSD property
 2020-06-12 20:48 UTC  (4+ messages)
` [PATCH V2 0/2] nvme: Add support for ACPI StorageD3Enable property
` [PATCH V2 1/2] PCI: Add ACPI StorageD3Enable _DSD support
` [PATCH V2 2/2] drivers/nvme: Add support for ACPI StorageD3Enable property

[PATCH v13 0/9] nvmet: add target passthru commands support
 2020-06-11 23:46 UTC  (18+ messages)
` [PATCH v13 2/9] nvme: Create helper function to obtain command effects
` [PATCH v13 5/9] nvme-core: Introduce nvme_ctrl_get_by_path()
` [PATCH v13 7/9] nvmet-passthru: Add passthru code to process commands
` [PATCH v13 8/9] nvmet-passthru: Add enable/disable helpers

[PATCH nvme-cli] nvme: allow addr family to recognize loop
 2020-06-11 20:57 UTC  (2+ messages)

[GIT PULL] nvme fixes for 5.8
 2020-06-11 15:10 UTC  (2+ 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).