aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-14scsi: cxlflash: Fix context reference tracking on detachMatthew R. Ochs1-1/+2
2016-09-14scsi: cxlflash: Refactor WWPN setupMatthew R. Ochs1-31/+9
2016-09-14scsi: cxlflash: Improve EEH recovery timeMatthew R. Ochs1-0/+4
2016-09-14scsi: cxlflash: Fix to avoid EEH and host reset collisionsMatthew R. Ochs1-1/+14
2016-09-09scsi: cxlflash: Remove the device cleanly in the system shutdown pathUma Krishnan1-12/+6
2016-09-09scsi: cxlflash: Scan host only after the port is ready for I/OUma Krishnan1-2/+2
2016-08-23scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs2-14/+13
2016-08-23scsi: cxlflash: Transition to application close modelMatthew R. Ochs2-63/+21
2016-08-18scsi: cxlflash: Add kref to contextMatthew R. Ochs2-35/+53
2016-08-18scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2-0/+2
2016-08-18scsi: cxlflash: Avoid mutex when destroying contextMatthew R. Ochs1-18/+8
2016-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+9
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+0
2016-07-27cxlflash: Verify problem state area is mapped before notifying shutdownUma Krishnan1-1/+9
2016-07-19cxl: remove dead Kconfig optionsAndrew Donnellan1-4/+0
2016-07-12cxlflash: Shutdown notify support for CXL Flash cardsUma Krishnan3-1/+73
2016-07-12cxlflash: Add device dependent flagsUma Krishnan2-2/+5
2016-07-12cxlflash: Fix to drain operations from previous resetManoj N. Kumar1-13/+14
2016-05-05cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar1-0/+15
2016-04-05Merge branch 'fixes-base' into fixesJames Bottomley2-17/+2
2016-03-28cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar1-4/+4
2016-03-28cxlflash: Fix regression issue with re-ordering patchManoj N. Kumar2-42/+93
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-17/+2
2016-03-09cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat2-17/+2
2016-03-08cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2-4/+6
2016-03-08cxlflash: Fix to avoid unnecessary scan with internal LUNsManoj N. Kumar1-0/+10
2016-03-08cxlflash: Reorder user context initializationUma Krishnan1-28/+28
2016-03-08cxlflash: Simplify attach path error cleanupMatthew R. Ochs1-24/+31
2016-03-08cxlflash: Split out context initializationMatthew R. Ochs2-37/+56
2016-03-08cxlflash: Unmap problem state area before detaching master contextUma Krishnan1-3/+3
2016-03-08cxlflash: Simplify PCI registrationManoj N. Kumar1-53/+1
2016-01-06cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2-2/+5
2016-01-06cxlflash: Resolve oops in wait_port_offlineManoj Kumar2-3/+26
2016-01-06cxlflash: Fix to resolve cmd leak after host resetManoj Kumar1-2/+17
2016-01-06cxlflash: Removed driver date printUma Krishnan2-3/+1
2016-01-06cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs1-0/+2
2016-01-06cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar1-1/+1
2015-12-10cxlflash: drop unlikely before IS_ERR_OR_NULLGeliang Tang1-2/+2
2015-12-10cxlflash: a couple off by one bugsDan Carpenter1-2/+2
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