summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-03scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap1-0/+5
2020-08-26Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran1-4/+0
2020-06-24scsi: qla2xxx: Fix warning after FC target resetViacheslav Dubeyko1-0/+1
2020-05-06scsi: qla2xxx: check UNLOADING before posting async workMartin Wilck1-0/+3
2020-05-06scsi: qla2xxx: set UNLOADING before waiting for session deletionMartin Wilck1-18/+14
2019-12-17Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"Martin K. Petersen1-4/+0
2019-12-17scsi: qla2xxx: Fix a dma_pool_free() callBart Van Assche1-1/+2
2019-12-17scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran1-1/+6
2019-12-17scsi: qla2xxx: Fix memory leak when sending I/O failsArun Easi1-0/+4
2019-12-17scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran1-56/+61
2019-11-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+5
2019-11-06scsi: qla2xxx: fix NPIV tear down processMartin Wilck1-3/+5
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-10-29scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin1-0/+4
2019-10-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2019-10-10scsi: qla2xxx: fix a potential NULL pointer dereferenceAllen Pais1-0/+4
2019-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+13
2019-09-24scsi: qla2xxx: Fix N2N link up failQuinn Tran1-4/+2
2019-09-24scsi: qla2xxx: Fix N2N link resetQuinn Tran1-0/+4
2019-09-24scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-1/+6
2019-09-24scsi: qla2xxx: Fix stale mem access on driver unloadQuinn Tran1-0/+1
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-131/+106
2019-08-20scsi: qla2xxx: cleanup trace buffer initializationMartin Wilck1-0/+1
2019-08-15scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja1-1/+10
2019-08-13scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-2/+1
2019-08-13scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche1-16/+8
2019-08-13scsi: qla2xxx: Fix a race condition between aborting and completing a SCSI co...Bart Van Assche1-37/+8
2019-08-13scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-12/+4
2019-08-13scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche1-34/+25
2019-08-13scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche1-2/+5
2019-08-13scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()Bart Van Assche1-17/+0
2019-08-13scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche1-2/+6
2019-08-13scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecomm...Bart Van Assche1-3/+4
2019-08-13scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-3/+3
2019-08-13scsi: qla2xxx: Really fix qla2xxx_eh_abort()Bart Van Assche1-0/+21
2019-08-13scsi: qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference countBart Van Assche1-0/+2
2019-08-08scsi: qla2xxx: Use common update-firmware-options routine for ISP27xx+Andrew Vasquez1-1/+1
2019-08-08scsi: qla2xxx: Correct error handling during initialization failuresAndrew Vasquez1-3/+9
2019-08-08scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran1-0/+1
2019-07-30scsi: qla2xxx: Reject EH_{abort|device_reset|target_request}Quinn Tran1-0/+9
2019-07-30scsi: qla2xxx: Remove unnecessary null checkYueHaibing1-2/+1
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2019-06-27scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi1-1/+0
2019-06-19scsi: qla2xxx: Fix hardlockup in abort command during driver removeArun Easi1-1/+1
2019-05-14scsi: qla2xxx: Add cleanup for PCI EEH recoveryQuinn Tran1-139/+82
2019-04-30scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche1-14/+2
2019-04-30scsi: qla2xxx: Check the size of firmware data structures at compile timeBart Van Assche1-0/+24
2019-04-30scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche1-97/+53
2019-04-30scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche1-7/+2
2019-04-30scsi: qla2xxx: Fix use-after-free issues in qla2xxx_qpair_sp_free_dma()Bart Van Assche1-18/+20