summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_attr.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.2.2 : Style cleanupsJames Smart2007-08-011-1/+1
* [SCSI] lpfc 8.2.2 : Miscellaneous Bug FixesJames Smart2007-08-011-19/+10Star
* [SCSI] lpfc 8.2.2 : Miscellaneous management and logging modsJames Smart2007-08-011-14/+3Star
* [SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macroJames Smart2007-08-011-61/+49Star
* [SCSI] lpfc 8.2.2 : Attribute and Parameter splits for vport and physical portJames Smart2007-08-011-88/+266
* [SCSI] lpfc 8.2.2 : Fix locking around HBA's port_listJames Smart2007-08-011-8/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-161-213/+547
|\
| * [SCSI] lpfc: bug fixesJames Smart2007-06-181-50/+67
| * [SCSI] lpfc: NPIV: add NPIV support on top of SLI-3James Smart2007-06-181-13/+295
| * [SCSI] lpfc: NPIV: split portsJames Smart2007-06-181-204/+239
* | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-121-4/+8
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-2/+0Star
|/
* [SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart2007-05-061-1/+1
* [SCSI] lpfc 8.1.12 : Added support for 8G speed and new HBAsJames Smart2007-05-061-2/+6
* [SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart2007-05-061-40/+24Star
* [SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback me...James Smart2007-05-061-0/+1
* [SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart2007-05-061-19/+16Star
* [SCSI] lpfc 8.1.12 : Rework offline path to solve HBA reset issuesJames Smart2007-05-061-16/+67
* [SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart2007-05-061-5/+14
* [SCSI] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enableJames Smart2006-12-031-10/+74
* [SCSI] lpfc 8.1.11 : Add MSI (Message Signalled Interrupts) supportJames Smart2006-12-031-0/+11
* [SCSI] lpfc 8.1.11 : Adjust LOG_FCP loggingJames Smart2006-12-031-1/+1
* [SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart2006-12-031-1/+20
* [SCSI] lpfc: fix printk format warningRandy Dunlap2006-10-261-1/+2
* [SCSI] lpfc 8.1.10 : Add support for new lpfc soft_wwpn attributeJames Smart2006-09-051-0/+117
* [SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo...James Smart2006-09-051-28/+127
* [SCSI] lpfc 8.1.10 : Add support to return adapter symbolic nameJames Smart2006-09-021-1/+12
* [SCSI] lpfc 8.1.9 : Misc Bug FixesJames Smart2006-08-191-1/+1
* [SCSI] lpfc 8.1.7 : Short bug fixesJames Smart2006-08-061-3/+3
* [SCSI] lpfc 8.1.7 : Fix failing firmware download due to mailbox delays needi...James Smart2006-08-061-1/+2
* [SCSI] lpfc 8.1.7 : Add statistics reset callback for FC transportJames Smart2006-08-061-4/+86
* [SCSI] lpfc 8.1.7: Misc FixesJames Smart2006-07-091-5/+5
* [SCSI] lpfc 8.1.7: Remove depricated sysfs attribute board_onlineJames Smart2006-07-091-42/+0Star
* [SCSI] lpfc 8.1.7: Adding new issue_reset sysfs attributeJames Smart2006-07-091-0/+43
* [SCSI] lpfc 8.1.7: Issue DOWN_LINK prior to INIT_LINK to work around link fai...James Smart2006-07-091-1/+11
* [SCSI] lpfc 8.1.4 : Two misc fixesJames Smart2006-03-121-1/+1
* [PATCH] lpfc 8.1.3: Fix performance when using multiple SLI ringsJamie Wellnitz2006-03-061-0/+10
* [SCSI] lpfc 8.1.2: Fixed module parameter descriptions.Jamie Wellnitz2006-03-011-3/+3
* [SCSI] lpfc 8.1.2: Allow turning on internal loop-back modeJamie Wellnitz2006-03-011-1/+2
* [SCSI] lpfc 8.1.2: Add ERROR and WARM_START modes for diagnostic purposes.Jamie Wellnitz2006-03-011-1/+63
* [SCSI] lpfc 8.1.2: Correct use of the hostdata field in scsi_hostJamie Wellnitz2006-03-011-32/+32
* [SCSI] lpfc 8.1.2: Add module parameter to limit number of outstanding comman...Jamie Wellnitz2006-03-011-0/+15
* [SCSI] lpfc 8.1.1 : Add polled-mode supportJames.Smart@Emulex.Com2005-12-141-2/+90
* [SCSI] lpfc: Restore HEX safe bahavior of the sysfs xxx_store functions.James.Smart@Emulex.Com2005-10-291-3/+36
* [SCSI] lpfc: Fix comments for nodev_tmoJames.Smart@Emulex.Com2005-10-291-1/+1
* [SCSI] lpfc: Add range checking for attributes passed as options at load time.James.Smart@Emulex.Com2005-10-291-44/+64
* [SCSI] lpfc: Return -EINVAL, -EPERM, and -EIO instead of 0 from sysfs callbacksJames.Smart@Emulex.Com2005-10-291-11/+7Star
* [SCSI] lpfc: Cleanup code in lpfc_get_stats().James.Smart@Emulex.Com2005-10-291-19/+15Star
* [SCSI] Add an 'Issue LIP' device attribute in fc_transport classAndrew Vasquez2005-10-291-11/+5Star
* [SCSI] lpfc build fixAndrew Morton2005-09-211-4/+4