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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-28
nvme: add support for FW activation without reset
Arnav Dawn
2
-0
/
+77
2017-08-28
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
5
-61
/
+223
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
3
-25
/
+7
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
2
-10
/
+0
2017-08-18
nvmet-rdma: remove redundant empty device add callout
Sagi Grimberg
1
-5
/
+0
2017-08-18
nvme-rdma: remove redundant empty device add callout
Sagi Grimberg
1
-5
/
+0
2017-08-18
blk-mq: Make blk_mq_reinit_tagset() calls easier to read
Bart Van Assche
2
-8
/
+7
2017-08-18
nvme-pci: set cqe_seen on polled completions
Keith Busch
1
-3
/
+2
2017-08-17
nvme-fabrics: fix reporting of unrecognized options
Christoph Hellwig
1
-1
/
+2
2017-08-17
nvmet-fc: eliminate incorrect static markers on local variables
James Smart
1
-2
/
+2
2017-08-16
nvmet-fc: correct use after free on list teardown
James Smart
1
-2
/
+3
2017-08-16
nvmet: don't overwrite identify sn/fr with 0-bytes
Martin Wilck
1
-6
/
+0
2017-08-10
nvme: fix directive command numd calculation
Kwan (Hingkwan) Huen-SSI
1
-1
/
+1
2017-08-10
nvme: fix nvme reset command timeout handling
Keith Busch
1
-7
/
+20
2017-08-10
nvme-pci: fix CMB sysfs file removal in reset path
Max Gurtovoy
1
-11
/
+7
2017-08-10
nvmet_fc: add defer_req callback for deferment of cmd buffer return
James Smart
1
-28
/
+184
2017-08-10
nvme: strip trailing 0-bytes in wwid_show
Martin Wilck
1
-2
/
+4
2017-08-08
nvme-rdma: use intelligent affinity based queue mappings
Sagi Grimberg
1
-7
/
+22
2017-07-26
nvme: validate admin queue before unquiesce
Scott Bauer
1
-1
/
+2
2017-07-25
nvme-pci: fix HMB size calculation
Christoph Hellwig
1
-3
/
+3
2017-07-25
nvme-fc: revise TRADDR parsing
James Smart
2
-97
/
+106
2017-07-25
nvme-fc: address target disconnect race conditions in fcp io submit
James Smart
1
-8
/
+11
2017-07-25
nvme: also provide a UUID in the WWID sysfs attribute
Johannes Thumshirn
1
-0
/
+3
2017-07-20
nvmet: don't report 0-bytes in serial number
Martin Wilck
1
-2
/
+14
2017-07-20
nvmet: preserve controller serial number between reboots
Johannes Thumshirn
1
-0
/
+22
2017-07-20
nvmet: Move serial number from controller to subsystem
Johannes Thumshirn
3
-5
/
+4
2017-07-20
nvmet: prefix version configfs file with attr
Johannes Thumshirn
1
-4
/
+4
2017-07-20
nvme-pci: Fix an error handling path in 'nvme_probe()'
Christophe JAILLET
1
-3
/
+4
2017-07-20
nvme-pci: Remove nvme_setup_prps BUG_ON
Keith Busch
1
-8
/
+25
2017-07-20
nvme-pci: add another device ID with stripe quirk
David Wayne Fugate
1
-0
/
+3
2017-07-20
nvmet-fc: fix byte swapping in nvmet_fc_ls_create_association
Christoph Hellwig
1
-4
/
+4
2017-07-20
nvme: fix byte swapping in the streams code
Christoph Hellwig
1
-1
/
+1
2017-07-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-193
/
+207
2017-07-10
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus
Jens Axboe
8
-193
/
+207
2017-07-10
nvmet: avoid unneeded assignment of submit_bio return value
Max Gurtovoy
1
-1
/
+1
2017-07-10
nvme-pci: add module parameter for io queue depth
weiping zhang
1
-2
/
+22
2017-07-10
nvme-pci: compile warnings in nvme_alloc_host_mem()
Dan Carpenter
1
-2
/
+3
2017-07-10
nvmet_fc: Accept variable pad lengths on Create Association LS
James Smart
1
-7
/
+13
2017-07-09
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2017-07-06
nvme-rdma: unconditionally recycle the request mr
Sagi Grimberg
1
-3
/
+0
2017-07-06
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
6
-60
/
+43
2017-07-06
nvme: kick requeue list when requeueing a request instead of when starting th...
Sagi Grimberg
1
-17
/
+2
2017-07-06
nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-3
/
+3
2017-07-06
nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-1
/
+2
2017-07-06
nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-2
/
+3
2017-07-06
nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-3
/
+4
2017-07-06
nvme-rdma: remove race conditions from IB signalling
Marta Rybczynska
1
-10
/
+10
2017-07-04
nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it
Sagi Grimberg
1
-4
/
+3
2017-07-04
nvme-fc: update tagset nr_hw_queues after queues reinit
Sagi Grimberg
1
-0
/
+2
2017-07-04
nvme-loop: update tagset nr_hw_queues after reconnecting/resetting
Sagi Grimberg
1
-0
/
+3
[prev]
[next]