summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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/gi...Linus 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
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-9/+0
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-61/+140
2019-09-12nvme: send discovery log page change events to userspaceSagi Grimberg1-1/+5
2019-09-12nvme: add uevent variables for controller devicesSagi Grimberg1-0/+28
2019-09-12nvme: enable aen regardless of the presence of I/O queuesSagi Grimberg1-2/+4
2019-09-12nvme: Assign subsys instance from first ctrlKeith Busch1-11/+10
2019-09-12nvme: include admin_q sync with nvme_sync_queuesEdmund Nadolski1-0/+3
2019-09-12nvme: Treat discovery subsystems as unique subsystemsJames Smart1-0/+11
2019-09-12nvme: fix ns removal hang when failing to revalidate due to a transient errorSagi Grimberg1-1/+7
2019-09-12nvme: make nvme_report_ns_ids propagate error backSagi Grimberg1-6/+22
2019-09-12nvme: make nvme_identify_ns propagate errors backSagi Grimberg1-19/+20
2019-09-12nvme: pass status to nvme_error_statusSagi Grimberg1-3/+3
2019-09-12nvme: fail cancelled commands with NVME_SC_HOST_PATH_ERRORSagi Grimberg1-1/+3
2019-08-29nvme: trace bio completionHannes Reinecke1-3/+5
2019-08-29nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg1-2/+2
2019-08-29nvme: move sqsize setting to the coreSagi Grimberg1-9/+11
2019-08-29nvme: have nvme_init_identify set ctrl->capSagi Grimberg1-4/+3
2019-08-20nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello1-0/+10
2019-08-20nvme: Fix cntlid validation when not using NVMEoFGuilherme G. Piccoli1-1/+3
2019-08-04blk-mq: remove blk_mq_complete_request_syncMing Lei1-1/+1
2019-08-04nvme: don't abort completed request in nvme_cancel_requestMing Lei1-0/+4
2019-07-31nvme: fix controller removal race with scan workSagi Grimberg1-0/+7
2019-07-31nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg1-0/+5
2019-07-31nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe1-1/+1
2019-07-30nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos1-0/+1