aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_bsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-6/+2
2019-08-12scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche1-6/+5
2019-07-30scsi: qla2xxx: Fix DMA unmap leakHimanshu Madhani1-0/+4
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-6/+4
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+5
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche1-1/+1
2019-03-19scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi1-1/+1
2019-03-19scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi1-1/+1
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio1-0/+42
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-2/+1
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-3/+3
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-5/+7
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-09-11scsi: qla2xxx: Reject bsg request if chip is down.Quinn Tran1-1/+1
2018-02-22scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder1-2/+1
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-6/+3
2017-10-16scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig1-6/+4
2017-09-25scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-2/+1
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King1-1/+1
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran1-1/+1
2017-05-24scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio1-4/+5
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-3/+3
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi1-1/+1
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-13/+10
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-13/+10
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-1/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-22/+22
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-30/+31
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-27/+27
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-22/+44
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-112/+152
2016-07-15qla2xxx: Add bsg interface to support statistics counter reset.Sawan Chandak1-25/+26
2016-07-15qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio1-0/+44
2016-07-15qla2xxx: Properly reset firmware statistics.Joe Carnuccio1-1/+1
2016-02-23qla2xxx: Provide mbx info in BBCR data after mbx failureHarish Zunjarrao1-2/+7
2016-02-23qla2xxx: Add support for Private link statistics counters.Harish Zunjarrao1-0/+61
2016-02-23qla2xxx: Add support for buffer to buffer credit value for ISP27XX.Sawan Chandak1-0/+55
2016-02-23qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak1-0/+80
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-5/+0
2015-08-26qla2xxx: Declare local functions staticBart Van Assche1-1/+1
2014-09-25qla2xxx: Add missing ISP27xx checks to optrom code.Alex Vechersky1-1/+1
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio1-2/+45
2014-03-15[SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis1-2/+10
2013-12-19[SCSI] qla2xxx: Add BSG interface for read/write serdes register.Joe Carnuccio1-0/+44
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-09-04treewide: Convert retrun typos to returnJoe Perches1-1/+1
2013-09-03[SCSI] qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support.Santosh Vernekar1-2/+15