Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-01 07:13:48 to 2017-04-11 18:32:28 UTC [more...]

[PATCH v2 0/5] nvmet_fc: bug fixes and lldd api mods
 2017-04-11 18:32 UTC  (2+ messages)
` [PATCH v2 1/5] nvmet_fc: add target feature flags for upcall isr contexts

[PATCH v2] nvme-rdma: support devices with queue size < 32
 2017-04-11 15:10 UTC  (10+ messages)

Unexpected issues with 2 NVME initiators using the same target
 2017-04-11 12:47 UTC  (11+ messages)

[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
 2017-04-10 18:05 UTC  (22+ messages)
` [PATCH rfc 1/6] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH rfc 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH rfc 3/6] RDMA/core: expose affinity mappings per completion vector
` [PATCH rfc 4/6] mlx5: support ->get_vector_affinity
` [PATCH rfc 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH rfc 6/6] nvme-rdma: use intelligent affinity based queue mappings

oom issue with 128G memory
 2017-04-10 18:05 UTC 

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-10 16:03 UTC  (47+ messages)
` [RFC 1/8] Introduce Peer-to-Peer memory (p2pmem) device
` [RFC 2/8] cxgb4: setup pcie memory window 4 and create p2pmem region
` [RFC 3/8] nvmet: Use p2pmem in nvme target
` [RFC 4/8] p2pmem: Add debugfs "stats" file
` [RFC 5/8] scatterlist: Modify SG copy functions to support io memory
` [RFC 6/8] nvmet: Be careful about using iomem accesses when dealing with p2pmem

[PATCH v6 RFC] nvme: improve performance for virtual NVMe devices
 2017-04-10 15:51 UTC  (7+ messages)
` [PATCH v7 "
    ` [PATCH v8] "

[PATCH] nvme-cli/list: fix when nvme device can not be open
 2017-04-10 14:49 UTC  (3+ messages)

[PATCH RFC] nvme-rdma: support devices with queue size < 32
 2017-04-10 11:29 UTC  (13+ messages)

[PATCH for-4.11-rc 0/3] Fix wrong sqsize settings in fabrics
 2017-04-09 19:58 UTC  (7+ messages)
` [PATCH for-4.11-rc 1/3] nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capability
` [PATCH for-4.11-rc 2/3] nvme-rdma: "
` [PATCH for-4.11-rc 3/3] nvme-fc: "

kmemleak complaints in nvme PM
 2017-04-09 12:47 UTC 

[PATCH] nvmetcli: Install nvmetcli in /usr/sbin with setup.py
 2017-04-09 12:30 UTC  (2+ messages)

[PATCH v2] nvme_fc: avoid double kfree(), don't call nvme_cleanup_cmd() in nvme_fc_unmap_data()
 2017-04-09 12:28 UTC  (4+ messages)

[PATCH v2 0/2] blk-stat: Add ability to not bucket IO; improve IO polling
 2017-04-07 14:01 UTC  (6+ messages)
` [PATCH v2 1/2] blk-stat: convert blk-stat bucket callback to signed
` [PATCH v2 2/2] blk-mq: Add a polling specific stats function

[PATCH v3 0/2] blk-stat: Add ability to not bucket IO; improve IO polling
 2017-04-07 12:24 UTC  (3+ messages)
` [PATCH v3 1/2] blk-stat: convert blk-stat bucket callback to signed
` [PATCH v3 2/2] blk-mq: Add a polling specific stats function

kill req->errors
 2017-04-07  7:11 UTC  (34+ messages)
` [PATCH 01/25] remove the mg_disk driver
` [PATCH 02/25] block: remove the blk_execute_rq return value
` [PATCH 03/25] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/25] nvme: split nvme status from block req->errors
` [PATCH 05/25] nvme: make nvme_error_status private
` [PATCH 06/25] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/25] virtio_blk: don't use req->errors
` [PATCH 08/25] scsi: fix fast-fail for non-passthrough requests
` [PATCH 09/25] scsi: introduce a new result field in struct scsi_request
` [PATCH 10/25] loop: zero-fill bio on the submitting cpu
` [PATCH 11/25] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 12/25] dm rq: don't pass irrelevant error code "
` [PATCH 13/25] dm mpath: don't check for req->errors
` [PATCH 14/25] nbd: don't use req->errors
` [PATCH 15/25] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 16/25] xen-blkfront: don't use req->errors
` [PATCH 17/25] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 18/25] blk-mq: simplify __blk_mq_complete_request
` [PATCH 19/25] block: add a error_count field to struct request
` [PATCH 20/25] floppy: switch from req->errors to req->error_count
` [PATCH 21/25] ataflop: "
` [PATCH 22/25] swim3: remove (commented out) printing of req->errors
` [PATCH 23/25] pd: remove bogus check for req->errors
` [PATCH 24/25] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 25/25] block: remove the errors field from struct request

[PATCH] nvme_fc: avoid double kfree(), don't call nvme_cleanup_cmd() in nvme_unmap_data()
 2017-04-06 14:53 UTC  (2+ messages)

[PATCH v2 0/6] Automatic affinity settings for nvme over rdma
 2017-04-06 14:30 UTC  (10+ messages)
` [PATCH v2 1/6] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH v2 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH v2 3/6] RDMA/core: expose affinity mappings per completion vector
` [PATCH v2 4/6] mlx5: support ->get_vector_affinity
` [PATCH v2 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH v2 6/6] nvme-rdma: use intelligent affinity based queue mappings

->retries fixups V2
 2017-04-06  8:55 UTC  (15+ messages)
` [PATCH 1/5] nvme: move ->retries setup to nvme_setup_cmd
` [PATCH 2/5] nvme: cleanup nvme_req_needs_retry
` [PATCH 3/5] nvme: mark nvme_max_retries static
` [PATCH 4/5] nvme: move the retries count to struct nvme_request
` [PATCH 5/5] block, scsi: move the retries field to struct scsi_request

->retries fixups
 2017-04-06  8:38 UTC  (15+ messages)
` [PATCH 1/5] nvme: move ->retries setup to nvme_setup_cmd
` [PATCH 2/5] nvme: cleanup nvme_req_needs_retry
` [PATCH 3/5] nvme: mark nvme_max_retries static
` [PATCH 4/5] nvme: move the retries count to struct nvme_request
` [PATCH 5/5] block, scsi: move the retries field to struct scsi_request

[PATCH 1/3] nvmetcli: Fix Port and Host operations in shell
 2017-04-06  7:20 UTC  (5+ messages)
` [PATCH 3/3] nvmetcli: Install nvmetcli executable in $PATH

[PATCH] rdma: force queue size to respect controller capability
 2017-04-06  6:15 UTC  (5+ messages)

[PATCH] nvme: avoid NULL pointer dereference in error recovery path
 2017-04-05 20:01 UTC  (3+ messages)

PRP1 not min page size aligned in read/write cmds
 2017-04-05 13:12 UTC  (2+ messages)

[PATCH] nvme/pci: Don't set reserved SQ create flags
 2017-04-05  8:07 UTC  (3+ messages)

[PATCH 0/5] nvmet_fc: bug fixes and lldd api mods
 2017-04-05  8:05 UTC  (2+ messages)

[GIT PULL] nvme patches for kernel 4.12 - early merge to for-4.12/block
 2017-04-04 15:50 UTC  (2+ messages)

[GIT PULL] nvme patches for kernel 4.11 rc6
 2017-04-04 14:52 UTC  (2+ messages)

[PATCHv2] irq/affinity: Fix CPU spread for unbalanced nodes
 2017-04-03 19:25 UTC 

trivial nvme fixes for 4.11
 2017-04-02  8:14 UTC  (2+ messages)

Linux 4.9.8 + NVMe CiB Issue
 2017-04-01  7:13 UTC  (11+ messages)


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