aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21nvme: improve performance for virtual NVMe devicesHelen Koike1-0/+13
2017-04-02nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Roland Dreier1-8/+8
2017-02-22nvme: Enable autonomous power state transitionsAndy Lutomirski1-0/+6
2017-02-22nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit1-1/+3
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-0/+2
2017-02-17nvme: Check for Security send/recv support before issuing commands.Scott Bauer1-0/+1
2017-02-08nvme: support ranged discard requestsChristoph Hellwig1-0/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+38
2016-12-06nvme-fabrics: Add FC transport error codes to nvme.hJames Smart1-0/+13
2016-12-01nvme.h: add Write Zeroes definitionsChaitanya Kulkarni1-0/+20
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig1-5/+5
2016-10-19nvme.h: add an enum for cns valuesChristoph Hellwig1-0/+10
2016-10-19nvme.h: don't use uuid_beChristoph Hellwig1-2/+1
2016-10-19nvme.h: resync with nvme-cliChristoph Hellwig1-6/+27
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi1-1/+2
2016-08-19nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp1-1/+1
2016-07-05nvme.h: Add keep-alive opcode and identify controller attributeSagi Grimberg1-1/+5
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig1-19/+318
2016-06-12nvme: factor out a add nvme_is_write helperChristoph Hellwig1-0/+5
2016-06-12nvme.h: add constants for PSDT and FUSE valuesJames Smart1-0/+23
2016-06-12nvme.h: add AER constantsChristoph Hellwig1-0/+6
2016-06-12nvme.h: add NVM command set SQE/CQE size definesChristoph Hellwig1-2/+9
2016-06-12nvme.h: Add get_log_page command strucureArmen Baloyan1-0/+19
2016-06-12nvme.h: add RTD3R, RTD3E and OAES fieldsChristoph Hellwig1-1/+4
2016-05-02NVMe: correct comment for offset enum of controller registers in nvme.hWang Sheng-Hui1-2/+2
2015-12-01nvme: use offset instead of a struct for registersChristoph Hellwig1-14/+13
2015-10-09nvme: include <linux/types.ĥ> in <linux/nvme.h>Christoph Hellwig1-0/+2
2015-10-09nvme.h: add missing nvme_id_ctrl endianess annotationsChristoph Hellwig1-2/+2
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig1-2/+524
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig1-114/+0
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch1-1/+0
2015-10-09NVMe: Reference count open namespacesKeith Busch1-0/+1
2015-08-18NVMe: Add nvme subsystem reset IOCTLJon Derrick1-1/+1
2015-08-18NVMe: Add nvme subsystem reset supportKeith Busch1-0/+3
2015-07-21NVMe: Use CMB for the IO SQes if availableJon Derrick1-0/+17
2015-06-05NVMe: Automatic namespace rescanKeith Busch1-0/+1
2015-05-22nvme: submit internal commands through the block layerChristoph Hellwig1-15/+9
2015-05-22nvme: store a struct device pointer in struct nvme_devChristoph Hellwig1-1/+1
2015-05-22nvme: consolidate synchronous command submission helpersChristoph Hellwig1-5/+1
2015-04-07NVMe: Meta data handling through submit io ioctlKeith Busch1-2/+3
2015-02-19NVMe: Fix potential corruption during shutdownKeith Busch1-1/+0
2015-02-19NVMe: Asynchronous controller probeKeith Busch1-0/+1
2015-02-19NVMe: Register management handle under nvme classKeith Busch1-2/+1
2015-02-19NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch1-2/+0
2015-02-19NVMe: Metadata format supportKeith Busch1-0/+2
2015-01-29NVMe: avoid kmalloc/kfree for smaller IOJens Axboe1-2/+1
2014-11-04NVMe: Convert to blk-mqMatias Bjørling1-6/+9
2014-11-04NVMe: Mismatched host/device page size supportKeith Busch1-0/+2
2014-11-04NVMe: Async event requestKeith Busch1-0/+1
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch1-1/+1