summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nvme-tcp: Use struct nvme_ctrl directlyIsrael Rukshin2019-08-291-10/+10
| * | nvme-rdma: Add TOS for rdma transportIsrael Rukshin2019-08-291-3/+6
| * | nvme-fabrics: Add type of service (TOS) configurationIsrael Rukshin2019-08-292-0/+21
| * | nvmet-tcp: fix possible memory leakSagi Grimberg2019-08-291-0/+1
| * | nvmet-tcp: fix possible NULL derefSagi Grimberg2019-08-291-4/+8
| * | nvmet: trace: parse Get LBA Status command in detailMinwoo Im2019-08-291-0/+18
| * | nvme: trace: parse Get LBA Status command in detailMinwoo Im2019-08-291-0/+18
| * | nvmet: fix data units read and written counters in SMART logTom Wu2019-08-291-6/+8
| * | nvme-tcp: support simple pollingSagi Grimberg2019-08-291-6/+45
| * | nvme: tcp: selects CRYPTO_CRC32C for nvme-tcpMinwoo Im2019-08-291-0/+1
| * | nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg2019-08-295-7/+7
| * | nvme: move sqsize setting to the coreSagi Grimberg2019-08-297-55/+17
| * | nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg2019-08-291-0/+1
| * | nvme: have nvme_init_identify set ctrl->capSagi Grimberg2019-08-291-4/+3