aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-26nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni1-36/+40
2020-03-26nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg1-0/+13
2020-03-26nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg1-0/+13
2020-03-18nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+1
2020-03-04nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski1-15/+6
2020-02-20nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-02-14nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland1-5/+5
2020-01-10nvme: Translate more status codes to blk_status_tKeith Busch1-0/+2
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2019-12-06Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe1-0/+6
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+0
2019-12-03nvme: Namepace identification descriptor list is optionalKeith Busch1-0/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-26Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-11-27nvme: add error message on mismatching controller idsJames Smart1-0/+4
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+15
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+13
2019-11-13nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck1-0/+6
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal1-7/+7
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal1-3/+3
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-0/+2
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-14nvme: Wait for reset state when requiredKeith Busch1-2/+39
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch1-4/+25
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch1-19/+4
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg1-2/+1
2019-09-25nvme: Add ctrl attributes for queue_count and sqsizeJames Smart1-0/+4
2019-09-25nvme: allow 64-bit results in passthru commandsMarta Rybczynska1-16/+92
2019-09-25nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan1-0/+10
2019-09-25nvme: fix an error code in nvme_init_subsystem()Dan Carpenter1-2/+3
2019-09-23nvme-pci: Fix a race in controller removalBalbir Singh1-1/+4