summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-06-22nvme: refine the Qemu Identify CNS quirkChristoph Hellwig1-2/+14
2020-05-14nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-14nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig1-15/+13
2020-05-06nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-29nvme: fix compat address handling in several ioctlsNick Bowler1-7/+20
2020-03-12nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland1-5/+5
2020-02-19nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2019-12-31nvme: Discard workaround for non-conformant devicesEduard Hasenleithner1-3/+9
2019-12-31nvme: introduce "Command Aborted By host" status codeMax Gurtovoy1-1/+1
2019-12-17Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-12-17nvme: Namepace identification descriptor list is optionalKeith Busch1-0/+2
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-05nvme: 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-24nvme-pci: Fix a race in controller removalBalbir Singh1-1/+4
2019-09-18block: centralize PI remapping logic to the block layerMax Gurtovoy1-9/+0
2019-09-18Merge 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-05blk-mq: remove blk_mq_complete_request_syncMing Lei1-1/+1
2019-08-05nvme: don't abort completed request in nvme_cancel_requestMing Lei1-0/+4
2019-08-01nvme: fix controller removal race with scan workSagi Grimberg1-0/+7
2019-08-01nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg1-0/+5
2019-08-01nvme-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
2019-07-23nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe1-7/+5
2019-07-12nvme: fix NULL deref for fabrics optionsMinwoo Im1-1/+1
2019-07-10nvme: fix regression upon hot device removal and insertionSagi Grimberg1-2/+2