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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-15
scsi: rename SG related struct and functions
Ming Lin
1
-26
/
+26
2016-04-15
scsi: replace "mq" with "first_chunk" in SG functions
Ming Lin
1
-10
/
+10
2016-04-15
scsi: replace "scsi_data_buffer" with "sg_table" in SG functions
Ming Lin
1
-18
/
+23
2016-04-15
zfcp: Revert to original scanning behaviour
Hannes Reinecke
1
-1
/
+1
2016-04-15
mvsas: Generalize Marvell 9485 in pci_device_id
Leonid Moiseichuk
1
-18
/
+1
2016-04-15
bnx2fc: Update version number to 2.10.3.
Chad Dupuis
1
-1
/
+1
2016-04-15
bnx2fc: Check sc_cmd device and host pointer before returning the command to ...
Chad Dupuis
1
-0
/
+12
2016-04-15
bnx2fc: Print netdev device name when FCoE is successfully initialized.
Chad Dupuis
1
-0
/
+2
2016-04-15
bnx2fc: Print when we send a fip keep alive.
Chad Dupuis
1
-0
/
+19
2016-04-15
bnx2fc: Add driver tunables.
Joe Carnuccio
3
-2
/
+80
2016-04-15
scsi: vpd pages are mandatory for SPC-2
Hannes Reinecke
1
-2
/
+2
2016-04-15
Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"
Johannes Thumshirn
1
-4
/
+2
2016-04-15
scsi: Add intermediate STARGET_REMOVE state to scsi_target_state
Johannes Thumshirn
3
-0
/
+4
2016-04-11
snic: add scsi host after determining max IOs.
Narsimhulu Musini
1
-18
/
+17
2016-04-11
snic: Fixing race in the hba reset and IO/TM completion
Narsimhulu Musini
2
-1
/
+15
2016-04-11
snic: Fix for missing interrupts
Narsimhulu Musini
2
-7
/
+59
2016-04-11
snic: target cleanup in driver unload path
Narsimhulu Musini
1
-2
/
+15
2016-04-11
snic: Handling control path queue issues
Narsimhulu Musini
1
-14
/
+30
2016-04-11
snic: LUN goes offline due to scsi cmd timeouts
Narsimhulu Musini
1
-0
/
+18
2016-04-11
snic: Added additional stats
Narsimhulu Musini
6
-23
/
+59
2016-04-11
lpfc: Update driver version to 11.1.0.0
James Smart
1
-1
/
+1
2016-04-11
lpfc: Update modified file copyrights
James Smart
13
-14
/
+14
2016-04-11
lpfc: Fix interaction between fdmi_on and enable_SmartSAN
James Smart
5
-27
/
+21
2016-04-11
lpfc: Add support for SmartSAN 2.0
James Smart
4
-8
/
+243
2016-04-11
lpfc: Fix Device discovery failures during switch reboot test.
James Smart
1
-1
/
+4
2016-04-11
lpfc: Utilize embedded CDB logic to minimize IO latency
James Smart
5
-20
/
+136
2016-04-11
lpfc: Fix crash when unregistering default rpi.
James Smart
1
-1
/
+2
2016-04-11
lpfc: Fix DMA faults observed upon plugging loopback connector
James Smart
1
-4
/
+6
2016-04-11
lpfc: Correct LOGO handling during login
James Smart
2
-0
/
+3
2016-04-11
scsi_transport_iscsi: Declare local symbols static
Bart Van Assche
1
-4
/
+4
2016-04-11
scsi_transport_iscsi: Unexport iscsi_is_flashnode_conn_dev()
Bart Van Assche
1
-2
/
+1
2016-04-11
scsi_transport_iscsi: Remove set-but-not-used variables
Bart Van Assche
1
-3
/
+0
2016-04-11
libiscsi: Remove set-but-not-used variables
Bart Van Assche
1
-4
/
+2
2016-04-11
libiscsi: Unexport iscsi_eh_target_reset()
Bart Van Assche
1
-2
/
+1
2016-04-11
qla2xxx: Indicate out-of-memory with -ENOMEM
Bart Van Assche
1
-1
/
+1
2016-04-11
scsi_transport_fc: Unexport scsi_is_fc_vport()
Bart Van Assche
1
-2
/
+1
2016-04-11
fnic: Using rport->dd_data to check rport online instead of rport_lookup.
Satish Kharat
2
-10
/
+12
2016-04-11
fnic: Cleanup the I/O pending with fw and has timed out and is used to issue ...
Satish Kharat
2
-11
/
+29
2016-04-11
fnic: Fix to cleanup aborted IO to avoid device being offlined by mid-layer
Satish Kharat
2
-7
/
+28
2016-04-11
scsi-trace: define ZBC_IN and ZBC_OUT
Hannes Reinecke
3
-0
/
+81
2016-04-11
scsi-trace: Decode MAINTENANCE_IN and MAINTENANCE_OUT commands
Hannes Reinecke
1
-0
/
+91
2016-04-11
scsi-trace: remove service action definitions
Hannes Reinecke
1
-4
/
+0
2016-04-11
scsi: disable automatic target scan
Hannes Reinecke
12
-28
/
+60
2016-04-11
ncr5380: Call complete_cmd() for disconnected commands on bus reset
Finn Thain
1
-1
/
+1
2016-04-11
mac_scsi: Fix pseudo DMA implementation
Finn Thain
2
-95
/
+119
2016-04-11
atari_scsi: Allow can_queue to be increased for Falcon
Finn Thain
1
-61
/
+22
2016-04-11
atari_scsi: Set a reasonable default for cmd_per_lun
Finn Thain
1
-2
/
+1
2016-04-11
ncr5380: Update usage documentation
Finn Thain
3
-48
/
+16
2016-04-11
ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
Finn Thain
8
-32
/
+4
2016-04-11
ncr5380: Remove remaining register storage qualifiers
Finn Thain
1
-3
/
+3
[next]