index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
nvme.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-21
nvme: improve performance for virtual NVMe devices
Helen Koike
1
-0
/
+13
2017-04-02
nvme: Correct NVMF enum values to match NVMe-oF rev 1.0
Roland Dreier
1
-8
/
+8
2017-02-22
nvme: Enable autonomous power state transitions
Andy Lutomirski
1
-0
/
+6
2017-02-22
nvme: Use CNS as 8-bit field and avoid endianness conversion
Parav Pandit
1
-1
/
+3
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-0
/
+2
2017-02-17
nvme: Check for Security send/recv support before issuing commands.
Scott Bauer
1
-0
/
+1
2017-02-08
nvme: support ranged discard requests
Christoph Hellwig
1
-0
/
+2
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+38
2016-12-06
nvme-fabrics: Add FC transport error codes to nvme.h
James Smart
1
-0
/
+13
2016-12-01
nvme.h: add Write Zeroes definitions
Chaitanya Kulkarni
1
-0
/
+20
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
1
-5
/
+5
2016-10-19
nvme.h: add an enum for cns values
Christoph Hellwig
1
-0
/
+10
2016-10-19
nvme.h: don't use uuid_be
Christoph Hellwig
1
-2
/
+1
2016-10-19
nvme.h: resync with nvme-cli
Christoph Hellwig
1
-6
/
+27
2016-10-19
nvme: Add tertiary number to NVME_VS
Gabriel Krisman Bertazi
1
-1
/
+2
2016-08-19
nvme-fabrics: change NQN UUID to big-endian format
Daniel Verkamp
1
-1
/
+1
2016-07-05
nvme.h: Add keep-alive opcode and identify controller attribute
Sagi Grimberg
1
-1
/
+5
2016-07-05
nvme.h: add NVMe over Fabrics definitions
Christoph Hellwig
1
-19
/
+318
2016-06-12
nvme: factor out a add nvme_is_write helper
Christoph Hellwig
1
-0
/
+5
2016-06-12
nvme.h: add constants for PSDT and FUSE values
James Smart
1
-0
/
+23
2016-06-12
nvme.h: add AER constants
Christoph Hellwig
1
-0
/
+6
2016-06-12
nvme.h: add NVM command set SQE/CQE size defines
Christoph Hellwig
1
-2
/
+9
2016-06-12
nvme.h: Add get_log_page command strucure
Armen Baloyan
1
-0
/
+19
2016-06-12
nvme.h: add RTD3R, RTD3E and OAES fields
Christoph Hellwig
1
-1
/
+4
2016-05-02
NVMe: correct comment for offset enum of controller registers in nvme.h
Wang Sheng-Hui
1
-2
/
+2
2015-12-01
nvme: use offset instead of a struct for registers
Christoph Hellwig
1
-14
/
+13
2015-10-09
nvme: include <linux/types.ĥ> in <linux/nvme.h>
Christoph Hellwig
1
-0
/
+2
2015-10-09
nvme.h: add missing nvme_id_ctrl endianess annotations
Christoph Hellwig
1
-2
/
+2
2015-10-09
nvme: move hardware structures out of the uapi version of nvme.h
Christoph Hellwig
1
-2
/
+524
2015-10-09
nvme: add a local nvme.h header
Christoph Hellwig
1
-114
/
+0
2015-10-09
NVMe: Simplify device resume on io queue failure
Keith Busch
1
-1
/
+0
2015-10-09
NVMe: Reference count open namespaces
Keith Busch
1
-0
/
+1
2015-08-18
NVMe: Add nvme subsystem reset IOCTL
Jon Derrick
1
-1
/
+1
2015-08-18
NVMe: Add nvme subsystem reset support
Keith Busch
1
-0
/
+3
2015-07-21
NVMe: Use CMB for the IO SQes if available
Jon Derrick
1
-0
/
+17
2015-06-05
NVMe: Automatic namespace rescan
Keith Busch
1
-0
/
+1
2015-05-22
nvme: submit internal commands through the block layer
Christoph Hellwig
1
-15
/
+9
2015-05-22
nvme: store a struct device pointer in struct nvme_dev
Christoph Hellwig
1
-1
/
+1
2015-05-22
nvme: consolidate synchronous command submission helpers
Christoph Hellwig
1
-5
/
+1
2015-04-08
NVMe: Meta data handling through submit io ioctl
Keith Busch
1
-2
/
+3
2015-02-20
NVMe: Fix potential corruption during shutdown
Keith Busch
1
-1
/
+0
2015-02-20
NVMe: Asynchronous controller probe
Keith Busch
1
-0
/
+1
2015-02-20
NVMe: Register management handle under nvme class
Keith Busch
1
-2
/
+1
2015-02-20
NVMe: Update SCSI Inquiry VPD 83h translation
Keith Busch
1
-2
/
+0
2015-02-20
NVMe: Metadata format support
Keith Busch
1
-0
/
+2
2015-01-29
NVMe: avoid kmalloc/kfree for smaller IO
Jens Axboe
1
-2
/
+1
2014-11-04
NVMe: Convert to blk-mq
Matias Bjørling
1
-6
/
+9
2014-11-04
NVMe: Mismatched host/device page size support
Keith Busch
1
-0
/
+2
2014-11-04
NVMe: Async event request
Keith Busch
1
-0
/
+1
2014-06-13
NVMe: Fix hot cpu notification dead lock
Keith Busch
1
-1
/
+1
[prev]
[next]