summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvme: fix an error code in nvme_init_subsystem()Dan Carpenter2019-09-251-2/+3
* nvme-pci: Fix a race in controller removalBalbir Singh2019-09-231-1/+4
* block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-9/+0
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-61/+140
|\
| * nvme: send discovery log page change events to userspaceSagi Grimberg2019-09-121-1/+5
| * nvme: add uevent variables for controller devicesSagi Grimberg2019-09-121-0/+28
| * nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg2019-09-121-2/+4
| * nvme: Assign subsys instance from first ctrlKeith Busch2019-09-121-11/+10
| * nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski2019-09-121-0/+3
| * nvme: Treat discovery subsystems as unique subsystemsJames Smart2019-09-121-0/+11
| * nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg2019-09-121-1/+7
| * nvme: make nvme_report_ns_ids propagate error backSagi Grimberg2019-09-121-6/+22
| * nvme: make nvme_identify_ns propagate errors backSagi Grimberg2019-09-121-19/+20
| * nvme: pass status to nvme_error_statusSagi Grimberg2019-09-121-3/+3
| * nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg2019-09-121-1/+3
| * nvme: trace bio completionHannes Reinecke2019-08-291-3/+5
| * nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg2019-08-291-2/+2
| * nvme: move sqsize setting to the coreSagi Grimberg2019-08-291-9/+11
| * nvme: have nvme_init_identify set ctrl->capSagi Grimberg2019-08-291-4/+3
| * blk-mq: remove blk_mq_complete_request_syncMing Lei2019-08-041-1/+1
| * nvme: don't abort completed request in nvme_cancel_requestMing Lei2019-08-041-0/+4
* | nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello2019-08-201-0/+10
* | nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli2019-08-201-1/+3
* | nvme: fix controller removal race with scan workSagi Grimberg2019-07-311-0/+7
OpenPOWER on IntegriCloud