aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)Author
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg
2017-06-28nvme: read the subsystem NQN from Identify ControllerChristoph Hellwig
2017-06-28nvme: remove a misleading comment on struct nvme_nsChristoph Hellwig
2017-06-28nvme: explicitly disable APST on quirked devicesKai-Heng Feng
2017-06-28nvme: Remove SCSI translationsKeith Busch
2017-06-27nvme: add support for streams and directivesJens Axboe
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig
2017-06-15nvme: mark shutdown_timeout staticChristoph Hellwig
2017-06-15nvme: get list of namespace descriptorsJohannes Thumshirn
2017-06-15nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg
2017-06-13nvme: save hmpre and hmmin in struct nvme_ctrlChristoph Hellwig
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig
2017-05-26nvme: only setup block integrity if supported by the driverChristoph Hellwig
2017-05-26nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-20nvme: Adjust the Samsung APST quirkAndy Lutomirski
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20nvme: make nvme_error_status privateChristoph Hellwig
2017-04-20nvme: split nvme status from block req->errorsChristoph Hellwig
2017-04-08nvme: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig
2017-03-02nvme: Complete all stuck requestsKeith Busch
2017-02-22nvme: Enable autonomous power state transitionsAndy Lutomirski
2017-02-22nvme: Add a quirk mechanism that uses identify_ctrlAndy Lutomirski
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer
2017-02-17block/sed-opal: allocate struct opal_dev dynamicallyChristoph Hellwig
2017-02-06nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer
2017-01-31lightnvm: add ioctls for vector I/OsMatias Bjørling
2017-01-13nvme: use blk_rq_payload_bytesChristoph Hellwig
2016-12-21nvme: simplify stripe quirkKeith Busch
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling
2016-09-15nvme: remove the post_scan calloutChristoph Hellwig
2016-07-12nvme: Limit command retriesKeith Busch
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli
2016-07-08nvme: add new reconnecting controller stateChristoph Hellwig