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
/
scsi
/
qedf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-13
scsi: qedf: Simplify bool comparison
YANG LI
1
-1
/
+1
2020-10-30
scsi: libfc: Move scsi/fc_encode.h to libfc
Arnd Bergmann
1
-1
/
+0
2020-10-03
scsi: qedf: Remove redundant assignment to variable 'rc'
Jing Xiangfeng
1
-1
/
+0
2020-09-15
Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufs
Martin K. Petersen
1
-1
/
+1
2020-09-09
scsi: qedf: Retry qed->probe during recovery
Saurav Kashyap
1
-0
/
+11
2020-09-09
scsi: qedf: Add schedule_hw_err_handler callback for fan failure
Saurav Kashyap
2
-0
/
+49
2020-09-09
scsi: qedf: Return SUCCESS if stale rport is encountered
Saurav Kashyap
1
-1
/
+1
2020-09-09
scsi: qedf: FDMI attributes correction
Javed Hasan
2
-25
/
+58
2020-09-09
scsi: qedf: Fix for the session’s E_D_TOV value
Javed Hasan
1
-1
/
+1
2020-09-09
scsi: qedf: Correct the comment in qedf_initiate_els
Saurav Kashyap
1
-1
/
+1
2020-09-09
scsi: qedf: Change the debug parameter permission to read & write
Javed Hasan
1
-1
/
+1
2020-08-25
scsi: qedf: Fix null ptr reference in qedf_stag_change_work
Ye Bin
1
-1
/
+1
2020-08-21
scsi: qedf: Fix race between ELS completion and flushing ELS request
Saurav Kashyap
2
-0
/
+16
2020-08-21
scsi: qedf: Don't process ELS completion if event is flushed or cleaned up
Saurav Kashyap
1
-0
/
+9
2020-08-21
scsi: qedf: Initiate cleanup for ELS commands as well
Saurav Kashyap
1
-0
/
+7
2020-08-21
scsi: qedf: Send cleanup even for RRQ on timeout
Saurav Kashyap
1
-1
/
+1
2020-08-21
scsi: qedf: Do not kill timeout work for original I/O on RRQ completion
Saurav Kashyap
1
-4
/
+0
2020-08-21
scsi: qedf: Check the validity of rjt frame before processing
Saurav Kashyap
1
-0
/
+5
2020-08-21
scsi: qedf: Check for port type and role before processing an event
Saurav Kashyap
1
-0
/
+11
2020-08-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-42
/
+16
2020-07-21
qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE
Alexander Lobakin
1
-28
/
+50
2020-07-15
scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocks
Lee Jones
1
-10
/
+8
2020-07-15
scsi: qedf: Remove a whole host of unused variables
Lee Jones
1
-26
/
+4
2020-07-15
scsi: qedf: Remove set but not checked variable 'tmp'
Lee Jones
1
-3
/
+2
2020-07-15
scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocks
Lee Jones
1
-3
/
+2
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-06-03
scsi: qedf: Remove redundant initialization of variable rc
Colin Ian King
1
-1
/
+1
2020-04-18
scsi: qedf: Get dev info after updating the params
Saurav Kashyap
1
-0
/
+7
2020-04-18
scsi: qedf: Fix crash when MFW calls for protocol stats while function is sti...
Chad Dupuis
2
-4
/
+32
2020-04-18
scsi: qedf: Add schedule recovery handler
Chad Dupuis
2
-0
/
+44
2020-04-18
scsi: qedf: Implement callback for bw_update
Saurav Kashyap
1
-0
/
+27
2020-04-18
scsi: qedf: Honor status qualifier in FCP_RSP per spec
Javed Hasan
1
-10
/
+34
2020-04-18
scsi: qedf: Acquire rport_lock for resetting the delay_timestamp
Javed Hasan
1
-0
/
+4
2020-04-18
scsi: qedf: Increase the upper limit of retry delay
Javed Hasan
1
-1
/
+1
2020-04-18
scsi: qedf: Keep track of num of pending flogi
Saurav Kashyap
2
-0
/
+25
2020-04-14
scsi: qedf: Simplify mutex_unlock() usage
Daniel Wagner
1
-7
/
+3
2020-03-06
scsi: qedf: Use pci_get_dsn()
Jacob Keller
1
-13
/
+5
2019-10-25
scsi: Fix various misspellings of "connect"
Geert Uytterhoeven
1
-1
/
+1
2019-10-10
Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue
Martin K. Petersen
1
-1
/
+1
2019-10-01
scsi: qedf: Add port_id getter
Daniel Wagner
1
-0
/
+8
2019-09-24
scsi: qedf: Remove always false 'tmp_prio < 0' statement
Austin Kim
1
-1
/
+1
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-108
/
+233
2019-08-30
scsi: qedf: Update the version to 8.42.3.0
Saurav Kashyap
1
-4
/
+4
2019-08-30
scsi: qedf: Fix race betwen fipvlan request and response path
Saurav Kashyap
1
-13
/
+12
2019-08-30
scsi: qedf: Use discovery list to traverse rports
Hannes Reinecke
1
-32
/
+7
2019-08-30
scsi: qedf: Decrease the LL2 MTU size to 2500
Saurav Kashyap
2
-1
/
+2
2019-08-30
scsi: qedf: Check for module unloading bit before processing link update AEN
Saurav Kashyap
1
-0
/
+10
2019-08-30
scsi: qedf: Initiator fails to re-login to switch after link down
Saurav Kashyap
1
-11
/
+17
2019-08-30
scsi: qedf: Add debug information for unsolicited processing
Saurav Kashyap
1
-0
/
+5
[next]