public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2018-11-29 19:13:02 to 2018-12-09 18:21:45 UTC [more...]

[PATCH] nvme: fix irq vs io_queue calculations
 2018-12-09 18:21 UTC 

[PATCH] nvme: default to 0 poll queues
 2018-12-09 18:18 UTC  (5+ messages)

[PATCH] nvme-rdma: complete requests from ->timeout
 2018-12-09 14:22 UTC  (8+ messages)

[PATCH v5 00/13] TCP transport binding for NVMe over Fabrics
 2018-12-08 17:00 UTC  (15+ messages)
` [PATCH v5 01/13] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v5 02/13] datagram: open-code copy_page_to_iter
` [PATCH v5 03/13] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v5 04/13] datagram: consolidate datagram copy to iter helpers
` [PATCH v5 05/13] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v5 06/13] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v5 07/13] nvmet: Add install_queue callout
` [PATCH v5 08/13] nvme-fabrics: allow user passing header digest
` [PATCH v5 09/13] nvme-fabrics: allow user passing data digest
` [PATCH v5 10/13] nvme-tcp: Add protocol header
` [PATCH v5 11/13] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v5 12/13] nvmet: allow configfs tcp trtype configuration
` [PATCH v5 13/13] nvme-tcp: add NVMe over TCP host driver

[PATCH] nvme-ioctl: clear rae for discovery log pages
 2018-12-07 22:16 UTC  (2+ messages)

[GIT PULL] first batch of nvme updates for 4.21
 2018-12-07 19:44 UTC  (2+ messages)

[PATCH V2] blk-mq: re-build queue map in case of kdump kernel
 2018-12-07 18:12 UTC  (3+ messages)

[GIT PULL] nvme fixes for 4.20
 2018-12-07 15:40 UTC  (2+ messages)

[PATCH] blk-mq: re-build queue map in case of kdump kernel
 2018-12-07  3:00 UTC  (3+ messages)

[PATCH] nvme: limit max io queues as 1 in case of kdump kernel
 2018-12-07  2:08 UTC  (9+ messages)

[PATCH 0/4] nvme multipath: expose slaves/holders
 2018-12-06 20:22 UTC  (6+ messages)
` [PATCH 1/4] block: move holder tracking from struct block_device to hd_struct
` [PATCH 2/4] nvme: create slaves/holder entries for multipath devices
` [PATCH 3/4] nvme: Should not warn when a disk path is opened
` [PATCH 4/4] block: expose devt for GENHD_FL_HIDDEN disks

provide slaves/holders links for multipath devices
 2018-12-06 16:48 UTC  (5+ messages)
` [PATCH 2/2] nvme: create slaves/holder entries "

[PATCH 1/2] nvmet-rdma: Fix response use after free
 2018-12-05 22:13 UTC  (7+ messages)
` [PATCH 2/2] nvme: Remove unused function

[PATCH V2] nvmet-rdma: Fix response use after free
 2018-12-05 22:11 UTC  (3+ messages)

Whenever running nvme discover command, syslog shows warning messages
 2018-12-05 20:41 UTC  (10+ messages)

[PATCH 0/2] nvme-multipath: round-robin I/O policy
 2018-12-05 20:05 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 60/69] nvme: flush namespace scanning work just before removing namespaces
 2018-12-05  9:42 UTC 

[PATCH AUTOSEL 4.19 109/123] nvme: warn when finding multi-port subsystems without multipathing enabled
 2018-12-05  9:35 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 110/123] nvme: flush namespace scanning work just before removing namespaces
` [PATCH AUTOSEL 4.19 111/123] nvme-rdma: fix double freeing of async event data

[PATCH] nvme-core: small cleanups
 2018-12-05  2:33 UTC  (9+ messages)

[PATCH v2] nvme: validate controller state before rescheduling keep alive
 2018-12-04 22:24 UTC  (4+ messages)

[PATCH 1/2] blk-mq: Export iterating all tagged requests
 2018-12-04 22:09 UTC  (20+ messages)
` [PATCH 2/2] nvme: Remove queue flushing hack

block and nvme polling improvements V3
 2018-12-04 18:40 UTC  (41+ messages)
` [PATCH 01/13] block: move queues types to the block layer
` [PATCH 02/13] nvme-pci: use atomic bitops to mark a queue enabled
` [PATCH 03/13] nvme-pci: cleanup SQ allocation a bit
` [PATCH 04/13] nvme-pci: only allow polling with separate poll queues
` [PATCH 05/13] nvme-pci: consolidate code for polling non-dedicated queues
` [PATCH 06/13] nvme-pci: refactor nvme_disable_io_queues
` [PATCH 07/13] nvme-pci: don't poll from irq context when deleting queues
` [PATCH 08/13] nvme-pci: remove the CQ lock for interrupt driven queues
` [PATCH 09/13] nvme-rdma: remove I/O polling support
` [PATCH 10/13] nvme-mpath: "
` [PATCH 11/13] block: remove ->poll_fn
` [PATCH 12/13] block: only allow polling if a poll queue_map exists
` [PATCH 13/13] block: enable polling by default if a poll map is initalized

[PATCHSET v2 0/8] block plugging improvements
 2018-12-04  1:39 UTC  (13+ messages)
` [PATCH 1/7] block: improve logic around when to sort a plug list
` [PATCH 2/7] blk-mq: add mq_ops->commit_rqs()
` [PATCH 4/7] virtio_blk: implement mq_ops->commit_rqs() hook
` [PATCH 5/7] ataflop: "
` [PATCH 6/7] blk-mq: use bd->last == true for list inserts
` [PATCH 7/7] blk-mq: use plug for devices that implement ->commits_rqs()

NVMe drive kernel fail after hotplug kernel 4.16.12
 2018-12-03 14:27 UTC  (4+ messages)
        ` AW: "

[PATCH v4 00/13] TCP transport binding for NVMe over Fabrics
 2018-11-30 20:37 UTC  (8+ messages)
` [PATCH v4 11/13] nvmet-tcp: add NVMe over TCP target driver

[GIT PULL] nvme fixes for 4.20
 2018-11-30 17:12 UTC  (5+ messages)

block and nvme polling improvements V2
 2018-11-30 15:21 UTC  (30+ messages)
` [PATCH 01/13] block: move queues types to the block layer
` [PATCH 02/13] nvme-pci: use atomic bitops to mark a queue enabled
` [PATCH 03/13] nvme-pci: cleanup SQ allocation a bit
` [PATCH 05/13] nvme-pci: consolidate code for polling non-dedicated queues
` [PATCH 06/13] nvme-pci: refactor nvme_disable_io_queues
` [PATCH 07/13] nvme-pci: don't poll from irq context when deleting queues
` [PATCH 08/13] nvme-pci: remove the CQ lock for interrupt driven queues
` [PATCH 09/13] nvme-rdma: remove I/O polling support
` [PATCH 10/13] nvme-mpath: "
` [PATCH 11/13] block: remove ->poll_fn
` [PATCH 12/13] block: only allow polling if a poll queue_map exists
` [PATCH 13/13] block: enable polling by default if a poll map is initalized

Two M.2 NVMe drives with same NQN, one gets removed
 2018-11-30 11:50 UTC  (6+ messages)

[PATCH] lightnvm: simplify geometry enumeration
 2018-11-30  8:51 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox