messages from 2018-11-21 16:23:39 to 2018-11-29 19:13:10 UTC [more...]
block and nvme polling improvements V2
2018-11-29 19:13 UTC (14+ 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-11-29 17:42 UTC (25+ 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 3/7] nvme: implement mq_ops->commit_rqs() hook
` [PATCH 4/7] virtio_blk: "
` [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()
[PATCH] nvme-core: small cleanups
2018-11-29 17:18 UTC
Whenever running nvme discover command, syslog shows warning messages
2018-11-29 17:01 UTC (2+ messages)
[PATCH] nvme-rdma: Fix double freeing of async event data
2018-11-29 15:43 UTC (3+ messages)
[PATCH] lightnvm: simplify geometry enumeration
2018-11-29 14:27 UTC
[PATCH AUTOSEL 4.19 25/68] nvme-fc: resolve io failures during connect
2018-11-29 5:55 UTC
[PATCHSET 0/8] block plugging improvements
2018-11-29 3:53 UTC (42+ 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 v4 00/13] TCP transport binding for NVMe over Fabrics
2018-11-29 0:16 UTC (16+ 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
provide slaves/holders links for multipath devices
2018-11-28 8:38 UTC (6+ messages)
` [PATCH 1/2] block: move holder tracking from struct block_device to hd_struct
` [PATCH 2/2] nvme: create slaves/holder entries for multipath devices
[PATCHv2] nvme: Implement Enhanced Command Retry
2018-11-28 6:59 UTC (3+ messages)
[PATCH] nvme-core: flush namespace scanning work just before removing namespaces
2018-11-28 6:57 UTC (5+ messages)
[PATCH v2] nvme: validate controller state before rescheduling keep alive
2018-11-28 1:04 UTC
[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 (6+ messages)
` [PATCH 2/7] block: have ->poll_fn() return number of entries polled
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 (11+ messages)
` [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 (5+ messages)
` [PATCH 2/2] "
[PATCH] drivers/nvme/host/rdma.c: Fix double freeing of async event data
2018-11-22 2:57 UTC (6+ 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 (12+ messages)
` [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
` [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
Two M.2 NVMe drives with same NQN, one gets removed
2018-11-21 21:19 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).