aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09nvme-trace: add delete completion and submission queue to admin cmds tracerTom Wu1-0/+26
2019-07-09nvme-trace: fix spelling mistake "spcecific" -> "specific"Colin Ian King1-1/+1
2019-07-09nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig1-1/+2
2019-07-09nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak1-5/+9
2019-07-09nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak1-1/+3
2019-07-09nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig1-2/+1
2019-07-09nvme-pci: make nvme_dev_pm_ops staticYueHaibing1-1/+1
2019-06-21nvme: enable to inject errors into admin commandsAkinobu Mita3-3/+7
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita3-33/+41
2019-06-21nvme-trace: print result and status in hex formatMinwoo Im1-1/+1
2019-06-21nvme-trace: support for fabrics commands in host-sideMinwoo Im2-6/+77
2019-06-21nvme-trace: move opcode symbol print to nvme.hMinwoo Im1-44/+0
2019-06-21nvme-trace: do not export nvme_trace_disk_nameMinwoo Im1-1/+0
2019-06-21nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni1-4/+5
2019-06-21nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-06-21nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-06-21nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-06-21nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im1-21/+2
2019-06-21nvme-pci: remove unnecessary zero for static varMinwoo Im1-1/+1
2019-06-21nvme-pci: use host managed power state for suspendKeith Busch1-3/+92
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im1-1/+1
2019-06-21nvme: export get and set featuresKeith Busch2-3/+27
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-21nvme-fc: add message when creating new associationJames Smart1-0/+6
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig1-1/+1
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe3-63/+149
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy1-17/+36
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-05nvme-pci: don't limit DMA segement sizeChristoph Hellwig1-0/+6
2019-05-30nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg1-7/+50
2019-05-30nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg1-38/+61
2019-05-24Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-blockLinus Torvalds3-41/+76
2019-05-22nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch1-1/+1
2019-05-21nvme: copy MTFA field from identify controllerLaine Walker-Avina1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-17nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-05-17nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-05-17nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-05-17nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-05-17nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9
2019-05-17nvme: Fix known effectsKeith Busch1-1/+1
2019-05-17nvme-pci: Sync queues on resetKeith Busch3-0/+14
2019-05-17nvme-pci: Unblock reset_work on IO failureKeith Busch1-5/+4
2019-05-17nvme-pci: Don't disable on timeout in reset stateKeith Busch1-1/+2
2019-05-17nvme-pci: Fix controller freeze wait disablingKeith Busch1-6/+6
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds8-76/+63
2019-05-14nvme: validate cntlid during controller initialisationChristoph Hellwig1-17/+24
2019-05-14nvme: change locking for the per-subsystem controller listChristoph Hellwig1-18/+14
2019-05-14nvme: trace all async notice eventsChaitanya Kulkarni2-3/+3
2019-05-14nvme-fabrics: remove unused argumentMinwoo Im1-2/+2