aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_bsg.c
AgeCommit message (Expand)Author
2019-11-12scsi: qla2xxx: fixup incorrect usage of host_byteHannes Reinecke
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran
2017-05-24scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn
2016-07-15qla2xxx: Add bsg interface to support statistics counter reset.Sawan Chandak
2016-07-15qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio
2016-07-15qla2xxx: Properly reset firmware statistics.Joe Carnuccio
2016-02-23qla2xxx: Provide mbx info in BBCR data after mbx failureHarish Zunjarrao
2016-02-23qla2xxx: Add support for Private link statistics counters.Harish Zunjarrao
2016-02-23qla2xxx: Add support for buffer to buffer credit value for ISP27XX.Sawan Chandak
2016-02-23qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche
2015-08-26qla2xxx: Declare local functions staticBart Van Assche
2014-09-25qla2xxx: Add missing ISP27xx checks to optrom code.Alex Vechersky
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan
2014-05-19qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio
2014-03-15[SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis
2013-12-19[SCSI] qla2xxx: Add BSG interface for read/write serdes register.Joe Carnuccio
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-04treewide: Convert retrun typos to returnJoe Perches
2013-09-03[SCSI] qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support.Santosh Vernekar
2013-09-03[SCSI] qla2xxx: Fix incorrect test after list_for_each_entry() exits.Joe Carnuccio
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh
2013-09-03[SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba
2013-07-08[SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Bart Van Assche
2013-07-08[SCSI] qla2xxx: Clean up qla84xx_mgmt_cmd()Bart Van Assche
2013-07-08[SCSI] qla2xxx: Clean up qla24xx_iidma()Bart Van Assche
2013-07-08[SCSI] qla2xxx: Set the index in outstanding command array to NULL when cmd i...Giridhar Malavali
2013-04-11[SCSI] qla2xxx: Obtain loopback iteration count from bsg request.Joe Carnuccio
2013-04-11[SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali
2013-02-22[SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis
2013-02-22[SCSI] qla2xxx: Move loopback mode reset after chip reset check.Chad Dupuis
2013-02-22[SCSI] qla2xxx: Extra loopback error handling for ISP83xx.Chad Dupuis
2013-02-22[SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport.Chad Dupuis
2013-02-22[SCSI] qla2xxx: Do MPI reset only for ISP81xx.Saurav Kashyap
2013-02-22[SCSI] qla2xxx: Reject loopback request if one is already in progress.Chad Dupuis
2013-02-22[SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis
2012-11-30[SCSI] qla2xxx: Free rsp_data even on error in qla2x00_process_loopback()Steve Hodgson