summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvme: check for a live controller in nvme_dev_openChristoph Hellwig2017-10-271-1/+1
* nvme: get rid of nvme_ctrl_listChristoph Hellwig2017-10-271-60/+16
* nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-21/+22
* nvme: simplify nvme_openChristoph Hellwig2017-10-271-30/+10
* nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig2017-10-271-1/+2
* nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig2017-10-201-33/+7
* nvme: introduce nvme_reinit_tagsetSagi Grimberg2017-10-181-0/+10
* nvme: simplify compat_ioctl handlingChristoph Hellwig2017-10-161-11/+1
* nvme: update timeout module parameter typeMarc Olson2017-10-041-4/+4
* nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg2017-09-251-2/+2
* nvme: allow timed-out ios to retryJames Smart2017-09-251-2/+0
* nvme: stop aer posting if controller state not liveJames Smart2017-09-251-2/+3
* 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
OpenPOWER on IntegriCloud