summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c
Commit message (Expand)AuthorAgeFilesLines
* ipr: set scsi_level correctly for disk arraysBrian King2014-12-151-0/+1
* ipr: add support for async scanning to speed up bootBrian King2014-12-151-45/+43
* scsi: remove scsi_get_tag_typeChristoph Hellwig2014-12-041-1/+1
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-25/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+3
* ipr: set coherent DMA maskAnton Blanchard2014-11-121-5/+6
* ipr: convert to generic DMA APIAnton Blanchard2014-11-121-49/+52
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-4/+4
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-0/+1
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-30/+4
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-17/+3
* ipr: don't log error messages when applications issues illegal requestswenxiong@linux.vnet.ibm.com2014-09-251-0/+10
* Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-011-10/+5
|\
| * block: remove old blk_iopoll_enabled variableJens Axboe2014-03-131-10/+5
* | [SCSI] ipr: Add new CCIN definition for Grand Canyon supportWendy Xiong2014-03-191-0/+6
* | [SCSI] ipr: Format HCAM overlay ID 0x21Wendy Xiong2014-03-191-0/+39
* | [SCSI] ipr: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-03-191-29/+18
* | [SCSI] ipr: Get rid of superfluous call to pci_disbale_msi/msix()Alexander Gordeev2014-03-191-2/+0
* | [SCSI] ipr: Handle early EEHBrian King2014-03-191-89/+176
* | [SCSI] ipr: Add new CCIN definition for new hardware supportWendy Xiong2014-03-191-0/+2
* | [SCSI] ipr: Remove extended delay bit on GSCSI reads/writes opsWendy Xiong2014-03-191-1/+5
|/
* [SCSI] ipr: Increase msi-x interrupt vectors to 16wenxiong@linux.vnet.ibm.com2013-12-191-1/+1
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-1/+2
* [SCSI] ipr: Add sereral new CCIN definitions for new adapters supportwenxiong@linux.vnet.ibm.com2013-08-261-0/+14
* [SCSI] ipr: IOA Status Code(IOASC) updatewenxiong@linux.vnet.ibm.com2013-06-261-1/+39
* [SCSI] ipr: qc_fill_rtf() method should not store alternate status registerSergei Shtylyov2013-06-261-1/+0
* [SCSI] ipr: possible irq lock inversion dependency detectedwenxiong@linux.vnet.ibm.com2013-06-261-8/+9
* [SCSI] ipr: Avoid target_destroy accessing memory after it was freedwenxiong@linux.vnet.ibm.com2013-06-041-16/+0
* [SCSI] ipr: SATA DVD probing failed with 64bit adapterwenxiong@linux.vnet.ibm.com2013-05-021-2/+2
* [SCSI] ipr: Need to reset adapter after the 6th EEH errorwenxiong@linux.vnet.ibm.com2013-05-021-2/+10
* [SCSI] ipr: dlpar failed when adding an adapter backwenxiong@linux.vnet.ibm.com2013-04-061-0/+1
* [SCSI] ipr: fix addition of abort command to HRRQ free queueKleber Sacilotto de Souza2013-04-061-1/+1
* [SCSI] ipr: ipr_test_msi() fails when running with msi-x enabled adapterwenxiong@linux.vnet.ibm.com2013-04-061-2/+8
* [SCSI] ipr: Fix oops while resetting an ipr adapterBrian King2013-02-241-10/+23
* [SCSI] ipr: Fix sparse error in ipr driverwenxiong@linux.vnet.ibm.com2013-01-301-52/+17
* [SCSI] ipr: Implement block iopollwenxiong@linux.vnet.ibm.com2013-01-301-49/+172
* [SCSI] ipr: Reduce lock contentionwenxiong@linux.vnet.ibm.com2013-01-301-95/+228
* [SCSI] ipr: Add support for MSI-X and distributed completionwenxiong@linux.vnet.ibm.com2013-01-301-167/+549
* [SCSI] ipr: Resource path error logging cleanupBrian King2013-01-301-25/+53
* [SCSI] ipr: Handler ID memory allocation failure at module load timeBrian King2013-01-301-0/+7
* [SCSI] ipr: Add sereral new CCIN definitions for new adapters supportwenxiong@linux.vnet.ibm.com2013-01-301-0/+10
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-17/+15
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-061-9/+9
|\
| * powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman2012-09-051-9/+9
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-021-50/+118
|\ \
| * | [SCSI] ipr: trivial: fix small coding style issuesKleber Sacilotto de Souza2012-09-241-33/+33
| * | [SCSI] ipr: remove an unneeded checkDan Carpenter2012-09-141-7/+5
| * | [SCSI] ipr: missing unlock before a returnDan Carpenter2012-09-141-2/+5
| * | [SCSI] ipr: Reduce interrupt lock timeBrian King2012-08-241-14/+46
| * | [SCSI] ipr: Reduce queuecommand lock timeBrian King2012-08-241-27/+63
OpenPOWER on IntegriCloud