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
/
scsi
/
qla2xxx
/
qla_iocb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...
Bart Van Assche
1
-2
/
+2
2020-06-16
scsi: Fix trivial spelling
Kieran Bingham
1
-3
/
+3
2020-05-26
scsi: qla2xxx: Remove return value from qla_nvme_ls()
Daniel Wagner
1
-4
/
+1
2020-05-20
scsi: qla2xxx: Fix endianness annotations in source files
Bart Van Assche
1
-34
/
+37
2020-05-20
scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...
Bart Van Assche
1
-32
/
+32
2020-05-20
scsi: qla2xxx: Fix the code that reads from mailbox registers
Bart Van Assche
1
-1
/
+1
2020-02-29
scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline function
Bart Van Assche
1
-11
/
+11
2020-02-24
scsi: qla2xxx: Fix control flags for login/logout IOCB
Himanshu Madhani
1
-3
/
+5
2020-02-24
scsi: qla2xxx: Cleanup ELS/PUREX iocb fields
Joe Carnuccio
1
-6
/
+6
2019-12-21
scsi: qla2xxx: Correct fcport flags handling
Shyam Sundar
1
-1
/
+2
2019-12-20
scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport
Shyam Sundar
1
-3
/
+4
2019-12-20
scsi: qla2xxx: Fix fabric scan hang
Quinn Tran
1
-8
/
+33
2019-12-10
scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCB
Roman Bolshakov
1
-0
/
+9
2019-12-10
scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump length
Roman Bolshakov
1
-2
/
+4
2019-12-10
scsi: qla2xxx: Use explicit LOGO in target mode
Quinn Tran
1
-4
/
+12
2019-11-09
scsi: qla2xxx: Fix device connect issues in P2P configuration
Arun Easi
1
-3
/
+2
2019-11-09
scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure
Quinn Tran
1
-1
/
+5
2019-10-10
scsi: qla2xxx: Add error handling for PLOGI ELS passthrough
Quinn Tran
1
-3
/
+92
2019-09-24
scsi: qla2xxx: Fix Nport ID display value
Quinn Tran
1
-3
/
+4
2019-08-13
scsi: qla2xxx: Fix a NULL pointer dereference
Bart Van Assche
1
-1
/
+2
2019-08-13
scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()
Bart Van Assche
1
-23
/
+17
2019-08-13
scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() function
Bart Van Assche
1
-2
/
+1
2019-08-13
scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...
Bart Van Assche
1
-11
/
+9
2019-08-13
scsi: qla2xxx: Introduce qla2xxx_get_next_handle()
Bart Van Assche
1
-91
/
+37
2019-08-13
scsi: qla2xxx: Enable type checking for the SRB free and done callback functions
Bart Van Assche
1
-9
/
+3
2019-08-13
scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBs
Bart Van Assche
1
-1
/
+2
2019-08-13
scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endian
Bart Van Assche
1
-3
/
+4
2019-08-13
scsi: qla2xxx: Change data_dsd into an array
Bart Van Assche
1
-2
/
+2
2019-08-13
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
1
-0
/
+1
2019-08-08
scsi: qla2xxx: Fix premature timer expiration
Quinn Tran
1
-1
/
+4
2019-04-30
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
1
-37
/
+20
2019-04-30
scsi: qla2xxx: Introduce the dsd32 and dsd64 data structures
Bart Van Assche
1
-156
/
+99
2019-04-30
scsi: qla2xxx: Pass little-endian values to the firmware
Bart Van Assche
1
-4
/
+4
2019-04-30
scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()
Bart Van Assche
1
-1
/
+0
2019-04-30
scsi: qla2xxx: Uninline qla2x00_init_timer()
Bart Van Assche
1
-0
/
+11
2019-04-30
scsi: qla2xxx: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2019-04-16
scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() static
Bart Van Assche
1
-1
/
+1
2019-04-16
scsi: qla2xxx: Insert spaces where required
Bart Van Assche
1
-1
/
+1
2019-04-16
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
1
-0
/
+2
2019-04-16
scsi: qla2xxx: Use tabs to indent code
Bart Van Assche
1
-6
/
+6
2019-04-09
scsi: qla2xxx: Use get/put_unaligned where appropriate
Bart Van Assche
1
-12
/
+9
2019-03-19
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
1
-2
/
+3
2019-03-07
scsi: qla2xxx: avoid printf format warning
Arnd Bergmann
1
-2
/
+2
2019-02-20
scsi: qla2xxx: Move marker request behind QPair
Quinn Tran
1
-29
/
+21
2019-02-20
scsi: qla2xxx: Add First Burst support for FC-NVMe devices
Darren Trapp
1
-1
/
+4
2019-02-06
scsi: qla2xxx: Fix session cleanup hang
Quinn Tran
1
-3
/
+2
2019-01-12
scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary
Giridhar Malavali
1
-62
/
+273
2018-10-24
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
1
-2
/
+2
2018-09-17
scsi: qla2xxx: Remove set but not used variable 'ptr_dma'
YueHaibing
1
-2
/
+0
2018-09-12
scsi: qla2xxx: Fix race condition for resource cleanup
Quinn Tran
1
-2
/
+1
[next]