summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy1-0/+1
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel1-3/+1
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-132/+190
2020-05-29nvme: force complete cancelled requestsKeith Busch1-1/+1
2020-05-27nvme: set dma alignment to qwordKeith Busch1-0/+1
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy1-14/+27
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy1-4/+7
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart1-6/+0
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy1-7/+34
2020-05-27nvme: introduce namespace features flagMax Gurtovoy1-3/+5
2020-05-27nvme: fix io_opt limit settingDamien Le Moal1-2/+2
2020-05-27nvme: disable streams when get stream params failedWu Bo1-3/+6
2020-05-09nvme: define constants for identification valuesKeith Busch1-5/+5
2020-05-09nvme: flush scan work on passthrough commandsKeith Busch1-1/+3
2020-05-09nvme: clean up error handling in nvme_init_ns_headChristoph Hellwig1-13/+13
2020-05-09nvme: consolodate io settingsKeith Busch1-12/+9
2020-05-09nvme: revalidate namespace stream parametersKeith Busch1-27/+27
2020-05-09nvme: consolidate chunk_sectors settingsKeith Busch1-12/+10
2020-05-09nvme: revalidate after verifying identifiersKeith Busch1-1/+2
2020-05-09nvme-multipath: set bdi capabilities onceKeith Busch1-7/+0
2020-05-09nvme: check namespace head shared propertyKeith Busch1-1/+2
2020-05-09nvme: always search for namespace headKeith Busch1-2/+9
2020-05-09nvme: release namespace head reference on errorKeith Busch1-0/+1
2020-05-09nvme: unlink head after removing last namespaceKeith Busch1-2/+5
2020-05-09nvme: remove the magic 1024 constant in nvme_scan_ns_listChristoph Hellwig1-1/+2
2020-05-09nvme: avoid an Identify Controller command for each namespace scanChristoph Hellwig1-22/+18
2020-05-09nvme: factor out a nvme_ns_remove_by_nsid helperChristoph Hellwig1-8/+12
2020-05-09nvme: clean up nvme_scan_workChristoph Hellwig1-8/+8
2020-05-09nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-05-09nvme: remove unused parameterKeith Busch1-3/+2
2020-05-09nvme: provide num dword helperKeith Busch1-2/+2
2020-05-09nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-04-27nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-02nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg1-0/+7
2020-03-31nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-99/+156
2020-03-26nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig1-12/+10
2020-03-26nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig1-2/+2
2020-03-26nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-03-26nvme: Fix controller creation races with teardown flowIsrael Rukshin1-0/+5
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-1/+1
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-0/+2
2020-03-26nvme: Remove unused return code from nvme_delete_ctrl_syncIsrael Rukshin1-7/+2
2020-03-26nvme: Use nvme_state_terminal helperIsrael Rukshin1-2/+1
2020-03-26nvme: release ida resourcesMax Gurtovoy1-0/+1
2020-03-26nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com1-2/+43
2020-03-26nvme-multipath: do not reset on unknown statusJohn Meneghini1-4/+1
2020-03-26nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett1-1/+1
2020-03-26nvme: log additional message for controller statusRupesh Girase1-2/+2