summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao2019-10-181-1/+2
* nvme-tcp: fix possible leakage during error flowMax Gurtovoy2019-10-151-0/+1
* nvmet-loop: fix possible leakage during error flowMax Gurtovoy2019-10-151-1/+3
* nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior2019-10-141-0/+2
* nvme: Wait for reset state when requiredKeith Busch2019-10-143-17/+74
* nvme: Prevent resets during paused controller stateKeith Busch2019-10-141-4/+25
* nvme: Restart request timers in resetting stateKeith Busch2019-10-142-0/+16
* nvme: Remove ADMIN_ONLY stateKeith Busch2019-10-144-37/+11
* nvme-pci: Free tagset if no IO queuesKeith Busch2019-10-141-2/+9
* nvme: retain split access workaround for capability readsArd Biesheuvel2019-10-041-1/+1
* nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg2019-10-041-2/+1
* 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