aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25scsi: qla4xxx: Drop redundant memset()Haowen Bai1-1/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-12/+22
2022-03-01scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie1-1/+1
2022-02-27scsi: qla4xxx: Remove unneeded variableChangcheng Deng1-2/+1
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche2-9/+20
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2021-12-06scsi: qla4xxx: Format SYSFS_FLAG_FW_SEL_BOOT as byteFlorian Fainelli1-2/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-20/+30
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook1-2/+2
2021-10-16scsi: qla4xxx: Switch to attribute groupsBart Van Assche3-18/+28
2021-10-16scsi: qla4xxx: Call scsi_done() directlyBart Van Assche1-2/+2
2021-08-11scsi: qla4xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-3/+3
2021-08-01scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>Dwaipayan Ray5-28/+28
2021-06-18scsi: qla4xxx: Remove redundant continue statementColin Ian King1-2/+0
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-0/+1
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-0/+1
2021-05-10scsi: qla4xxx: Simplify conditionalWan Jiabing1-2/+1
2021-04-15scsi: qla4xxx: Remove an unused functionBart Van Assche1-6/+0
2021-04-13scsi: qla4xxx: Remove unneeded if-null-free checkQiheng Lin1-18/+9
2021-03-15scsi: qla4xxx: Fix kernel-doc formatting and misnaming issueLee Jones1-2/+2
2021-03-15scsi: qla4xxx: Fix formatting issues - missing '-' and '_'Lee Jones1-2/+2
2021-03-09scsi: qla4xxx: Fix a typoBhaskar Chowdhury1-1/+1
2021-02-08scsi: qla4xxx: Use iscsi_is_session_online()Mike Christie1-1/+1
2021-01-22scsi: qla4xxx: Use standard SAM status definitionsHannes Reinecke2-2/+1
2020-12-09scsi: qla4xxx: Remove redundant assignment to variable rvalColin Ian King1-1/+1
2020-12-01scsi: qla4xxx: Remove in_interrupt() from qla4_82xx_rom_lock()Ahmed S. Darwish2-11/+7
2020-12-01scsi: qla4xxx: Remove in_interrupt() from qla4_82xx_idc_lock()Ahmed S. Darwish2-10/+6
2020-12-01scsi: qla4xxx: Remove in_interrupt()Ahmed S. Darwish2-35/+29
2020-11-17scsi: qla4xxx: Remove redundant assignment to variable rvalJing Xiangfeng1-3/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds21-42/+21
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+2
2020-10-07scsi: qla4xxx: Fix inconsistent format argument typeYe Bin1-1/+1
2020-10-02scsi: qla4xxx: Delete unneeded variable 'status' in qla4xxx_process_ddb_changedYe Bin1-2/+1
2020-09-16scsi/qla4xxx: Convert to SPDX license identifiersThomas Gleixner21-42/+21
2020-08-24scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()'Christophe JAILLET1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24scsi: qla4xxx: Rename function parameter descriptionsLee Jones1-2/+2
2020-07-24scsi: qla4xxx: Remove set but unused variable 'status'Lee Jones1-22/+12
2020-07-24scsi: qla4xxx: Supply description for 'code'Lee Jones1-4/+5
2020-07-24scsi: qla4xxx: Remove three set but unused variablesLee Jones1-6/+3
2020-07-24scsi: qla4xxx: Document qla4xxx_process_ddb()'s 'conn_err'Lee Jones1-0/+1
2020-07-24scsi: qla4xxx: Repair function documentation headersLee Jones1-2/+4
2020-07-24scsi: qla4xxx: Fix some kerneldoc parameter documentation issuesLee Jones1-6/+7
2020-07-24scsi: qla4xxx: Fix incorrectly named function parameterLee Jones1-1/+1
2020-07-24scsi: qla4xxx: Fix-up incorrectly documented parameterLee Jones1-4/+3
2020-07-24scsi: qla4xxx: Move 'qla4_82xx_reg_tbl' to the only place its usedLee Jones2-17/+17
2020-07-24scsi: pm8001: Remove a bunch of set but unused variablesLee Jones1-10/+1
2020-07-24scsi: qla4xxx: Move 'qla4_83xx_reg_tbl' from shared headerLee Jones2-17/+17
2020-07-24scsi: qla4xxx: Check return value of pci_set_mwi()Lee Jones1-0/+3