linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 03:00:07 to 2018-11-28 01:59:49 UTC [more...]

provide slaves/holders links for multipath devices
 2018-11-28  1:59 UTC  (3+ messages)
` [PATCH 1/2] block: move holder tracking from struct block_device to hd_struct

[PATCHSET 0/8] block plugging improvements
 2018-11-28  1:49 UTC  (23+ messages)
` [PATCH 1/8] block: sum requests in the plug structure
` [PATCH 2/8] block: improve logic around when to sort a plug list
` [PATCH 3/8] blk-mq: add mq_ops->commit_rqs()
` [PATCH 4/8] nvme: implement mq_ops->commit_rqs() hook
` [PATCH 5/8] virtio_blk: "
` [PATCH 6/8] ataflop: "
` [PATCH 7/8] blk-mq: use bd->last == true for list inserts
` [PATCH 8/8] blk-mq: add plug case for devices that implement ->commits_rqs()

[PATCH v2] nvme: validate controller state before rescheduling keep alive
 2018-11-28  1:04 UTC 

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

[PATCHv2] nvme: Implement Enhanced Command Retry
 2018-11-27 23:05 UTC  (2+ messages)

[PATCH] nvme-core: flush namespace scanning work just before removing namespaces
 2018-11-27 22:56 UTC  (4+ messages)

[PATCH] nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()
 2018-11-27 17:07 UTC  (4+ messages)

[PATCH] nvme: Implement Enhanced Command Retry
 2018-11-27 16:14 UTC  (4+ messages)

[PATCHSET v4] Various block optimizations
 2018-11-27 15:20 UTC  (10+ messages)
` [PATCH 2/7] block: have ->poll_fn() return number of entries polled
` [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not

tweak multipath kconfig and options
 2018-11-27 15:06 UTC  (11+ messages)
` [PATCH 1/3] nvme: enable multipathing by default
` [PATCH 2/3] nvme: warn when finding multi-port subsystems without multipathing enabled
` [PATCH 3/3] nvme: deprecate the multipath=0 module option
    ` [PATCH 3/3 v2] "

Two M.2 NVMe drives with same NQN, one gets removed
 2018-11-27 15:01 UTC  (5+ messages)

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

[PATCH] drivers/nvme/host/rdma.c: Fix double freeing of async event data
 2018-11-27  7:42 UTC  (5+ messages)

[PATCH] nvme: Free ctrl device name on init failure
 2018-11-27  7:36 UTC  (2+ messages)

[PATCH] nvme: Fix PCIe surprise removal scenario
 2018-11-27  7:35 UTC  (3+ messages)

block and nvme polling improvements
 2018-11-27  0:38 UTC  (15+ 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

[PATCH] nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()
 2018-11-26 21:31 UTC  (2+ messages)

Should I submit bugs against RC kernels?
 2018-11-23 16:08 UTC  (4+ messages)

[PATCH 0/2] nvme-multipath: round-robin I/O policy
 2018-11-22 13:52 UTC  (11+ messages)
` [PATCH 2/2] "

[PATCH] drivers/nvme/host/rdma.c: Fix double freeing of async event data
 2018-11-22  2:57 UTC  (7+ messages)

[PATCH 0/2] nvme-tcp: protection from misbehaving link partners
 2018-11-21 22:31 UTC  (2+ messages)

[PATCH v2 00/14] TCP transport binding for NVMe over Fabrics
 2018-11-21 22:29 UTC  (32+ messages)
` [PATCH v2 05/14] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v2 06/14] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
` [PATCH v2 08/14] nvmet: Add install_queue callout
` [PATCH v2 09/14] nvmet: allow configfs tcp trtype configuration
` [PATCH v2 10/14] nvme-fabrics: allow user passing header digest
` [PATCH v2 11/14] nvme-fabrics: allow user passing data digest
` [PATCH v2 12/14] nvme-tcp: Add protocol header
` [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
` [PATCH nvme-cli v2 15/14] nvme: Add TCP transport
` [PATCH nvme-cli v2 16/14] fabrics: add tcp port tsas decoding
` [PATCH nvme-cli v2 17/14] fabrics: add transport header and data digest

Two M.2 NVMe drives with same NQN, one gets removed
 2018-11-21 21:19 UTC  (4+ messages)

[GIT PULL] nvme fix for 4.20
 2018-11-21 12:56 UTC  (2+ messages)

SGL Descriptor Type for NVMe over TCP
 2018-11-21  9:25 UTC  (2+ messages)

[PATCHv3 0/3] nvme: NUMA locality for fabrics
 2018-11-21  8:36 UTC  (12+ messages)

multipath-tools: add ANA support for NVMe device
 2018-11-20 16:23 UTC  (13+ messages)
` [PATCH] nvme: allow ANA support to be independent of native multipathing
            `  "

[PATCH nvme-cli] nvme_fc auto-connect scripts
 2018-11-20 16:05 UTC  (3+ messages)

[PATCH] nvmet: fix the structure member indentation
 2018-11-20  9:35 UTC  (2+ messages)

[PATCH] nvmet: use unlikely for req status check
 2018-11-20  9:35 UTC  (2+ messages)

[PATCH 1/2] nvmet-rdma: Add unlikely for response allocated check
 2018-11-20  9:35 UTC  (2+ messages)

[PATCH v4 0/4] Support SQ flow control disabled mode (TP 8005)
 2018-11-20  9:34 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).