summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig2017-09-111-0/+2
* nvme: fix lightnvm checkChristoph Hellwig2017-09-111-4/+5
* nvme: Use metadata for passthrough commandsKeith Busch2017-08-301-11/+4
* nvme: Make nvme user functions staticKeith Busch2017-08-301-5/+5
* nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig2017-08-301-36/+40
* nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig2017-08-291-1/+11
* nvme: remove nvme_revalidate_nsChristoph Hellwig2017-08-291-47/+53
* nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig2017-08-291-2/+3
* nvme: report more detailed status codes to the block layerChristoph Hellwig2017-08-291-0/+9
* nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2017-08-281-1/+15
* nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy2017-08-281-1/+1
* nvme: fix identify namespace loggingSagi Grimberg2017-08-281-1/+1
* nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick2017-08-281-0/+21
* nvme: define NVME_NSID_ALLArnav Dawn2017-08-281-3/+3
* nvme: add support for FW activation without resetArnav Dawn2017-08-281-0/+75
* Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-281-10/+25
|\
| * nvme: fix directive command numd calculationKwan (Hingkwan) Huen-SSI2017-08-101-1/+1
| * nvme: fix nvme reset command timeout handlingKeith Busch2017-08-101-7/+20
| * nvme: strip trailing 0-bytes in wwid_showMartin Wilck2017-08-101-2/+4
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-9/+2
|/
* nvme: validate admin queue before unquiesceScott Bauer2017-07-261-1/+2
* nvme: also provide a UUID in the WWID sysfs attributeJohannes Thumshirn2017-07-251-0/+3
* nvme: fix byte swapping in the streams codeChristoph Hellwig2017-07-201-1/+1
* nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-061-2/+19
* nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg2017-07-061-17/+2
* nvme: simplify nvme_dev_attrs_are_visibleChristoph Hellwig2017-06-281-11/+4
* nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig2017-06-281-3/+28
* nvme: explicitly disable APST on quirked devicesKai-Heng Feng2017-06-281-8/+9
* nvme: Remove SCSI translationsKeith Busch2017-06-281-55/+3
* nvme: add support for streams and directivesJens Axboe2017-06-271-4/+147
* nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei2017-06-181-0/+6
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-181-1/+1
* nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer2017-06-161-0/+9
* nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg2017-06-151-1/+2
* nvme: no need to wait for the reset when keepalive failsChristoph Hellwig2017-06-151-1/+1
* nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-151-3/+23
* nvme: move protection information check into nvme_setup_rwChristoph Hellwig2017-06-151-3/+13
* nvme: mark shutdown_timeout staticChristoph Hellwig2017-06-151-2/+2
* nvme: use ctrl->device consistently for loggingJohannes Thumshirn2017-06-151-5/+5
* nvme: provide UUID value to userspaceJohannes Thumshirn2017-06-151-1/+24
* nvme: get list of namespace descriptorsJohannes Thumshirn2017-06-151-0/+79
* nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn2017-06-151-5/+5
* nvme: queue ns scanning and async request from nvme_wqSagi Grimberg2017-06-151-3/+3
* nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-151-2/+13
* nvme: Don't allow to reset a reconnecting controllerSagi Grimberg2017-06-151-1/+0
* nvme: save hmpre and hmmin in struct nvme_ctrlChristoph Hellwig2017-06-131-0/+2
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-7/+14
|\
| * nvme: relax APST default max latency to 100msKai-Heng Feng2017-06-071-1/+1
| * nvme: only consider exit latency when choosing useful non-op power statesKai-Heng Feng2017-06-071-6/+9
| * nvme: fix hang in remove pathMing Lei2017-06-071-0/+4