summaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
Commit message (Expand)AuthorAgeFilesLines
* nvme: Enable autonomous power state transitionsAndy Lutomirski2017-02-221-0/+6
* nvme: Use CNS as 8-bit field and avoid endianness conversionParav Pandit2017-02-221-1/+3
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-0/+2
|\
| * nvme: support ranged discard requestsChristoph Hellwig2017-02-081-0/+2
* | nvme: Check for Security send/recv support before issuing commands.Scott Bauer2017-02-171-0/+1
|/
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-5/+38
|\
| * nvme-fabrics: Add FC transport error codes to nvme.hJames Smart2016-12-061-0/+13
| * nvme.h: add Write Zeroes definitionsChaitanya Kulkarni2016-12-011-0/+20
| * nvme: introduce struct nvme_requestChristoph Hellwig2016-11-101-5/+5
* | nvme.h: add an enum for cns valuesChristoph Hellwig2016-10-191-0/+10
* | nvme.h: don't use uuid_beChristoph Hellwig2016-10-191-2/+1
* | nvme.h: resync with nvme-cliChristoph Hellwig2016-10-191-6/+27
* | nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-191-1/+2
|/
* nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp2016-08-191-1/+1
* nvme.h: Add keep-alive opcode and identify controller attributeSagi Grimberg2016-07-051-1/+5
* nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig2016-07-051-19/+318
* nvme: factor out a add nvme_is_write helperChristoph Hellwig2016-06-121-0/+5
* nvme.h: add constants for PSDT and FUSE valuesJames Smart2016-06-121-0/+23
* nvme.h: add AER constantsChristoph Hellwig2016-06-121-0/+6
* nvme.h: add NVM command set SQE/CQE size definesChristoph Hellwig2016-06-121-2/+9
* nvme.h: Add get_log_page command strucureArmen Baloyan2016-06-121-0/+19
* nvme.h: add RTD3R, RTD3E and OAES fieldsChristoph Hellwig2016-06-121-1/+4
* NVMe: correct comment for offset enum of controller registers in nvme.hWang Sheng-Hui2016-05-021-2/+2
* nvme: use offset instead of a struct for registersChristoph Hellwig2015-12-011-14/+13
* nvme: include <linux/types.ĥ> in <linux/nvme.h>Christoph Hellwig2015-10-091-0/+2
* nvme.h: add missing nvme_id_ctrl endianess annotationsChristoph Hellwig2015-10-091-2/+2
* nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig2015-10-091-2/+524
* nvme: add a local nvme.h headerChristoph Hellwig2015-10-091-114/+0
* NVMe: Simplify device resume on io queue failureKeith Busch2015-10-091-1/+0
* NVMe: Reference count open namespacesKeith Busch2015-10-091-0/+1
* NVMe: Add nvme subsystem reset IOCTLJon Derrick2015-08-181-1/+1
* NVMe: Add nvme subsystem reset supportKeith Busch2015-08-181-0/+3
* NVMe: Use CMB for the IO SQes if availableJon Derrick2015-07-211-0/+17
* NVMe: Automatic namespace rescanKeith Busch2015-06-051-0/+1
* nvme: submit internal commands through the block layerChristoph Hellwig2015-05-221-15/+9
* nvme: store a struct device pointer in struct nvme_devChristoph Hellwig2015-05-221-1/+1
* nvme: consolidate synchronous command submission helpersChristoph Hellwig2015-05-221-5/+1
* NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-071-2/+3
* NVMe: Fix potential corruption during shutdownKeith Busch2015-02-191-1/+0
* NVMe: Asynchronous controller probeKeith Busch2015-02-191-0/+1
* NVMe: Register management handle under nvme classKeith Busch2015-02-191-2/+1
* NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch2015-02-191-2/+0
* NVMe: Metadata format supportKeith Busch2015-02-191-0/+2
* NVMe: avoid kmalloc/kfree for smaller IOJens Axboe2015-01-291-2/+1
* NVMe: Convert to blk-mqMatias Bjørling2014-11-041-6/+9
* NVMe: Mismatched host/device page size supportKeith Busch2014-11-041-0/+2
* NVMe: Async event requestKeith Busch2014-11-041-0/+1
* NVMe: Fix hot cpu notification dead lockKeith Busch2014-06-131-1/+1
* NVMe: Rename io_timeout to nvme_io_timeoutMatthew Wilcox2014-06-031-2/+2
* NVMe: Flush with data supportKeith Busch2014-05-051-1/+0