summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig34-131/+19
2015-11-10bnx2fc: reduce stack usage in __bnx2fc_enableArnd Bergmann1-4/+9
2015-11-10lpfc: fix memory leak and NULL dereferenceSudip Mukherjee1-1/+7
2015-11-10fcoe: use continue instead of goto+labelJiri Slaby1-2/+1
2015-11-10scsi: Fix a bdi reregistration raceBart Van Assche1-3/+11
2015-11-10FlashPoint: fix build warningSudip Mukherjee1-1/+1
2015-11-10scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan1-1/+4
2015-11-10storvsc: get rid of bounce bufferVitaly Kuznetsov1-281/+5
2015-11-10storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flagK. Y. Srinivasan1-2/+1
2015-11-10aacraid: Update driver versionMahesh Rajashekhara1-1/+1
2015-11-10aacraid: Use pci_enable_msix_range()Mahesh Rajashekhara2-15/+7
2015-11-10aacraid: IOCTL fixMahesh Rajashekhara1-0/+5
2015-11-10aacraid: Reset irq affinity hintsMahesh Rajashekhara3-75/+88
2015-11-10aacraid: Tune response path if IsFastPath bit setMahesh Rajashekhara1-122/+137
2015-11-10aacraid: Enable 64bit write to controller registerMahesh Rajashekhara3-2/+20
2015-11-10aacraid: Change interrupt mode to MSI for Series 6Mahesh Rajashekhara2-2/+2
2015-11-10aacraid: Add Power Management supportMahesh Rajashekhara6-78/+232
2015-11-10aacraid: Fix for LD name and UID not exposed to OSMahesh Rajashekhara1-2/+2
2015-11-10be2iscsi: Bump the driver versionJohn Soni Jose1-1/+1
2015-11-10be2iscsi: Fix updating the next pointer during WRB postingJohn Soni Jose4-23/+75
2015-11-05scsi: restart list search after unlock in scsi_remove_targetChristoph Hellwig1-12/+4
2015-10-30cxlflash: Fix to avoid bypassing context cleanupMatthew R. Ochs1-4/+1
2015-10-30cxlflash: Fix to avoid lock instrumentation rejectionMatthew R. Ochs1-0/+1
2015-10-30cxlflash: Fix to avoid corrupting port selection maskMatthew R. Ochs2-19/+18
2015-10-30cxlflash: Fix to escalate to LINK_RESET on login timeoutManoj Kumar1-1/+1
2015-10-30cxlflash: Fix to avoid leaving dangling interrupt resourcesMatthew R. Ochs1-12/+16
2015-10-30cxlflash: Fix to avoid potential deadlock on EEHMatthew R. Ochs3-1/+60
2015-10-30cxlflash: Correct trace stringMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs3-12/+3
2015-10-30cxlflash: Fix to double the delay each timeManoj Kumar1-1/+1
2015-10-30cxlflash: Fix to prevent stale AFU RRQMatthew R. Ochs1-0/+3
2015-10-30cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs5-48/+38
2015-10-30cxlflash: Fix to prevent EEH recovery failureMatthew R. Ochs1-0/+9
2015-10-30cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs5-23/+24
2015-10-30cxlflash: Fix function prolog parameters and return codesMatthew R. Ochs1-44/+26
2015-10-30cxlflash: Remove unnecessary scsi_block_requestsMatthew R. Ochs1-2/+0
2015-10-30cxlflash: Correct behavior in device reset handler following EEHMatthew R. Ochs1-3/+2
2015-10-30cxlflash: Fix to prevent workq from accessing freed memoryMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Correct usage of scsi_host_put()Matthew R. Ochs1-1/+2
2015-10-30cxlflash: Fix AFU version access/storage and add checkMatthew R. Ochs3-8/+14
2015-10-30cxlflash: Remove dual port online dependencyMatthew R. Ochs1-17/+10
2015-10-30cxlflash: Fix async interrupt bypass logicMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix host link up event handlingMatthew R. Ochs3-4/+15
2015-10-30cxlflash: Fix location of setting residMatthew R. Ochs1-12/+8
2015-10-30cxlflash: Fix to avoid stall while waiting on TMFMatthew R. Ochs2-22/+34
2015-10-30cxlflash: Fix to avoid spamming the kernel logMatthew R. Ochs1-50/+59
2015-10-30cxlflash: Refine host/device attributesMatthew R. Ochs1-42/+138
2015-10-30cxlflash: Make functions staticMatthew R. Ochs2-479/+474
2015-10-30cxlflash: Correct naming of limbo state and waitqMatthew R. Ochs3-22/+22
2015-10-30cxlflash: Fix to avoid CXL services during EEHMatthew R. Ochs3-41/+77