summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com2020-03-261-2/+43
| * nvme-multipath: do not reset on unknown statusJohn Meneghini2020-03-261-4/+1
| * nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett2020-03-261-1/+1
| * nvme: log additional message for controller statusRupesh Girase2020-03-261-2/+2
| * nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni2020-03-261-36/+40
| * nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
| * nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
| * nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski2020-03-041-15/+6
* | nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+1
|/
* nvme: Fix uninitialized-variable warningKeith Busch2020-02-201-1/+1
* nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang2020-02-141-1/+1
* nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland2020-02-141-5/+5
* nvme: Translate more status codes to blk_status_tKeith Busch2020-01-101-0/+2
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-0/+6
|\
| * Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linusJens Axboe2019-12-061-0/+6
| |\
| | * nvme: Namepace identification descriptor list is optionalKeith Busch2019-12-031-0/+2
| | * nvme: add error message on mismatching controller idsJames Smart2019-11-271-0/+4
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-10/+0
|\ \ \ | |/ / |/| |
| * | Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan2019-11-261-10/+0
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \ \ | |_|/ |/| |
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | | Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-3/+15
|\ \ \
| * | | nvme: Discard workaround for non-conformant devicesEduard Hasenleithner2019-11-131-3/+9
| * | | nvme: Add hardware monitoring supportGuenter Roeck2019-11-121-0/+6
* | | | Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-11/+13
|\| | | | |_|/ |/| |
| * | nvme: Introduce nvme_lba_to_sect()Damien Le Moal2019-11-041-7/+7
| * | nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2019-11-041-3/+3
| * | nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy2019-11-041-0/+2
| * | nvme: introduce "Command Aborted By host" status codeMax Gurtovoy2019-11-041-1/+1
| |/
* | nvme: Wait for reset state when requiredKeith Busch2019-10-141-2/+39
* | nvme: Prevent resets during paused controller stateKeith Busch2019-10-141-4/+25
* | nvme: Remove ADMIN_ONLY stateKeith Busch2019-10-141-19/+4
* | nvme: fix possible deadlock when nvme_update_formats failsSagi Grimberg2019-10-041-2/+1
|/
* nvme: Add ctrl attributes for queue_count and sqsizeJames Smart2019-09-251-0/+4
* nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-09-251-16/+92
* nvme: Add quirk for Kingston NVME SSD running FW E8FK11.TJian-Hong Pan2019-09-251-0/+10