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
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-16
nvme/pci: Don't free queues on error
Keith Busch
1
-14
/
+4
2016-11-14
nvme-rdma: stop and free io queues on connect failure
Steve Wise
1
-2
/
+9
2016-11-14
nvme-rdma: reject non-connect commands before the queue is live
Christoph Hellwig
1
-1
/
+30
2016-11-12
lightnvm: invalid offset calculation for lba_shift
Matias Bjørling
1
-1
/
+1
2016-10-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-31
/
+64
2016-10-19
nvme: use symbolic constants for CNS values
Christoph Hellwig
1
-2
/
+2
2016-10-19
nvme: Add tertiary number to NVME_VS
Gabriel Krisman Bertazi
3
-8
/
+8
2016-10-12
nvme : Add sysfs entry for NVMe CMBs when appropriate
Stephen Bates
1
-9
/
+35
2016-10-12
nvme: don't schedule multiple resets
Keith Busch
1
-9
/
+13
2016-10-12
nvme: Delete created IO queues on reset
Keith Busch
1
-4
/
+5
2016-10-12
nvme: Stop probing a removed device
Keith Busch
1
-0
/
+2
2016-10-12
nvme: use the DMA_ATTR_NO_WARN attribute
Mauricio Faria de Oliveira
1
-1
/
+2
2016-10-10
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-79
/
+36
2016-10-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-20
/
+5
2016-10-08
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-156
/
+178
2016-09-24
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
Andy Lutomirski
3
-13
/
+11
2016-09-24
nvme/scsi: Remove power management support
Andy Lutomirski
1
-71
/
+3
2016-09-24
nvme-fabrics: Add host_traddr options field to host infrastructure
James Smart
2
-0
/
+17
2016-09-24
nvme-fabrics: revise host transport option descriptions
James Smart
1
-3
/
+4
2016-09-24
nvme-fabrics: rework nvmf_get_address() for variable options
James Smart
1
-2
/
+10
2016-09-23
nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEY
Christoph Hellwig
1
-20
/
+5
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
1
-1
/
+1
2016-09-23
nvme-rdma: only clear queue flags after successful connect
Sagi Grimberg
1
-1
/
+1
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
3
-10
/
+30
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
3
-33
/
+46
2016-09-21
nvme: refactor namespaces to support non-gendisk devices
Matias Bjørling
2
-43
/
+76
2016-09-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-74
/
+79
2016-09-15
nvme: remove the post_scan callout
Christoph Hellwig
2
-4
/
+0
2016-09-15
nvme: switch to use pci_alloc_irq_vectors
Christoph Hellwig
1
-71
/
+36
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
2
-4
/
+0
2016-09-13
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...
Jens Axboe
2
-73
/
+72
2016-09-12
nvme-rdma: add back dependency on CONFIG_BLOCK
Arnd Bergmann
1
-0
/
+1
2016-09-12
nvme-rdma: fix null pointer dereference on req->mr
Colin Ian King
1
-0
/
+1
2016-09-12
nvme-rdma: use ib_client API to detect device removal
Steve Wise
1
-68
/
+40
2016-09-12
nvme-rdma: add DELETING queue flag
Sagi Grimberg
1
-2
/
+9
2016-09-12
nvme: make NVME_RDMA depend on BLOCK
Linus Torvalds
1
-1
/
+1
2016-09-08
nvme/quirk: Add a delay before checking device ready for memblaze device
Wenbo Wang
1
-0
/
+2
2016-09-07
nvme: Don't suspend admin queue that wasn't created
Gabriel Krisman Bertazi
1
-1
/
+6
2016-09-04
nvme-rdma: destroy nvme queue rdma resources on connect failure
Steve Wise
1
-3
/
+11
2016-09-04
nvme_rdma: keep a ref on the ctrl during delete/flush
Steve Wise
1
-8
/
+18
2016-08-29
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...
Jens Axboe
4
-27
/
+46
2016-08-28
nvme-rdma: Get rid of redundant defines
Sagi Grimberg
1
-4
/
+0
2016-08-28
nvme-rdma: Get rid of duplicate variable
Sagi Grimberg
1
-8
/
+7
2016-08-24
nvme: Fix nvme_get/set_features() with a NULL result pointer
Andy Lutomirski
1
-2
/
+2
2016-08-19
nvme: fabrics drivers don't need the nvme-pci driver
Christoph Hellwig
1
-1
/
+1
2016-08-19
nvme-fabrics: get a reference when reusing a nvme_host structure
Christoph Hellwig
1
-1
/
+3
2016-08-19
nvme-fabrics: change NQN UUID to big-endian format
Daniel Verkamp
2
-6
/
+6
2016-08-18
nvme-rdma: fix sqsize/hsqsize per spec
Jay Freyensee
1
-4
/
+10
2016-08-18
fabrics: define admin sqsize min default, per spec
Jay Freyensee
2
-3
/
+19
2016-08-16
nvme-rdma: initialize ret to zero to avoid returning garbage
Colin Ian King
1
-1
/
+1
[next]