linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 17:24:58 to 2019-04-26 22:49:20 UTC [more...]

[PATCH V7 0/9] blk-mq: fix races related with freeing queue
 2019-04-26 22:49 UTC  (27+ messages)
` [PATCH V7 1/9] blk-mq: grab .q_usage_counter when queuing request from plug code path
` [PATCH V7 2/9] blk-mq: move cancel of requeue_work into blk_mq_release
` [PATCH V7 3/9] blk-mq: free hw queue's resource in hctx's release handler
` [PATCH V7 4/9] blk-mq: move all hctx alloction & initialization into __blk_mq_alloc_and_init_hctx
` [PATCH V7 5/9] blk-mq: split blk_mq_alloc_and_init_hctx into two parts
` [PATCH V7 6/9] blk-mq: always free hctx after request queue is freed
` [PATCH V7 7/9] blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
` [PATCH V7 8/9] block: don't drain in-progress dispatch in blk_cleanup_queue()
` [PATCH V7 9/9] nvme: hold request queue's refcount in ns's whole lifetime

[PATCH nvme-cli rfc 0/6] Support discovery log change events
 2019-04-26 20:14 UTC  (15+ messages)

[GIT PULL] nvme updates for 5.2
 2019-04-26 16:26 UTC  (2+ messages)

libata fixes for NVME + OPAL
 2019-04-26 11:48 UTC  (9+ messages)
` [PATCH 1/3] drivers: nvme: target: core: fix build break
` [PATCH 2/3] drivers: libata: introduce sysctl directory
` [PATCH 3/3] drivers: libata: add sysctl: 'libata.allow_tpm' for self-encrypted devices

[PATCH] nvme: determine the number of IO queues
 2019-04-26  5:27 UTC  (16+ messages)

[PATCH 0/2] nvme: Check size of command structures
 2019-04-25 23:32 UTC  (9+ messages)
` [PATCH 1/2] nvme: fabrics: Make sure command struct size fixed
` [PATCH 2/2] nvme: pci: "

[PATCH] block: use static bio_set for bio_split() calls
 2019-04-25 15:36 UTC  (13+ messages)

[PATCH 1/2] spec, Makefile: add /etc/nvme files to package files
 2019-04-25 14:59 UTC  (4+ messages)
` [PATCH 2/2] spec, make: Add discovery.conf to the package files list

[PATCH 0/4] small patchset for 5.2
 2019-04-25 14:53 UTC  (7+ messages)
` [PATCH 1/4] nvmet-tcp: don't fail maxr2t greater than 1
` [PATCH 2/4] nvme-tcp: Fix a NULL deref when an admin connect times out
` [PATCH 3/4] nvme-rdma: "
` [PATCH 4/4] nvme-tcp: rename function to have nvme_tcp prefix

[PATCH v2] nvmet-file: clamp-down file namespace lba_shift
 2019-04-25 14:53 UTC  (4+ messages)

[PATCH] nvmet: loop: kill timeout handler
 2019-04-25 14:52 UTC  (5+ messages)

[PATCH] nvme: rdma: Fix typo in struct comment
 2019-04-25 14:52 UTC  (3+ messages)

[PATCH v4 0/3] Couple of fixes detected with blktests
 2019-04-25 14:52 UTC  (10+ messages)
` [PATCH v4 1/3] nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE

[PATCHv2] nvmet: make MDTS value configurable
 2019-04-25 14:29 UTC  (7+ messages)

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-04-25 11:20 UTC  (8+ messages)
  ` [PATCH v5 1/7] fs: introduce write-hint start point for in-kernel hints
  ` [PATCH v5 2/7] block: increase stream count for in-kernel use
  ` [PATCH v5 3/7] block: introduce API to register stream information with block-layer
  ` [PATCH v5 4/7] block: introduce write-hint to stream-id conversion
  ` [PATCH v5 5/7] nvme: register stream info with block layer
  ` [PATCH v5 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
  ` [PATCH v5 7/7] fs/ext4,jbd2: add support for sending write-hint with journal

[PATCHv2 RFC] nvme: use nvme_set_queue_dying() during namespace rescanning
 2019-04-25  7:10 UTC  (7+ messages)

[PATCH v2 0/2] Adding per-controller timeout support to nvme
 2019-04-25  5:45 UTC  (7+ messages)

[PATCH 0/2] nvme: improve logging
 2019-04-25  2:40 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] nvme-multipath: "

[PATCH 0/2] nvme: pci: Fix queue_count parameter
 2019-04-25  1:05 UTC  (9+ messages)
  ` [PATCH 1/2] nvme: pci: Return -EINVAL if given nr_queue larger than nr_cpu
  ` [PATCH 2/2] nvme: pci: Do not initialize local_var

[RESEND PATCH stable only] nvmet: set loop queue's segment boundary mask as PAGE_SIZE - 1
 2019-04-24 16:48 UTC  (4+ messages)

[PATCH RFC] nvme: fix race condition between remove and scan_work
 2019-04-24 16:42 UTC  (5+ messages)

[PATCH RFC 0/6] nvme: introduce a new flag NVME_ADMIN_QID
 2019-04-24 16:41 UTC  (4+ messages)

[PATCH] nvme: improve logging
 2019-04-24 16:39 UTC  (2+ messages)

[PATCH V6 0/9] blk-mq: fix races related with freeing queue
 2019-04-24  5:55 UTC  (25+ messages)
` [PATCH V6 1/9] blk-mq: grab .q_usage_counter when queuing request from plug code path
` [PATCH V6 2/9] blk-mq: move cancel of requeue_work into blk_mq_release
` [PATCH V6 3/9] blk-mq: free hw queue's resource in hctx's release handler
` [PATCH V6 4/9] blk-mq: move all hctx alloction & initialization into __blk_mq_alloc_and_init_hctx
` [PATCH V6 5/9] blk-mq: split blk_mq_alloc_and_init_hctx into two parts
` [PATCH V6 6/9] blk-mq: always free hctx after request queue is freed
` [PATCH V6 7/9] blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
` [PATCH V6 8/9] block: don't drain in-progress dispatch in blk_cleanup_queue()
` [PATCH V6 9/9] nvme: hold request queue's refcount in ns's whole lifetime

Controller memory buffer - P2PDMA question
 2019-04-23 18:24 UTC  (3+ messages)

[PATCH 0/5] blk-mq: fixes for Ming Leis V6 patchset
 2019-04-23 12:29 UTC  (6+ messages)
` [PATCH 1/5] blk-mq: rename 'dead_hctx_XX' to 'unused_hctx_XX'
` [PATCH 2/5] blk-mq: drop 'hctx_idx' argument from blk_mq_alloc_hctx()
` [PATCH 3/5] blk-mq: remove 'nr_queue' argument in blk_mq_exit_hw_queues()
` [PATCH 4/5] blk-mq: Set hctx pointer to NULL "
` [PATCH 5/5] blk-mq: free q->queue_hw_ctx in blk_mq_exit_queue()

[PATCH AUTOSEL 4.19 62/68] nvme-multipath: relax ANA state check
 2019-04-22 19:45 UTC 

[PATCH AUTOSEL 5.0 88/98] nvme-multipath: relax ANA state check
 2019-04-22 19:41 UTC  (3+ messages)
` [PATCH AUTOSEL 5.0 89/98] nvmet: fix building bvec from sg list
` [PATCH AUTOSEL 5.0 90/98] nvmet: fix error flow during ns enable

[PATCH v4 0/7] Extend write-hint/stream infrastructure
 2019-04-22 13:43 UTC  (15+ messages)
  ` [PATCH v4 1/7] fs: introduce write-hint start point for in-kernel hints
  ` [PATCH v4 2/7] block: increase stream count for in-kernel use
  ` [PATCH v4 3/7] block: introduce API to register stream information with block-layer
  ` [PATCH v4 4/7] block: introduce write-hint to stream-id conversion
  ` [PATCH v4 5/7] nvme: register stream info with block layer
  ` [PATCH v4 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
  ` [PATCH v4 7/7] fs/ext4,jbd2: add support for sending write-hint with journal

[PATCH] nvme-cli: Increase size of ONTAP namespace path variable
 2019-04-17 22:46 UTC  (2+ messages)

[PATCH v2] nvme-cli: fix typo, removing the duplicate 'are'
 2019-04-15 15:13 UTC  (2+ messages)

[PATCH] nvme,scsi: display FC-NVMe port roles
 2019-04-13  0:10 UTC  (3+ messages)
` [EXT] "

Potential bug in queue_count_set
 2019-04-12 20:59 UTC  (6+ 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).