aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10scsi: qla2xxx: Fix double free of fcportSaurav Kashyap1-2/+3
2024-03-10scsi: qla2xxx: Fix N2N stuck connectionQuinn Tran1-21/+11
2024-03-10scsi: qla2xxx: Prevent command send on chip resetQuinn Tran1-2/+31
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen1-2/+3
2023-08-25scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs()Nilesh Javali1-5/+0
2023-08-21scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMeManish Rangankar1-10/+17
2023-08-21scsi: qla2xxx: Allow 32-byte CDBsQuinn Tran1-0/+269
2023-08-21scsi: qla2xxx: Move resource to allow code reuseQuinn Tran1-10/+10
2023-07-23scsi: qla2xxx: Fix command flush during TMFQuinn Tran1-0/+1
2023-07-05scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter1-1/+1
2023-07-05scsi: qla2xxx: Silence a static checker warningDan Carpenter1-1/+2
2023-06-14scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika1-1/+2
2023-05-08scsi: qla2xxx: Fix task management cmd failureQuinn Tran1-4/+24
2023-05-08scsi: qla2xxx: Multi-que support for TMFQuinn Tran1-2/+3
2023-01-11scsi: qla2xxx: edif: Fix performance dip due to lock contentionQuinn Tran1-8/+2
2023-01-11scsi: qla2xxx: Remove dead code (GPNID)Quinn Tran1-1/+1
2023-01-11scsi: qla2xxx: Fix IOCB resource check warningNilesh Javali1-1/+1
2023-01-11scsi: qla2xxx: Fix exchange oversubscription for management commandsQuinn Tran1-0/+67
2023-01-11scsi: qla2xxx: Fix exchange oversubscriptionQuinn Tran1-12/+16
2022-06-10scsi: qla2xxx: edif: Fix no logout on delete for N2NQuinn Tran1-0/+3
2022-06-07scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashingQuinn Tran1-1/+1
2022-03-15scsi: qla2xxx: Fix N2N inconsistent PLOGIQuinn Tran1-5/+3
2022-02-11scsi: qla2xxx: Add qla2x00_async_done() for async routinesSaurav Kashyap1-1/+16
2022-01-24scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-9/+32
2022-01-24scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner1-13/+16
2021-10-26scsi: qla2xxx: edif: Fix inconsistent check of db_flagsQuinn Tran1-2/+1
2021-08-23scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran1-1/+4
2021-08-23scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran1-2/+12
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran1-1/+4
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-1/+16
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran1-0/+6
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran1-0/+41
2021-07-20scsi: qla2xxx: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-65/+12
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran1-0/+4
2021-03-29scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran1-10/+50
2021-03-29scsi: qla2xxx: Fix IOPS drop seen in some adaptersArun Easi1-0/+19
2021-03-24scsi: qla2xxx: Fix endianness annotationsBart Van Assche1-1/+2
2021-03-15scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscoresLee Jones1-1/+1
2021-01-13scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLERSaurav Kashyap1-0/+2
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika1-0/+6
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds1-2/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+47
2020-09-29scsi: qla2xxx: Fix buffer-buffer credit extraction errorQuinn Tran1-2/+1
2020-09-22scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap1-0/+8
2020-09-22scsi: qla2xxx: Add IOCB resource trackingQuinn Tran1-0/+28
2020-09-22scsi: qla2xxx: Performance tweakQuinn Tran1-8/+10
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-30scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...Bart Van Assche1-2/+2
2020-06-15scsi: Fix trivial spellingKieran Bingham1-3/+3
2020-05-26scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner1-4/+1
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche1-34/+37
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche1-32/+32
2020-05-19scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche1-1/+1
2020-02-28scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche1-11/+11
2020-02-24scsi: qla2xxx: Fix control flags for login/logout IOCBHimanshu Madhani1-3/+5
2020-02-24scsi: qla2xxx: Cleanup ELS/PUREX iocb fieldsJoe Carnuccio1-6/+6
2019-12-21scsi: qla2xxx: Correct fcport flags handlingShyam Sundar1-1/+2
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar1-3/+4
2019-12-19scsi: qla2xxx: Fix fabric scan hangQuinn Tran1-8/+33
2019-12-09scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov1-0/+9
2019-12-09scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov1-2/+4
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran1-4/+12
2019-11-08scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi1-3/+2
2019-11-08scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran1-1/+5
2019-10-09scsi: qla2xxx: Add error handling for PLOGI ELS passthroughQuinn Tran1-3/+92
2019-09-23scsi: qla2xxx: Fix Nport ID display valueQuinn Tran1-3/+4
2019-08-12scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche1-23/+17
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-2/+1
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche1-11/+9
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche1-91/+37
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-9/+3
2019-08-12scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche1-3/+4
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche1-2/+2
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-0/+1
2019-08-07scsi: qla2xxx: Fix premature timer expirationQuinn Tran1-1/+4
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche1-37/+20
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-156/+99
2019-04-29scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche1-4/+4
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche1-1/+0
2019-04-29scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche1-0/+11
2019-04-29scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-2/+0
2019-04-15scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+2
2019-04-15scsi: qla2xxx: Use tabs to indent codeBart Van Assche1-6/+6
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche1-12/+9
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-2/+3
2019-03-06scsi: qla2xxx: avoid printf format warningArnd Bergmann1-2/+2
2019-02-19scsi: qla2xxx: Move marker request behind QPairQuinn Tran1-29/+21
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp1-1/+4
2019-02-05scsi: qla2xxx: Fix session cleanup hangQuinn Tran1-3/+2
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-62/+273
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-2/+2
2018-09-17scsi: qla2xxx: Remove set but not used variable 'ptr_dma'YueHaibing1-2/+0
2018-09-11scsi: qla2xxx: Fix race condition for resource cleanupQuinn Tran1-2/+1
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-4/+5
2018-09-11scsi: qla2xxx: Use correct qpair for ABTS/CMDQuinn Tran1-5/+7
2018-09-11scsi: qla2xxx: Fix process response queue for ISP26XX and aboveQuinn Tran1-17/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-57/+97
2018-08-08scsi: qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_...Quinn Tran1-0/+1
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-26/+86
2018-08-02scsi: qla2xxx: Fix stalled reloginHimanshu Madhani1-0/+1
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-6/+9
2018-08-02scsi: qla2xxx: Cleanup for N2N codeHimanshu Madhani1-25/+0
2018-07-30scsi: qla2xxx: Fix memory leak for allocating abort IOCBQuinn Tran1-26/+27
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-3/+5
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-4/+3
2018-02-22scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder1-8/+2
2018-02-13scsi: qla2xxx: Fix incorrect handle for abort IOCBHimanshu Madhani1-4/+3
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-4/+11
2018-01-22scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp1-2/+4
2018-01-17scsi: qla2xxx: Fix warning during port_name debug printhimanshu.madhani@cavium.com1-1/+1
2018-01-03scsi: qla2xxx: Add ability to send PRLOQuinn Tran1-0/+17
2018-01-03scsi: qla2xxx: Use shadow register for ISP27XXQuinn Tran1-1/+3
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+23
2017-12-07scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.Giridhar Malavali1-10/+0
2017-12-07scsi: qla2xxx: Fix abort command deadlock due to spinlockQuinn Tran1-3/+0
2017-10-16scsi: qla2xxx: Changes to support N2N loginsDuane Grigsby1-10/+185
2017-08-24scsi: qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthr...Giridhar Malavali1-20/+35
2017-07-01scsi: qla2xxx: Protect access to qpair members with qpair->qp_lockJohannes Thumshirn1-10/+13
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby1-0/+36
2017-06-27scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby1-0/+21
2017-06-27scsi: qla2xxx: Move target stat counters from vha to qpair.Quinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-10/+20
2017-06-12scsi: qla2xxx: Remove extra register readQuinn Tran1-1/+3
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran1-7/+6
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-49/+47
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-5/+66
2017-02-08qla2xxx: Track I-T nexus as single fc_port structQuinn Tran1-1/+1
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-40/+367
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-4/+4
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-2/+3
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-0/+187
2016-01-07qla2xxx: Enable Target counters in DebugFS.Himanshu Madhani1-0/+1
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-83/+49
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche1-8/+4
2015-08-26qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche1-2/+2
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-50/+38
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-21/+3
2015-08-26qla2xxx: Declare local functions staticBart Van Assche1-2/+2
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik1-0/+3
2015-06-13qla2xxx: Fix indentationBart Van Assche1-4/+4
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-89/+3
2014-09-25qla2xxx: Handle chip reset in target mode.Arun Easi1-0/+11
2014-09-25qla2xxx: Increase room in request queue for sending priority packetsHimanshu Madhani1-2/+2
2014-09-25qla2xxx: Fix sparse warning in qla_iocb.c file.Joe Carnuccio1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-6/+5
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran1-35/+99
2014-05-19qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio1-6/+6
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-03-15[SCSI] qla2xxx: Fixup looking for a space in the outstanding_cmds array in ql...Chad Dupuis1-1/+1
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan1-1/+26
2014-03-15[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.Armen Baloyan1-10/+1
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-2/+2
2013-09-03[SCSI] qla2xxx: Add missing FCP statistics to sysfs interface.Joe Carnuccio1-0/+13
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh1-2/+2
2013-07-23[SCSI] qla2xxx: Properly set the tagging for commands.Saurav Kashyap1-2/+9
2013-07-08[SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs().Bart Van Assche1-2/+0
2013-07-08[SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.Saurav Kashyap1-2/+2
2013-04-11[SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali1-30/+37
2013-02-22[SCSI] qla2xxx: Update the copyright information.Saurav Kashyap1-1/+1
2013-02-22[SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis1-19/+18
2012-11-30[SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional reque...Andrew Vasquez1-10/+1
2012-11-30[SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap1-2/+2
2012-09-24[SCSI] qla2xxx: T10 DIF - ISP83xx changes.Arun Easi1-43/+16
2012-09-24[SCSI] qla2xxx: Update the driver copyright.Chad Dupuis1-1/+1
2012-09-24[SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap1-0/+198
2012-09-14[SCSI] qla2xxx: Fix typo in qla2xxx filesMasanari Iida1-1/+1
2012-05-22[SCSI] qla2xxx: don't free pool that wasn't allocatedDan Carpenter1-1/+1
2012-05-22[SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger1-1/+25
2012-05-22[SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio1-13/+13
2012-05-22[SCSI] qla2xxx: Stats should be different from physical and virtual portsSaurav Kashyap1-10/+7
2012-05-22[SCSI] qla2xxx: Micro optimization in queuecommand handlerChetan Loke1-10/+9
2012-02-19[SCSI] qla2xxx: Fix incorrect register access in qla2x00_start_iocbs().Arun Easi1-1/+1
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali1-81/+77
2012-02-19[SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali1-5/+4
2011-12-15[SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez1-2/+9
2011-12-15[SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap1-0/+9
2011-12-15[SCSI] qla2xxx: Consolidated IOCB processing routines.Giridhar Malavali1-101/+517
2011-12-15[SCSI] qla2xxx: Process marker IOCB request on request queue 0.Giridhar Malavali1-0/+1
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed t...Joe Perches1-1/+1
2011-12-12[SCSI] qla2xxx: Submit all chained IOCBs for passthrough commands on request ...Giridhar Malavali1-6/+8
2011-08-27[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi1-34/+21
2011-08-27[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi1-16/+217
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-67/+53
2011-05-01[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2011-02-25[SCSI] qla2xxx: Propagate block-layer tags on submitted I/Os.Andrew Vasquez1-2/+50
2010-12-09[SCSI] qla2xxx: Populate Command Type 6 LUN field properly.Mike Hernandez1-0/+1
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-07-28[SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi1-4/+31
2010-07-28[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez1-1/+1
2010-07-28[SCSI] qla2xxx: Update copyright banner.Giridhar Malavali1-1/+1
2010-07-28[SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao1-1/+79
2010-07-28[SCSI] qla2xxx: Removed dependency for SRB structure for Marker processingGiridhar Malavali1-118/+16
2010-07-27[SCSI] qla2xxx: Clear drive active CRB register when not in use.Giridhar Malavali1-2/+2
2010-06-16fix typos concerning "management"Uwe Kleine-König1-1/+1