aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-11nvme-pci: implement the HMB entry number and size limitationsGravatar Christoph Hellwig 1-0/+3
2017-09-11nvme: fix lightnvm checkGravatar Christoph Hellwig 1-5/+5
2017-08-30nvme: Make nvme user functions staticGravatar Keith Busch 1-7/+0
2017-08-29nvme: remove unused struct nvme_ns fieldsGravatar Christoph Hellwig 1-5/+1
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsGravatar Martin K. Petersen 1-0/+1
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlGravatar Sagi Grimberg 1-0/+1
2017-08-28nvme: add support for FW activation without resetGravatar Arnav Dawn 1-0/+2
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitGravatar Sagi Grimberg 1-0/+2
2017-07-02nvme: move ctrl cap to struct nvme_ctrlGravatar Sagi Grimberg 1-0/+1
2017-07-02nvme: move queue_count to the nvme_ctrlGravatar Sagi Grimberg 1-0/+1
2017-06-28nvme: read the subsystem NQN from Identify ControllerGravatar Christoph Hellwig 1-1/+1
2017-06-28nvme: remove a misleading comment on struct nvme_nsGravatar Christoph Hellwig 1-3/+0
2017-06-28nvme: explicitly disable APST on quirked devicesGravatar Kai-Heng Feng 1-0/+1
2017-06-28nvme: Remove SCSI translationsGravatar Keith Busch 1-14/+0
2017-06-27nvme: add support for streams and directivesGravatar Jens Axboe 1-0/+4
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecGravatar Scott Bauer 1-0/+1
2017-06-15nvme: move reset workqueue handling to common codeGravatar Christoph Hellwig 1-1/+2
2017-06-15nvme: mark shutdown_timeout staticGravatar Christoph Hellwig 1-3/+0
2017-06-15nvme: get list of namespace descriptorsGravatar Johannes Thumshirn 1-0/+1
2017-06-15nvme: rename uuid to nguid in nvme_nsGravatar Johannes Thumshirn 1-1/+1
2017-06-15nvme: move nr_reconnects to nvme_ctrlGravatar Sagi Grimberg 1-0/+1
2017-06-15nvme: Move transports to use nvme-core workqueueGravatar Sagi Grimberg 1-0/+2
2017-06-13nvme: save hmpre and hmmin in struct nvme_ctrlGravatar Christoph Hellwig 1-0/+3
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tGravatar Christoph Hellwig 1-1/+1
2017-05-26nvme: only setup block integrity if supported by the driverGravatar Christoph Hellwig 1-0/+1
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldGravatar Christoph Hellwig 1-1/+2
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-31/+17
2017-04-20nvme: Adjust the Samsung APST quirkGravatar Andy Lutomirski 1-0/+5
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20nvme: make nvme_error_status privateGravatar Christoph Hellwig 1-1/+0
2017-04-20nvme: split nvme status from block req->errorsGravatar Christoph Hellwig 1-19/+14
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESGravatar Christoph Hellwig 1-3/+3
2017-04-05nvme: move the retries count to struct nvme_requestGravatar Christoph Hellwig 1-0/+1
2017-04-05nvme: mark nvme_max_retries staticGravatar Christoph Hellwig 1-2/+0
2017-04-04nvme: factor request completion code into a common helperGravatar Christoph Hellwig 1-8/+1
2017-03-02nvme: Complete all stuck requestsGravatar Keith Busch 1-0/+4
2017-02-22nvme: Enable autonomous power state transitionsGravatar Andy Lutomirski 1-0/+11
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlGravatar Andy Lutomirski 1-0/+1
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeGravatar Jens Axboe 1-0/+13
2017-02-17nvme: Check for Security send/recv support before issuing commands.Gravatar Scott Bauer 1-0/+1
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyGravatar Christoph Hellwig 1-11/+3
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsGravatar Scott Bauer 1-0/+14
2017-01-31lightnvm: add ioctls for vector I/OsGravatar Matias Bjørling 1-0/+6
2017-01-13nvme: use blk_rq_payload_bytesGravatar Christoph Hellwig 1-8/+0
2016-12-21nvme: simplify stripe quirkGravatar Keith Busch 1-1/+0
2016-12-09block: improve handling of the magic discard payloadGravatar Christoph Hellwig 1-2/+4
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceGravatar Matias Bjørling 1-14/+11
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventGravatar Christoph Hellwig 1-2/+2
2016-11-10nvme: introduce struct nvme_requestGravatar Christoph Hellwig 1-1/+15
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0