summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-7/+7
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-18/+11
|/
* nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-261-19/+31
* nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-261-1/+1
* nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-221-2/+3
* nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-221-1/+7
* nvme: Add nvme_core.force_apst to ignore the NO_APST quirkAndy Lutomirski2017-04-241-1/+19
* nvme: Display raw APST configuration via DYNAMIC_DEBUGAndy Lutomirski2017-04-241-0/+16
* nvme: Fix APST commentAndy Lutomirski2017-04-241-1/+1
* Merge branch 'master' into for-4.12/post-mergeJens Axboe2017-04-241-8/+15
|\
| * nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"Andy Lutomirski2017-04-201-0/+9
| * nvme: Adjust the Samsung APST quirkAndy Lutomirski2017-04-201-10/+8
* | nvme: let dm-mpath distinguish nvme error codesJunxiong Guan2017-04-211-0/+14
* | blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig2017-04-201-1/+1
* | nvme: make nvme_error_status privateChristoph Hellwig2017-04-201-2/+1
* | nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-19/+31
* | nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-5/+5
* | Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-1/+1
|\ \ | |/
| * nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig2017-04-021-1/+1
* | nvme: move the retries count to struct nvme_requestChristoph Hellwig2017-04-051-5/+5
* | nvme: mark nvme_max_retries staticChristoph Hellwig2017-04-051-2/+1
* | nvme: cleanup nvme_req_needs_retryChristoph Hellwig2017-04-051-5/+11
OpenPOWER on IntegriCloud