aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/qla4xxx
AgeCommit message (Expand)AuthorFilesLines
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2025-11-29scsi: qla4xxx: Use time conversion macrosShi Hao1-1/+1
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-5/+0
2025-11-19Merge branch 6.18/scsi-fixes into 6.19/scsi-stagingMartin K. Petersen1-4/+4
2025-10-23scsi: qla4xxx: Use correct variable in memset for clarityAlok Tiwari1-2/+2
2025-10-13Merge branch '6.18/scsi-queue' into 6.18/scsi-fixesMartin K. Petersen1-4/+4
2025-10-06scsi: qla4xxx: Fix typos in commentsAlok Tiwari1-4/+4
2025-08-14scsi: qla4xxx: Prevent a potential error pointer dereferenceDan Carpenter1-0/+2
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-06-23scsi: qla4xxx: Fix missing DMA mapping error in qla4xxx_alloc_pdu()Thomas Fourier1-0/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-28scsi: qla4xxx: Remove duplicate struct crb_addr_pairKees Cook1-5/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+2
2025-01-02Merge patch series "scsi: Constify 'struct bin_attribute'"Martin K. Petersen1-6/+6
2025-01-02scsi: qla4xxx: Constify 'struct bin_attribute'Thomas Weißschuh1-6/+6
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET1-1/+1
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-3/+3
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche1-1/+1
2024-03-10scsi: qla4xxx: Replace deprecated strncpy() with strscpy()Justin Stitt2-12/+19
2023-07-25scsi: qla4xxx: Add length check when parsing nlattrsLin Ma1-0/+15
2023-05-16scsi: qla4xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-11/+11
2023-04-02scsi: qla4xxx: Remove unused 'count' variableTom Rix1-2/+0
2023-03-09scsi: qla4xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-5/+0
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-4/+4
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