summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-08-211-0/+15
* nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig2020-07-291-12/+3
* nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2020-07-161-0/+1
* nvme: fix identify error status silent ignoreSagi Grimberg2020-07-021-3/+9
* nvme: fix possible deadlock when I/O is blockedSagi Grimberg2020-06-241-1/+0
* nvme: set initial value for controller's numa nodeMax Gurtovoy2020-06-241-0/+1
* nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel2020-06-111-3/+1
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-132/+190
|\
| * nvme: set dma alignment to qwordKeith Busch2020-05-271-0/+1
| * nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy2020-05-271-14/+27
| * nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy2020-05-271-4/+7
| * nvme: make nvme_ns_has_pi accessible to transportsJames Smart2020-05-271-6/+0
| * nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy2020-05-271-7/+34
| * nvme: introduce namespace features flagMax Gurtovoy2020-05-271-3/+5
| * nvme: fix io_opt limit settingDamien Le Moal2020-05-271-2/+2
| * nvme: disable streams when get stream params failedWu Bo2020-05-271-3/+6
| * nvme: define constants for identification valuesKeith Busch2020-05-091-5/+5
| * nvme: flush scan work on passthrough commandsKeith Busch2020-05-091-1/+3
| * nvme: clean up error handling in nvme_init_ns_headChristoph Hellwig2020-05-091-13/+13
| * nvme: consolodate io settingsKeith Busch2020-05-091-12/+9
| * nvme: revalidate namespace stream parametersKeith Busch2020-05-091-27/+27
| * nvme: consolidate chunk_sectors settingsKeith Busch2020-05-091-12/+10
| * nvme: revalidate after verifying identifiersKeith Busch2020-05-091-1/+2
| * nvme-multipath: set bdi capabilities onceKeith Busch2020-05-091-7/+0
| * nvme: check namespace head shared propertyKeith Busch2020-05-091-1/+2
| * nvme: always search for namespace headKeith Busch2020-05-091-2/+9
| * nvme: release namespace head reference on errorKeith Busch2020-05-091-0/+1
| * nvme: unlink head after removing last namespaceKeith Busch2020-05-091-2/+5
| * nvme: remove the magic 1024 constant in nvme_scan_ns_listChristoph Hellwig2020-05-091-1/+2
| * nvme: avoid an Identify Controller command for each namespace scanChristoph Hellwig2020-05-091-22/+18
| * nvme: factor out a nvme_ns_remove_by_nsid helperChristoph Hellwig2020-05-091-8/+12
| * nvme: clean up nvme_scan_workChristoph Hellwig2020-05-091-8/+8
| * nvme: refine the Qemu Identify CNS quirkChristoph Hellwig2020-05-091-2/+14
| * nvme: remove unused parameterKeith Busch2020-05-091-3/+2
| * nvme: provide num dword helperKeith Busch2020-05-091-2/+2
* | nvme: force complete cancelled requestsKeith Busch2020-05-291-1/+1
|/
* nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg2020-05-091-1/+1
* nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel2020-04-271-0/+2
* nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg2020-04-021-0/+7
* nvme: fix compat address handling in several ioctlsNick Bowler2020-03-311-7/+20
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-99/+156
|\
| * nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig2020-03-261-12/+10
| * nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig2020-03-261-2/+2
| * nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig2020-03-261-15/+13
| * nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-03-261-0/+5
| * nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-261-1/+1
| * nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-261-0/+2
| * nvme: Remove unused return code from nvme_delete_ctrl_syncIsrael Rukshin2020-03-261-7/+2
| * nvme: Use nvme_state_terminal helperIsrael Rukshin2020-03-261-2/+1
| * nvme: release ida resourcesMax Gurtovoy2020-03-261-0/+1