summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Obtain loopback iteration count from bsg request.Joe Carnuccio2013-04-111-0/+2
* [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-111-5/+147
* [SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis2013-02-221-10/+29
* [SCSI] qla2xxx: Move loopback mode reset after chip reset check.Chad Dupuis2013-02-221-19/+20
* [SCSI] qla2xxx: Extra loopback error handling for ISP83xx.Chad Dupuis2013-02-221-52/+75
* [SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport.Chad Dupuis2013-02-221-5/+5
* [SCSI] qla2xxx: Do MPI reset only for ISP81xx.Saurav Kashyap2013-02-221-4/+6
* [SCSI] qla2xxx: Reject loopback request if one is already in progress.Chad Dupuis2013-02-221-0/+8
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-1/+1
* [SCSI] qla2xxx: Free rsp_data even on error in qla2x00_process_loopback()Steve Hodgson2012-11-301-3/+4
* [SCSI] qla2xxx: Properly set result field of bsg_job reply structure for succ...Armen Baloyan2012-11-301-41/+24
* [SCSI] qla2xxx: Fix for handling some error conditions in loopback.Chad Dupuis2012-09-241-3/+11
* [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Changes for ISP83xx loopback support.Chad Dupuis2012-09-241-38/+41
* [SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar2012-09-241-1/+1
* [SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap2012-09-241-0/+183
* [SCSI] qla2xxx: Add I2C BSG interface.Joe Carnuccio2012-09-141-0/+96
* [SCSI] Revert "qla2xxx: During loopdown perform Diagnostic loopback."Chad Dupuis2012-05-221-1/+0
* [SCSI] qla2xxx: Don't capture minidump for ISP82xx on flash update from appli...Giridhar Malavali2012-05-221-0/+3
* [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio2012-05-221-2/+0
* [SCSI] qla2xxx: Fixups for ISP83xx.Nigel Kirkland2012-05-221-3/+3
* [SCSI] qla2xxx: Block flash access from application when device is initialize...Giridhar Malavali2012-05-101-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-221-64/+56
|\
| * [SCSI] qla2xxx: Prep zero-length BSG data-transfer requests.Andrew Vasquez2012-02-191-17/+7
| * [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-42/+44
| * [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ | |/ |/|
| * qla2xxx: fix printk typo in qla_bsg.cMasanari Iida2012-02-031-1/+1
* | [SCSI] qla2xxx: Add an "is reset active" helper.Andrew Vasquez2012-02-181-41/+9
|/
* [SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez2011-12-151-0/+16
* [SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap2011-12-151-1/+1
* [SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis2011-12-151-1/+1
* [SCSI] qla2xxx: Provide method for updating I2C attached VPD.Joe Carnuccio2011-08-291-0/+151
* [SCSI] qla2xxx: During loopdown perform Diagnostic loopback.Saurav Kashyap2011-08-291-0/+1
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-203/+238
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
* [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout.Giridhar Malavali2010-12-231-0/+2
* [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOsMadhuranath Iyengar2010-12-231-1/+1
* [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback().Joe Carnuccio2010-12-231-1/+1
* [SCSI] qla2xxx: Add flash read/update support using BSG interfaceHarish Zunjarrao2010-10-251-0/+125
* [SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online.Giridhar Malavali2010-09-051-4/+3
* [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-281-1/+1
* [SCSI] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adaptersHarish Zunjarrao2010-07-281-13/+24
* [SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao2010-07-281-9/+0
* [SCSI] qla2xxx: Don't issue set or get port param MBC if remote port is not l...Madhuranath Iyengar2010-07-281-0/+7
* [SCSI] qla2xxx: Appropriately log FCP priority data messagesMadhuranath Iyengar2010-07-281-3/+33
* [SCSI] qla2xxx: Don't issue set or get port param MBC if invalid port loop idMadhuranath Iyengar2010-07-281-0/+7
* [SCSI] qla2xxx: Add internal loopback support for ISP81xx.Sarang Radke2010-07-271-15/+181
* [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar2010-05-161-0/+4
* [SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar2010-05-161-14/+14
OpenPOWER on IntegriCloud