summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* aha1542: remove useless code from aha1542_test_portOndrej Zary2015-04-101-14/+1Star
* aha1542: Remove unneeded gotosOndrej Zary2015-04-101-39/+19Star
* aha1542: Split aha1542_outOndrej Zary2015-04-101-40/+35Star
* aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary2015-04-101-26/+7Star
* aha1542: Remove WAIT and WAITd macrosOndrej Zary2015-04-101-47/+57
* aha1542: Use BIT() macroOndrej Zary2015-04-101-18/+19
* aha1542: remove empty aha1542_statOndrej Zary2015-04-101-15/+1Star
* aha1542: Reorder functions to remove forward declarationsOndrej Zary2015-04-102-39/+24Star
* aha1542: Use u8 instead of uncharOndrej Zary2015-04-102-46/+46
* aha1542: Convert aha1542_intr_reset to functionOndrej Zary2015-04-101-1/+4
* aha1542: Remove HOSTDATA macroOndrej Zary2015-04-101-59/+55Star
* aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary2015-04-102-15/+10Star
* aha1542: remove dead codeOndrej Zary2015-04-102-248/+1Star
* aha1542: Stop using scsi_module.cOndrej Zary2015-04-102-133/+169
* aacraid: driver version changeMahesh Rajashekhara2015-04-102-2/+2
* aacraid: AIF raw device remove supportMahesh Rajashekhara2015-04-102-0/+36
* aacraid: performance improvement changesMahesh Rajashekhara2015-04-107-58/+57Star
* aacraid: IOCTL fixMahesh Rajashekhara2015-04-103-1/+7
* aacraid: IOP RESET command handling changesMahesh Rajashekhara2015-04-103-10/+31
* aacraid: 240 simple volume supportMahesh Rajashekhara2015-04-102-0/+8
* aacraid: vpd page code 0x83 supportMahesh Rajashekhara2015-04-101-12/+153
* aacraid: MSI-x supportMahesh Rajashekhara2015-04-106-107/+505
* aacraid: 4KB sector supportMahesh Rajashekhara2015-04-102-51/+200
* aacraid: IOCTL pass-through command fixMahesh Rajashekhara2015-04-101-2/+8
* aacraid: AIF support for SES device add/removeMahesh Rajashekhara2015-04-102-2/+8
* ipr: Driver version 2.6.1Brian King2015-04-091-2/+2
* ipr: AF DASD raw mode implementation in ipr driverWen Xiong2015-04-092-0/+88
* ipr: Re-enable write sameBrian King2015-04-091-1/+0Star
* ipr: Fix possible error path oops during initializationBrian King2015-04-091-7/+9
* ipr: Reset in task contextBrian King2015-04-092-26/+67
* ipr: Reboot speed improvementsBrian King2015-04-092-9/+157
* scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan2015-04-091-25/+64
* scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan2015-04-091-42/+57
* scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan2015-04-091-7/+8
* scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan2015-04-091-0/+6
* scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan2015-04-091-1/+1
* scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan2015-04-091-11/+16
* scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan2015-04-091-1/+1
* aic7xxx: replace kmalloc/memset by kzallocMichael Opdenacker2015-04-094-12/+7Star
* scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig2015-03-191-7/+13
* sd: don't grab a device references from driver methodsChristoph Hellwig2015-03-191-44/+11Star
* scsi: serialize ->rescan against ->removeChristoph Hellwig2015-03-191-4/+3Star
* ncr5380: Harmonize jiffies conversion with msecs_to_jiffiesNicholas Mc Guire2015-03-093-9/+9
* g_NCR5380: Kill compiler warning if builtinGeert Uytterhoeven2015-03-091-1/+1
* ncr5380: Drop owner assignment from platform_driversWolfram Sang2015-03-093-3/+0Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-225-17/+35
|\
| * sg: fix EWOULDBLOCK errors with scsi-mqTony Battersby2015-02-171-1/+16
| * sg: fix unkillable I/O wait deadlock with scsi-mqTony Battersby2015-02-171-3/+14
| * sg: fix read() error reportingTony Battersby2015-02-151-3/+3
| * wd719x: add missing .module to wd719x_templateOndrej Zary2015-02-151-0/+1