messages from 2018-12-04 00:55:08 to 2018-12-12 07:07:56 UTC [more...]
[PATCH RFC 0/4] restore polling to nvme-rdma
2018-12-12 7:07 UTC (8+ messages)
` [PATCH RFC 1/4] nvme-fabrics: allow user to pass in nr_poll_queues
` [PATCH RFC 2/4] rdma: introduce ib_change_cq_ctx
` [PATCH RFC 3/4] nvme-rdma: implement polling queue map
` [PATCH RFC 4/4] nvme-multipath: disable polling for underlying namespace request queue
` [PATCH RFC nvme-cli 5/4] fabrics: pass in number of polling queues
[PATCH v2 0/5] implement nvmf read/write queue maps
2018-12-12 7:05 UTC (9+ messages)
` [PATCH v2 1/5] blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
` [PATCH v2 2/5] nvme-fabrics: add missing nvmf_ctrl_options documentation
` [PATCH v2 3/5] nvme-fabrics: allow user to set nr_write_queues for separate queue maps
` [PATCH v2 4/5] nvme-tcp: support separate queue maps for read and write
` [PATCH v2 5/5] nvme-rdma: "
` [PATCH v2 nvme-cli 6/5] fabrics: pass in number of write queues
[PATCH 1/2] nvme: Introduce nvme_is_aen_req function
2018-12-12 6:55 UTC (2+ messages)
` [PATCH 2/2] nvme-rdma: Handle completions if error_recovery fails
[PATCH] scatterlist: Update size type to support greater then 4GB size
2018-12-12 6:49 UTC (4+ messages)
[PATCH] nvme-rdma: complete requests from ->timeout
2018-12-12 1:31 UTC (13+ messages)
[PATCH 00/12] nvmet: add error log page support
2018-12-12 0:38 UTC (30+ messages)
` [PATCH 01/12] nvme: remove nvme_common command cdw10 array
` [PATCH 02/12] nvme: add error log page slot definition
` [PATCH 03/12] nvmet: add error-log definitions
` [PATCH 04/12] nvmet: add interface to update error-log page
` [PATCH 05/12] nvmet: add error log support in the core
` [PATCH 06/12] nvmet: add error log support for bdev backend
` [PATCH 07/12] nvmet: add error log support for file backend
` [PATCH 08/12] nvmet: add error log support for fabrics-cmd
` [PATCH 09/12] nvmet: add error log support for rdma backend
` [PATCH 10/12] nvmet: add error log support for admin-cmd
` [PATCH 11/12] nvmet: add error log page cmd handler
` [PATCH 12/12] nvmet: update smart log with num err log entries
[PATCH 0/5] implement nvmf read/write queue maps
2018-12-11 23:34 UTC (16+ messages)
` [PATCH 1/5] blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
` [PATCH 2/5] nvme-fabrics: add missing nvmf_ctrl_options documentation
` [PATCH 3/5] nvme-fabrics: allow user to set nr_write_queues for separate queue maps
` [PATCH 4/5] nvme-tcp: support separate queue maps for read and write
` [PATCH 5/5] nvme-rdma: support read/write queue separation
` [PATCH nvme-cli 6/5] fabrics: pass in nr_write_queues
Whenever running nvme discover command, syslog shows warning messages
2018-12-11 17:30 UTC (11+ messages)
[PATCH] nvme: fix irq vs io_queue calculations
2018-12-11 13:24 UTC (5+ messages)
[PATCH] nvme: add __exit annotation
2018-12-11 10:52 UTC (2+ messages)
[PATCH] nvme: default to 0 poll queues
2018-12-09 18:18 UTC (5+ 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)
[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 (6+ 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 (15+ messages)
block and nvme polling improvements V3
2018-12-04 18:40 UTC (37+ 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 10/13] nvme-mpath: remove I/O polling support
` [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()
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