aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-23nvme: fix memory leak caused by incorrect subsystem freeLogan Gunthorpe1-7/+5
2019-07-11nvme: 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-09nvme-tcp: set the STABLE_WRITES flag when data digests are enabledMikhail Skorzhinskii1-0/+5
2019-07-09nvme: 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
2019-06-21nvme: export get and set featuresKeith Busch1-3/+21
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-05-21nvme: copy MTFA field from identify controllerLaine Walker-Avina1-0/+1
2019-05-17nvme: fix memory leak for power latency toleranceYufen Yu1-0/+1
2019-05-17nvme: release namespace SRCU protection before performing controller ioctlsChristoph Hellwig1-5/+20
2019-05-17nvme: merge nvme_ns_ioctl into nvme_ioctlChristoph Hellwig1-23/+24
2019-05-17nvme: remove the ifdef around nvme_nvm_ioctlChristoph Hellwig1-2/+0
2019-05-17nvme: fix srcu locking on error return in nvme_get_ns_from_diskChristoph Hellwig1-4/+9