summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke1-0/+8
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig1-0/+1
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig1-0/+57
2017-11-10nvme: track shared namespacesChristoph Hellwig1-4/+22
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig1-4/+10
2017-11-10nvme: track subsystemsChristoph Hellwig1-5/+22
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-2/+3
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch1-0/+1
2017-11-10nvme: unexport starting async event workKeith Busch1-1/+0
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-2/+1
2017-11-10nvme: centralize AEN definesKeith Busch1-1/+0
2017-11-10nvme: check admin passthru command effectsKeith Busch1-0/+1
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig1-1/+4
2017-10-27nvme: get rid of nvme_ctrl_listChristoph Hellwig1-1/+2
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-1/+11
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg1-0/+2
2017-10-04nvme: update timeout module parameter typeMarc Olson1-2/+2
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig1-0/+3
2017-09-11nvme: fix lightnvm checkChristoph Hellwig1-5/+5
2017-08-30nvme: Make nvme user functions staticKeith Busch1-7/+0
2017-08-29nvme: remove unused struct nvme_ns fieldsChristoph Hellwig1-5/+1
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen1-0/+1
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg1-0/+1
2017-08-28nvme: add support for FW activation without resetArnav Dawn1-0/+2
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-0/+2
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-0/+1
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-0/+1
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig1-1/+1
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng1-0/+1
2017-06-28nvme: Remove SCSI translationsKeith Busch1-14/+0
2017-06-27nvme: add support for streams and directivesJens Axboe1-0/+4
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer1-0/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig1-1/+2
2017-06-15nvme: mark shutdown_timeout staticChristoph Hellwig1-3/+0
2017-06-15nvme: get list of namespace descriptorsJohannes Thumshirn1-0/+1
2017-06-15nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn1-1/+1
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg1-0/+1
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg1-0/+2
2017-06-13nvme: save hmpre and hmmin in struct nvme_ctrlChristoph Hellwig1-0/+3
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-1/+1
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig1-0/+1
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig1-1/+2
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+17
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski1-0/+5
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig1-1/+0
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig1-19/+14
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+3
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig1-0/+1