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