Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-19 07:58:45 to 2018-11-27 07:35:42 UTC [more...]

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

[PATCH] drivers/nvme/host/rdma.c: Fix double freeing of async event data
 2018-11-27  7:33 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 v3 00/13] TCP transport binding for NVMe over Fabrics
 2018-11-27  0:05 UTC  (24+ 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] nvme: Free ctrl device name on init failure
 2018-11-26 23:39 UTC 

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

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

[PATCHSET 0/8] block plugging improvements
 2018-11-26 17:02 UTC  (10+ 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()

tweak multipath kconfig and options
 2018-11-26 15:40 UTC  (10+ 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

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

[PATCHSET v4] Various block optimizations
 2018-11-25 13:41 UTC  (20+ messages)
` [PATCH 2/7] block: have ->poll_fn() return number of entries polled
` [PATCH 3/7] nvme-fc: remove unused poll implementation
` [PATCH 4/7] blk-mq: when polling for IO, look for any completion
` [PATCH 5/7] blk-mq: remove 'tag' parameter from mq_ops->poll()
` [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not
` [PATCH 7/7] blk-mq: ensure mq_ops ->poll() is entered at least once

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] nvme-core: flush namespace scanning work just before removing namespaces
 2018-11-21 23:17 UTC 

[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  (37+ messages)
` [PATCH v2 01/14] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v2 02/14] datagram: open-code copy_page_to_iter
` [PATCH v2 03/14] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v2 04/14] datagram: consolidate datagram copy to iter helpers
` [PATCH v2 04/14] net/datagram: "
` [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  (15+ 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  (4+ messages)

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

[PATCH 1/2] nvmet-rdma: Add unlikely for response allocated check
 2018-11-20  9:35 UTC  (5+ messages)
` [PATCH 2/2] nvme: Remove unused forward declaration

[PATCH v4 0/4] Support SQ flow control disabled mode (TP 8005)
 2018-11-20  9:34 UTC  (7+ messages)
` [PATCH v4 1/4] nvmet: support fabrics sq flow control
` [PATCH v4 2/4] nvmet: don't override treq upon modification
` [PATCH v4 3/4] nvmet: expose support for fabrics SQ flow control disable in treq
` [PATCH v4 4/4] nvme: disable fabrics SQ flow control when asked by the user
` [PATCH nvme-cli 5/4 v4] fabrics: support fabrics sq flow control disable

[PATCH 00/11] TCP transport binding for NVMe over Fabrics
 2018-11-20  1:44 UTC  (14+ messages)
` [PATCH 05/11] nvmet: Add install_queue callout
` [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver

[PATCH v4 0/5] qla2xxx: Add FC-NVMe Target support
 2018-11-20  0:24 UTC  (12+ messages)
` [PATCH v4 1/5] qla2xxx_nvmet: Add FC-NVMe Target Link Service request handling
` [PATCH v4 2/5] qla2xxx_nvmet: Add files for FC-NVMe Target support
` [PATCH v4 3/5] qla2xxx_nvmet: Add FC-NVMe Target handling
` [PATCH v4 4/5] qla2xxx_nvmet: Add SysFS node for FC-NVMe Target
` [PATCH v4 5/5] qla2xxx: Update driver version to 11.00.00.00-k

[PATCH] nvme: validate controller state before rescheduling keep alive
 2018-11-19 22:37 UTC  (3+ messages)

[PATCH] nvme: default to 0 poll queues
 2018-11-19 15:18 UTC  (3+ messages)


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