aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-11nvme-pci: implement the HMB entry number and size limitationsGravatar Christoph Hellwig 1-1/+3
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+28
2017-08-30nvme: fix the definition of the doorbell buffer config support bitGravatar Changpeng Liu 1-1/+1
2017-08-28nvme: rename AMS symbolic constants to fit specificationGravatar Max Gurtovoy 1-3/+3
2017-08-28nvme: add symbolic constants for CC identifiersGravatar Max Gurtovoy 1-9/+15
2017-08-28nvme: add support for NVMe 1.3 Timestamp FeatureGravatar Jon Derrick 1-0/+2
2017-08-28nvme: define NVME_NSID_ALLGravatar Arnav Dawn 1-0/+2
2017-08-28nvme: add support for FW activation without resetGravatar Arnav Dawn 1-0/+9
2017-07-25nvme: fabrics commands should use the fctype field for data directionGravatar Jon Derrick 1-1/+1
2017-07-20nvme: fix byte swapping in the streams codeGravatar Christoph Hellwig 1-7/+7
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Gravatar Sagi Grimberg 1-1/+1
2017-06-27nvme: add support for streams and directivesGravatar Jens Axboe 1-0/+48
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecGravatar Scott Bauer 1-1/+1
2017-06-15nvme: add fields into identify controller data structureGravatar Guan Junxiong 1-2/+8
2017-06-15nvmet: allow overriding the NVMe VS via configfsGravatar Johannes Thumshirn 1-0/+4
2017-06-15nvme: introduce NVMe Namespace Identification Descriptor structuresGravatar Johannes Thumshirn 1-0/+17
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEGravatar Johannes Thumshirn 1-0/+2
2017-06-15nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideGravatar Xu Yu 1-0/+1
2017-06-13nvme.h: add dword 12 - 15 fields to struct nvme_featuresGravatar Arnav Dawn 1-1/+4
2017-06-13nvme.h: add struct nvme_host_mem_buf_desc and HMB flagsGravatar Christoph Hellwig 1-0/+11
2017-06-05nvme: switch to uuid_tGravatar Christoph Hellwig 1-1/+2
2017-04-21nvme: improve performance for virtual NVMe devicesGravatar Helen Koike 1-0/+13
2017-04-02nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Gravatar Roland Dreier 1-8/+8
2017-02-22nvme: Enable autonomous power state transitionsGravatar Andy Lutomirski 1-0/+6
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionGravatar Parav Pandit 1-1/+3
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-0/+2
2017-02-17nvme: Check for Security send/recv support before issuing commands.Gravatar Scott Bauer 1-0/+1
2017-02-08nvme: support ranged discard requestsGravatar Christoph Hellwig 1-0/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+38
2016-12-06nvme-fabrics: Add FC transport error codes to nvme.hGravatar James Smart 1-0/+13
2016-12-01nvme.h: add Write Zeroes definitionsGravatar Chaitanya Kulkarni 1-0/+20
2016-11-10nvme: introduce struct nvme_requestGravatar Christoph Hellwig 1-5/+5
2016-10-19nvme.h: add an enum for cns valuesGravatar Christoph Hellwig 1-0/+10
2016-10-19nvme.h: don't use uuid_beGravatar Christoph Hellwig 1-2/+1
2016-10-19nvme.h: resync with nvme-cliGravatar Christoph Hellwig 1-6/+27
2016-10-19nvme: Add tertiary number to NVME_VSGravatar Gabriel Krisman Bertazi 1-1/+2
2016-08-19nvme-fabrics: change NQN UUID to big-endian formatGravatar Daniel Verkamp 1-1/+1
2016-07-05nvme.h: Add keep-alive opcode and identify controller attributeGravatar Sagi Grimberg 1-1/+5
2016-07-05nvme.h: add NVMe over Fabrics definitionsGravatar Christoph Hellwig 1-19/+318
2016-06-12nvme: factor out a add nvme_is_write helperGravatar Christoph Hellwig 1-0/+5
2016-06-12nvme.h: add constants for PSDT and FUSE valuesGravatar James Smart 1-0/+23
2016-06-12nvme.h: add AER constantsGravatar Christoph Hellwig 1-0/+6
2016-06-12nvme.h: add NVM command set SQE/CQE size definesGravatar Christoph Hellwig 1-2/+9
2016-06-12nvme.h: Add get_log_page command strucureGravatar Armen Baloyan 1-0/+19
2016-06-12nvme.h: add RTD3R, RTD3E and OAES fieldsGravatar Christoph Hellwig 1-1/+4
2016-05-02NVMe: correct comment for offset enum of controller registers in nvme.hGravatar Wang Sheng-Hui 1-2/+2
2015-12-01nvme: use offset instead of a struct for registersGravatar Christoph Hellwig 1-14/+13
2015-10-09nvme: include <linux/types.ĥ> in <linux/nvme.h>Gravatar Christoph Hellwig 1-0/+2
2015-10-09nvme.h: add missing nvme_id_ctrl endianess annotationsGravatar Christoph Hellwig 1-2/+2
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hGravatar Christoph Hellwig 1-2/+524