summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-10aha1542: Always name Scsi_Host variables shOndrej Zary1-49/+49
2015-04-10aha1524: Use struct scsi_cmndOndrej Zary1-75/+75
2015-04-10aha1542: clean up cmd variablesOndrej Zary1-29/+24
2015-04-10aha1542: Simplify aha1542_biosparamOndrej Zary1-13/+8
2015-04-10aha1542: rework configuration parametersOndrej Zary1-159/+54
2015-04-10aha1542: rework hw_initOndrej Zary2-81/+59
2015-04-10aha1542: Call wait_mask from aha1542_outOndrej Zary1-10/+7
2015-04-10aha1542: split out code from aha1542_hw_initOndrej Zary1-30/+35
2015-04-10aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary1-68/+14
2015-04-10aha1542: Remove aha1542_restartOndrej Zary1-26/+2
2015-04-10aha1542: remove useless code from aha1542_test_portOndrej Zary1-14/+1
2015-04-10aha1542: Remove unneeded gotosOndrej Zary1-39/+19
2015-04-10aha1542: Split aha1542_outOndrej Zary1-40/+35
2015-04-10aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary1-26/+7
2015-04-10aha1542: Remove WAIT and WAITd macrosOndrej Zary1-47/+57
2015-04-10aha1542: Use BIT() macroOndrej Zary1-18/+19
2015-04-10aha1542: remove empty aha1542_statOndrej Zary1-15/+1
2015-04-10aha1542: Reorder functions to remove forward declarationsOndrej Zary2-39/+24
2015-04-10aha1542: Use u8 instead of uncharOndrej Zary2-46/+46
2015-04-10aha1542: Convert aha1542_intr_reset to functionOndrej Zary1-1/+4
2015-04-10aha1542: Remove HOSTDATA macroOndrej Zary1-59/+55
2015-04-10aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary2-15/+10
2015-04-10aha1542: remove dead codeOndrej Zary2-248/+1
2015-04-10aha1542: Stop using scsi_module.cOndrej Zary2-133/+169
2015-04-10aacraid: driver version changeMahesh Rajashekhara2-2/+2
2015-04-10aacraid: AIF raw device remove supportMahesh Rajashekhara2-0/+36
2015-04-10aacraid: performance improvement changesMahesh Rajashekhara7-58/+57
2015-04-10aacraid: IOCTL fixMahesh Rajashekhara3-1/+7
2015-04-10aacraid: IOP RESET command handling changesMahesh Rajashekhara3-10/+31
2015-04-10aacraid: 240 simple volume supportMahesh Rajashekhara2-0/+8
2015-04-10aacraid: vpd page code 0x83 supportMahesh Rajashekhara1-12/+153
2015-04-10aacraid: MSI-x supportMahesh Rajashekhara6-107/+505
2015-04-10aacraid: 4KB sector supportMahesh Rajashekhara2-51/+200
2015-04-10aacraid: IOCTL pass-through command fixMahesh Rajashekhara1-2/+8
2015-04-10aacraid: AIF support for SES device add/removeMahesh Rajashekhara2-2/+8
2015-04-10ipr: Driver version 2.6.1Brian King1-2/+2
2015-04-10ipr: AF DASD raw mode implementation in ipr driverWen Xiong2-0/+88
2015-04-10ipr: Re-enable write sameBrian King1-1/+0
2015-04-09ipr: Fix possible error path oops during initializationBrian King1-7/+9
2015-04-09ipr: Reset in task contextBrian King2-26/+67
2015-04-09ipr: Reboot speed improvementsBrian King2-9/+157
2015-04-09scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan1-25/+64
2015-04-09scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan1-42/+57
2015-04-09scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-7/+8
2015-04-09scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan1-0/+6
2015-04-09scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan1-1/+1
2015-04-09scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan1-11/+16
2015-04-09scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan1-1/+1
2015-04-09aic7xxx: replace kmalloc/memset by kzallocMichael Opdenacker4-12/+7
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig1-7/+13