summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] scsi: Add osd library to build systemBoaz Harrosh2009-03-122-0/+4
* [SCSI] osd: Kconfig file for in-tree buildsBoaz Harrosh2009-03-121-0/+53
* [SCSI] libosd: SCSI/OSD Sense decoding supportBoaz Harrosh2009-03-122-0/+197
* [SCSI] libosd: OSDv2 auto detectionBoaz Harrosh2009-03-122-0/+130
* [SCSI] libosd: OSD version 2 SupportBoaz Harrosh2009-03-121-14/+80
* [SCSI] libosd: Not implemented commandsBoaz Harrosh2009-03-121-0/+35
* [SCSI] libosd: Add Flush and List-objects supportBoaz Harrosh2009-03-121-0/+124
* [SCSI] libosd: OSD Security processing stubsBoaz Harrosh2009-03-121-0/+86
* [SCSI] libosd: attributes SupportBoaz Harrosh2009-03-121-0/+579
* [SCSI] osd_uld: API for retrieving osd devices from KernelBoaz Harrosh2009-03-121-0/+63
* [SCSI] osd_uld: OSD scsi ULDBoaz Harrosh2009-03-122-0/+426
* [SCSI] libosd: OSDv1 preliminary implementationBoaz Harrosh2009-03-124-0/+547
* [SCSI] add OSD_TYPEBoaz Harrosh2009-03-121-0/+1
* [SCSI] sg: fix races with ioctl(SG_IO)Tony Battersby2009-03-121-25/+14Star
* [SCSI] sg: fix races during device removalTony Battersby2009-03-121-217/+201Star
* [SCSI] stex: Version updateEd Lin - PTU2009-03-121-3/+3
* [SCSI] stex: Small fixesEd Lin - PTU2009-03-121-6/+22
* [SCSI] stex: Fix for controller type st_yosemiteEd Lin - PTU2009-03-121-61/+3Star
* [SCSI] stex: Add new device idEd Lin - PTU2009-03-121-2/+6
* [SCSI] stex: Fix for potential invalid responseEd Lin - PTU2009-03-121-0/+1
* [SCSI] osst: Remove SUGGEST flagsJames Bottomley2009-03-121-2/+2
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-128-25/+15Star
* [SCSI] ipr: add MSI supportWayne Boyer2009-03-122-2/+9
* [SCSI] scsi_transport_fc: Add missing parenthesis to Point-To-Point descriptionChristof Schmitt2009-03-121-1/+1
* [SCSI] sym53c8xx: Keep transfer negotiations validAaro Koskinen2009-03-122-9/+27
* [SCSI] Improve SCSI_LOGGING Kconfig entryRobert Love2009-03-121-6/+7
* [SCSI] lpfc: constify virtual function tablesJan Engelhardt2009-03-121-8/+8
* [SCSI] libfc: fix compile warningFUJITA Tomonori2009-03-122-3/+4
* [SCSI] libfc: needs CRC32Randy Dunlap2009-03-121-0/+1
* [SCSI] scsi_debug: needs CRC_T10DIFRandy Dunlap2009-03-121-0/+1
* [SCSI] scsi_debug: DIF/DIX supportMartin K. Petersen2009-03-121-7/+436
* [SCSI] scsi_sysfs: delete extra kernel-docRandy Dunlap2009-03-121-1/+0Star
* [SCSI] ses: Use new scsi VPD helperMatthew Wilcox2009-03-121-27/+4Star
* [SCSI] Add VPD helperMatthew Wilcox2009-03-121-0/+104
* [SCSI] qla2xxx: Update version number to 8.03.00-k4.Andrew Vasquez2009-03-101-1/+1
* [SCSI] qla2xxx: Correct overwrite of pre-assigned init-control-block structur...Andrew Vasquez2009-03-101-4/+0Star
* [SCSI] qla2xxx: Correct truncation in return-code status checking.Andrew Vasquez2009-03-102-2/+2
* [SCSI] qla2xxx: Correct vport delete bug.Anirban Chakraborty2009-03-103-9/+15
* [SCSI] qla2xxx: Use correct value for max vport in LOOP topology.Lalit Chandivade2009-03-101-1/+5
* [SCSI] qla2xxx: Correct address range checking for option-rom updates.Andrew Vasquez2009-03-101-8/+1Star
* [SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) ...Robert Love2009-03-101-1/+1
* [SCSI] fcoe: fix handling of pending queue, prevent out of order frames (v3)Chris Leech2009-03-101-57/+24Star
* [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2009-03-102-24/+22Star
* [SCSI] fcoe: fix kfree(skb)Roel Kluin2009-03-101-1/+1
* [SCSI] libfc: do not change the fh_rx_id of a recevied frameYi Zou2009-03-101-13/+0Star
* [SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2009-03-102-3/+5
* [SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love2009-03-101-5/+3Star
* [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2009-03-102-7/+7
* [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-104-20/+20
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-107-250/+245Star