summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-277-51/+154
|\
| * nvme-rdma: fix possible use-after-free in connect timeoutSagi Grimberg2019-09-271-1/+2
| * nvme: Move ctrl sqsize to generic spaceKeith Busch2019-09-261-1/+1
| * nvme: Add ctrl attributes for queue_count and sqsizeJames Smart2019-09-251-0/+4
| * nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-09-251-16/+92
| * nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan2019-09-251-0/+10
| * nvmet-tcp: remove superflous check on request sglSagi Grimberg2019-09-251-8/+4
| * Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu2019-09-251-0/+3
| * nvme-rdma: Fix max_hw_sectors calculationMax Gurtovoy2019-09-251-5/+11
| * nvme: fix an error code in nvme_init_subsystem()Dan Carpenter2019-09-251-2/+3
| * nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello2019-09-251-7/+10
| * nvme-tcp: fix wrong stop condition in io_workWunderlich, Mark2019-09-251-2/+2
| * nvme-pci: Fix a race in controller removalBalbir Singh2019-09-231-1/+4
| * nvmet: change ppl to lppJohn Pittman2019-09-231-8/+8
* | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-9/+0
|\|
| * block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-9/+0
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-4/+6
|\ \ | |/ |/|
| * PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-2/+4
| * PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe2019-08-161-2/+2
* | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-1717-262/+566
|\ \
| * | nvmet: fix a wrong error status returned in error log pageAmit2019-09-121-5/+3
| * | nvme: send discovery log page change events to userspaceSagi Grimberg2019-09-121-1/+5
| * | nvme: add uevent variables for controller devicesSagi Grimberg2019-09-121-0/+28
| * | nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg2019-09-121-2/+4
| * | nvme-fabrics: allow discovery subsystems accept a katoSagi Grimberg2019-09-121-10/+2
| * | nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery()Markus Elfring2019-09-121-3/+1
| * | nvme: Remove redundant assignment of cq vectorIsrael Rukshin2019-09-121-1/+0
| * | nvme: Assign subsys instance from first ctrlKeith Busch2019-09-121-11/+10
| * | nvme: tcp: remove redundant assignment to variable retColin Ian King2019-09-121-1/+1
| * | nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski2019-09-121-0/+3
| * | nvme: Treat discovery subsystems as unique subsystemsJames Smart2019-09-121-0/+11
| * | nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg2019-09-121-1/+7
| * | nvme: make nvme_report_ns_ids propagate error backSagi Grimberg2019-09-121-6/+22
| * | nvme: make nvme_identify_ns propagate errors backSagi Grimberg2019-09-121-19/+20
| * | nvme: pass status to nvme_error_statusSagi Grimberg2019-09-121-3/+3
| * | nvme-fc: Fail transport errors with NVME_SC_HOST_PATHJames Smart2019-09-121-7/+30
| * | nvme-tcp: fail command with NVME_SC_HOST_PATH_ERROR send failedSagi Grimberg2019-09-121-1/+1
| * | nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg2019-09-121-1/+3
| * | nvme-rdma: Use rq_dma_dir macroIsrael Rukshin2019-08-291-7/+3
| * | nvme-fc: Use rq_dma_dir macroIsrael Rukshin2019-08-291-5/+2
| * | nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin2019-08-291-3/+2
| * | nvme: make fabrics command run on a separate request queueSagi Grimberg2019-08-296-14/+64
| * | nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt2019-08-292-1/+35
| * | nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt2019-08-292-1/+30
| * | nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt2019-08-291-3/+8
| * | nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt2019-08-291-15/+15
| * | nvme: trace bio completionHannes Reinecke2019-08-292-3/+21
| * | nvme-multipath: fix ana log nsid lookup when nsid is not foundAnton Eidelman2019-08-291-3/+5
| * | nvmet-tcp: Add TOS for tcp transportIsrael Rukshin2019-08-291-0/+11
| * | nvme-tcp: Add TOS for tcp transportIsrael Rukshin2019-08-291-1/+14