summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_attr.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-1/+4
* [SCSI] qla2xxx: Don't capture minidump for ISP82xx on flash update from appli...Giridhar Malavali2012-05-221-0/+1
* [SCSI] qla2xxx: Fixups for ISP83xx.Nigel Kirkland2012-05-221-2/+2
* [SCSI] qla2xxx: Display proper supported speeds for 16G FC adapters.Giridhar Malavali2012-05-221-0/+3
* [SCSI] qla2xxx: Stats should be different from physical and virtual portsSaurav Kashyap2012-05-221-5/+4
* [SCSI] qla2xxx: Remove EDC sysfs interface.Joe Carnuccio2012-02-191-140/+0
* [SCSI] qla2xxx: Perform implicit logout during rport tear-down.Andrew Vasquez2012-02-191-4/+8
* [SCSI] qla2xxx: Return blank sysfs string on initial get thermal failure.Joe Carnuccio2012-02-191-1/+1
* [SCSI] qla2xxx: Correct print format for edc ql_log() calls.Joe Carnuccio2012-02-191-2/+2
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-9/+14
* [SCSI] qla2xxx: Add an "is reset active" helper.Andrew Vasquez2012-02-181-9/+4
* [SCSI] qla2xxx: Corrections to returned sysfs error codes.Joe Carnuccio2011-12-151-2/+2
* [SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis2011-12-151-1/+1
* [SCSI] qla2xxx: Make the logging functions verify their arguments and fixed t...Joe Perches2011-12-151-2/+2
* [SCSI] qla2xxx: Correct fc_host port_state display.Saurav Kashyap2011-12-121-4/+23
* [SCSI] qla2xxx: Return sysfs error codes appropriate to conditions.Joe Carnuccio2011-08-291-30/+29
* [SCSI] qla2xxx: Correction to sysfs edc interface.Joe Carnuccio2011-08-291-3/+3
* [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali2011-08-291-8/+42
* [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi2011-08-271-1/+1
* [SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi2011-08-271-1/+4
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-86/+97
* [SCSI] qla2xxx: Unify the read/write sfp mailbox command routines.Joe Carnuccio2011-05-171-6/+6
* [SCSI] qla2xxx: Correct buffer start in edc sysfs debug print.Joe Carnuccio2011-05-171-1/+1
* [SCSI] qla2xxx: Fix vport delete hang when logins are outstanding.Arun Easi2011-05-171-2/+3
* [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis2011-05-011-1/+1
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
* [SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar2011-02-121-2/+3
* [SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez2010-12-231-0/+27
* [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function.Giridhar Malavali2010-10-251-4/+4
* [SCSI] qla2xxx: Remove port down retry count.Chad Dupuis2010-10-251-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-14/+16
|\
| * [SCSI] qla2xxx: prep for fc host dev loss tmo supportMike Christie2010-10-071-11/+2
| * [SCSI] qla2xxx: Clear local references of rport on device loss timeout notifi...Giridhar Malavali2010-09-051-9/+9
| * [SCSI] qla2xxx: Return proper fabric name based on device state.Giridhar Malavali2010-09-051-5/+5
| * [SCSI] qla2xxx: do not reset dev_loss_tmo in slave calloutMike Christie2010-09-051-0/+11
* | [SCSI] qla2xxx: Fix vport delete issuesArun Easi2010-09-051-8/+15
|/
* [SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi2010-07-281-0/+2
* [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-281-1/+1
* [SCSI] qla2xxx: Add qla2x00_free_fcports() functionChad Dupuis2010-07-281-6/+1
* [SCSI] qla2xxx: Check for golden firmware and show version if availableMadhuranath Iyengar2010-07-281-0/+18
* [SCSI] qla2xxx: Removed redundant check for ISP 84xx.Giridhar Malavali2010-07-271-1/+1
* [SCSI] qla2xxx: T10 DIF enablement for 81XXArun Easi2010-07-271-1/+1
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-16/+16
* [SCSI] qla2xxx: ensure flash operation and host reset via sg_reset are mutual...Lalit Chandivade2010-05-161-0/+6
* [SCSI] qla2xxx: T10 DIF support added.Arun Easi2010-05-161-0/+16
* [SCSI] qla2xxx: Display proper link state for disconnected ports.Andrew Vasquez2010-05-161-1/+2
* [SCSI] qla2xxx: Check for ISP84xx before processing to get 84xx firmware vers...Andrew Vasquez2010-05-161-3/+5
* [SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali2010-05-011-7/+28
* [SCSI] qla2xxx: General checkpatch corrections.Andrew Vasquez2010-04-111-4/+2
* [SCSI] qla2xxx: Re-organized BSG interface specific code.Giridhar Malavali2010-04-111-701/+1