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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
263
-1482
/
+4092
2017-04-07
dm rq: Avoid that request processing stalls sporadically
Bart Van Assche
1
-0
/
+1
2017-04-07
scsi: Avoid that SCSI queues get stuck
Bart Van Assche
1
-3
/
+3
2017-04-07
block: trace completion of all bios.
NeilBrown
2
-3
/
+0
2017-04-05
block, scsi: move the retries field to struct scsi_request
Christoph Hellwig
7
-8
/
+8
2017-04-05
nvme: move the retries count to struct nvme_request
Christoph Hellwig
2
-5
/
+6
2017-04-05
nvme: mark nvme_max_retries static
Christoph Hellwig
2
-4
/
+1
2017-04-05
nvme: cleanup nvme_req_needs_retry
Christoph Hellwig
1
-5
/
+11
2017-04-05
nvme: move ->retries setup to nvme_setup_cmd
Christoph Hellwig
2
-4
/
+5
2017-04-05
remove the obsolete hd driver
Christoph Hellwig
3
-832
/
+0
2017-04-04
nvme: factor request completion code into a common helper
Christoph Hellwig
6
-93
/
+40
2017-04-04
nvme-fc: drop ctrl for all command completions
Christoph Hellwig
1
-2
/
+3
2017-04-04
nvme-fc: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme-loop: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme-rdma: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvme_fc: Clean up host fcpio done status handling
James Smart
1
-7
/
+7
2017-04-04
nvmet_fc: Clear SG list to avoid double frees
James Smart
1
-0
/
+2
2017-04-04
nvme_fc: correct LS validation
James Smart
1
-4
/
+5
2017-04-04
nvmet_fc: Sync NVME LS reject reasons with spec
James Smart
1
-7
/
+12
2017-04-04
nvme_fc: Add check of status_code in ERSP_IU
James Smart
1
-0
/
+1
2017-04-04
nvme-rdma: Support ctrl_loss_tmo
Sagi Grimberg
1
-13
/
+28
2017-04-04
nvme-fabrics: Allow ctrl loss timeout configuration
Sagi Grimberg
2
-0
/
+38
2017-04-04
nvme-rdma: get rid of local reconnect_delay
Sagi Grimberg
1
-5
/
+3
2017-04-04
nvme-loop: retrieve iod from the cqe command_id
Sagi Grimberg
1
-6
/
+25
2017-04-04
nvme-loop: remove unneeded includes
Sagi Grimberg
1
-2
/
+0
2017-04-04
nvme-fc: fix module_init (theoretical) error path
Sagi Grimberg
1
-1
/
+10
2017-04-04
nvme-loop: fix module_init (theoretical) error path
Sagi Grimberg
1
-1
/
+6
2017-04-04
nvme-rdma: fix module_init (theoretical) error path
Sagi Grimberg
1
-5
/
+13
2017-04-04
nvmet: use symbolic constants for log identifiers
Max Gurtovoy
1
-6
/
+6
2017-04-04
nvmet: Introduced helper routine for controller status check.
Parav Pandit
6
-34
/
+41
2017-04-04
nvmet: Fixed avoided printing nvmet: twice in error logs.
Parav Pandit
4
-21
/
+20
2017-04-04
iscsi-target: use generic inet_pton_with_scope
Sagi Grimberg
1
-34
/
+12
2017-04-04
nvme-rdma: use inet_pton_with_scope helper
Sagi Grimberg
1
-44
/
+19
2017-04-04
nvmet-rdma: use generic inet_pton_with_scope
Sagi Grimberg
1
-13
/
+29
2017-04-04
nvme-loop: remove some code duplication
Sagi Grimberg
1
-12
/
+21
2017-04-04
nvme-rdma: Give some more grace for rdma connection establishment
Sagi Grimberg
1
-1
/
+1
2017-04-04
nvmet-rdma: occasionally flush ongoing controller teardown
Sagi Grimberg
1
-0
/
+5
2017-04-04
nvme-rdma: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-14
/
+14
2017-04-04
nvmet-rdma: Fix a possible uninitialized variable dereference
Sagi Grimberg
1
-5
/
+3
2017-04-04
nvmet: confirm sq percpu has scheduled and switched to atomic
Sagi Grimberg
2
-1
/
+11
2017-04-04
nvme-loop: handle cpu unplug when re-establishing the controller
Sagi Grimberg
1
-38
/
+50
2017-04-04
nvme-loop: fix a possible use-after-free when destroying the admin queue
Sagi Grimberg
1
-1
/
+1
2017-04-02
nvmet: fix byte swap in nvmet_parse_io_cmd
Christoph Hellwig
1
-1
/
+1
2017-04-02
nvmet: fix byte swap in nvmet_execute_write_zeroes
Christoph Hellwig
1
-1
/
+1
2017-04-02
nvmet: add missing byte swap in nvmet_get_smart_log
Christoph Hellwig
1
-1
/
+1
2017-04-02
nvme: add missing byte swap in nvme_setup_discard
Christoph Hellwig
1
-1
/
+1
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
14
-18
/
+18
2017-03-30
null_blk: add blocking mode
Jens Axboe
1
-0
/
+9
2017-03-30
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...
Linus Torvalds
2
-19
/
+34
2017-03-30
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-33
/
+103
[next]