summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ipr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ipr: Fix async error WARN_ONBrian King2016-10-141-2/+1Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-16/+118
|\
| * scsi: ipr: Remove redundant messages at adapter init timeBrian King2016-09-191-1/+2
| * scsi: ipr: Don't log unnecessary 9084 error detailsBrian King2016-09-191-3/+3
| * scsi: ipr: Add asynchronous error notificationBrian King2016-08-261-12/+113
* | ipr: Fix sync scsi scanBrian King2016-08-091-5/+6
|/
* ipr: Fix error return code in ipr_probe_ioa()Wei Yongjun2016-08-021-0/+1
* ipr: Wait to do async scan until scsi host is initializedBrian King2016-07-271-0/+9
* ipr: Increase MSIX vectors numberWen Xiong2016-07-141-2/+2
* ipr: Add new CCIN for new adapters supportWen Xiong2016-07-141-1/+6
* ipr: Clear interrupt on croc/crocodile when running with LSIBrian King2016-06-291-0/+1
* ipr: Fix regression when loading firmwareGabriel Krisman Bertazi2016-02-261-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-241-14/+11Star
|\
| * irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig2015-12-111-2/+1Star
| * irq_poll: don't disable new irq_poll instancesChristoph Hellwig2015-12-111-2/+0Star
| * irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-111-14/+14
* | ipr: Fix out-of-bounds null overwriteInsu Yun2016-01-081-3/+2Star
|/
* Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-121-16/+137
|\
| * ipr: Issue Configure Cache Parameters command.Gabriel Krisman Bertazi2015-11-101-1/+58
| * ipr: Inquiry IOA page 0xC4 during initialization.Gabriel Krisman Bertazi2015-11-101-1/+34
| * ipr: Don't set NO_ULEN_CHK bit when resource is a vset.Gabriel Krisman Bertazi2015-11-101-3/+7
| * ipr: Add delay to ensure coherent dumps.Gabriel Krisman Bertazi2015-11-101-12/+39
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0Star
|/
* ipr: Enable SIS pipe commands for SIS-32 devices.Gabriel Krisman Bertazi2015-08-281-1/+1
* ipr: Inhibit underlength data check for AFDASD in raw mode.Gabriel Krisman Bertazi2015-08-281-1/+5
* ipr: Endian / sparse fixesBrian King2015-07-301-6/+7
* ipr: Byte swapping for device_id attribute in sysfsWen Xiong2015-07-301-1/+1
* ipr: Fix invalid array indexing for HRRQBrian King2015-07-301-3/+8
* ipr: Fix incorrect trace indexingBrian King2015-07-301-2/+3
* ipr: Fix locking for unit attention handlingBrian King2015-07-301-5/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-171-25/+294
|\
| * ipr: AF DASD raw mode implementation in ipr driverWen Xiong2015-04-091-0/+85
| * 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-091-26/+65
| * ipr: Reboot speed improvementsBrian King2015-04-091-8/+152
* | ata: Add a new flag to destinguish sas controllerShaohua Li2015-03-191-1/+2
|/
* ipr: wait for aborted command responsesBrian King2015-01-191-0/+92
* 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/+43Star
* scsi: remove scsi_get_tag_typeChristoph Hellwig2014-12-041-1/+1
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-25/+0Star
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+3Star
* 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/+4Star
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-17/+3Star
* ipr: don't log error messages when applications issues illegal requestswenxiong@linux.vnet.ibm.com2014-09-251-0/+10