aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-09aacraid: driver version changeMahesh Rajashekhara2-2/+2
2015-04-09aacraid: AIF raw device remove supportMahesh Rajashekhara2-0/+36
2015-04-09aacraid: performance improvement changesMahesh Rajashekhara7-58/+57
2015-04-09aacraid: IOCTL fixMahesh Rajashekhara3-1/+7
2015-04-09aacraid: IOP RESET command handling changesMahesh Rajashekhara3-10/+31
2015-04-09aacraid: 240 simple volume supportMahesh Rajashekhara2-0/+8
2015-04-09aacraid: vpd page code 0x83 supportMahesh Rajashekhara1-12/+153
2015-04-09aacraid: MSI-x supportMahesh Rajashekhara6-107/+505
2015-04-09aacraid: 4KB sector supportMahesh Rajashekhara2-51/+200
2015-04-09aacraid: IOCTL pass-through command fixMahesh Rajashekhara1-2/+8
2015-04-09aacraid: AIF support for SES device add/removeMahesh Rajashekhara2-2/+8
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-11/+7
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2-3/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-11/+7
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-4/+4
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com1-0/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker3-5/+4
2014-03-15[SCSI] aacraid: kdump fixMahesh Rajashekhara2-4/+5
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-10-30aacraid: missing capable() check in compat ioctlDan Carpenter1-0/+2
2013-07-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook2-2/+4
2013-06-26[SCSI] aacraid: Fix for arrays are going offline in the system. System hangsMahesh Rajashekhara1-0/+3
2013-04-10[SCSI] aacraid: Dual firmware image supportMahesh Rajashekhara3-3/+31
2013-02-24[SCSI] aacraid: suppress two GCC warningsPaul Bolle1-2/+2
2013-01-30[SCSI] aacraid: 1024 max outstanding command support for Series 7 and aboveMahesh Rajashekhara2-3/+16
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-11/+4
2012-11-27[SCSI] aacraid: SCSI dma mapping failure case handlingMahesh Rajashekhara2-24/+65
2012-10-06sections: fix section conflicts in drivers/scsiAndi Kleen1-1/+1
2012-07-20[SCSI] aacraid: Series 7 Async. (performance) mode supportMahesh Rajashekhara8-125/+357
2012-07-20[SCSI] aacraid: Fix endian issues in core and SRC portions of driverBen Collins2-19/+31
2012-07-20[SCSI] aacraid: Relax the tight timeout loop on fib commandsBen Collins1-3/+6
2012-07-20[SCSI] aacraid: Better handling of in-flight events on thread stopBen Collins1-1/+11
2012-07-20[SCSI] aacraid: Use resource_size_t for IO mem pointers and offsetsBen Collins7-14/+14
2012-04-23[SCSI] aacraid: add an iounmap call to aac_src_ioremapTomas Henzl1-0/+2
2012-02-19[SCSI] aacraid: Added Sync.mode to support series 7/8/9 controllersMahesh Rajashekhara8-63/+338
2012-01-08drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb()Jesper Juhl1-0/+1
2011-11-11[SCSI] aacraid: controller hangs if kernel uses non-default ASPM policyVasily Averin1-0/+4
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+4
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-10-20[SCSI] aacraid: use lower snprintf() limitDan Carpenter1-3/+4
2011-09-22[SCSI] aacraid: reset should disable MSI interruptVasily Averin1-0/+2
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl1-1/+0
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+1
2011-04-19aacraid: Drop __TIME__ usageMichal Marek1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-23[SCSI] aacraid: Add new code for PMC-Sierra's SRC based controller familyMahesh Rajashekhara13-59/+898