summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | nvme-tcp: Use protocol specific operations while reading socketPotnuri Bharat Teja2019-08-291-2/+3
| * | nvme-tcp: cleanup nvme_tcp_recv_pduSagi Grimberg2019-08-291-8/+3
| * | lightnvm: move metadata mapping to lower level driverHans Holmberg2019-08-061-3/+17
| * | lightnvm: remove nvm_submit_io_sync_fnHans Holmberg2019-08-061-29/+0
| * | blk-mq: remove blk_mq_complete_request_syncMing Lei2019-08-041-1/+1
| * | nvme: wait until all completed request's complete fn is calledMing Lei2019-08-045-4/+18
| * | nvme: don't abort completed request in nvme_cancel_requestMing Lei2019-08-041-0/+4
* | | nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello2019-08-203-1/+17
* | | nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli2019-08-201-1/+3
* | | nvme-multipath: fix possible I/O hang when paths are updatedAnton Eidelman2019-08-201-0/+1
* | | Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-179-15/+143
|\ \ \
| * | | nvme-pci: Fix async probe remove raceKeith Busch2019-07-311-1/+2
| * | | nvme: fix controller removal race with scan workSagi Grimberg2019-07-313-8/+54
| * | | nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg2019-07-311-5/+11
| * | | nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg2019-07-313-0/+47
| * | | nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe2019-07-311-1/+1
| * | | nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe2019-07-311-0/+3
| * | | nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe2019-07-311-0/+8