summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26nvme: 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-11nvme: 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-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
2019-07-10nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-10nvme: set physical block size and optimal I/O sizeBart Van Assche1-2/+32
2019-06-21nvme: enable to inject errors into admin commandsAkinobu Mita1-0/+3
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita1-2/+2