summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)Author
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
2020-03-26nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni
2020-03-26nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg
2020-03-26nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg
2020-03-18nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh
2020-03-04nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski
2020-02-20nvme: Fix uninitialized-variable warningKeith Busch
2020-02-14nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland
2020-01-10nvme: Translate more status codes to blk_status_tKeith Busch
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-06Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-03nvme: Namepace identification descriptor list is optionalKeith Busch
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-26Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan
2019-11-27nvme: add error message on mismatching controller idsJames Smart
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-13nvme: Discard workaround for non-conformant devicesEduard Hasenleithner
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-14nvme: Wait for reset state when requiredKeith Busch
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter
2019-09-23nvme-pci: Fix a race in controller removalBalbir Singh
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds