summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
Commit message (Expand)AuthorAgeFilesLines
* scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs2016-08-242-14/+13Star
* scsi: cxlflash: Transition to application close modelMatthew R. Ochs2016-08-242-63/+21Star
* scsi: cxlflash: Add kref to contextMatthew R. Ochs2016-08-192-35/+53
* scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2016-08-192-0/+2
* scsi: cxlflash: Avoid mutex when destroying contextMatthew R. Ochs2016-08-191-18/+8Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-08-061-1/+9
|\
| * cxlflash: Verify problem state area is mapped before notifying shutdownUma Krishnan2016-07-271-1/+9
* | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-311-4/+0Star
|\ \ | |/ |/|
| * cxl: remove dead Kconfig optionsAndrew Donnellan2016-07-191-4/+0Star
* | cxlflash: Shutdown notify support for CXL Flash cardsUma Krishnan2016-07-133-1/+73
* | cxlflash: Add device dependent flagsUma Krishnan2016-07-132-2/+5
* | cxlflash: Fix to drain operations from previous resetManoj N. Kumar2016-07-131-13/+14
|/
* cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar2016-05-061-0/+15
* Merge branch 'fixes-base' into fixesJames Bottomley2016-04-052-17/+2Star
|\
| * Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-192-17/+2Star
| |\
| | * cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat2016-03-092-17/+2Star
* | | cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar2016-03-291-4/+4
* | | cxlflash: Fix regression issue with re-ordering patchManoj N. Kumar2016-03-292-42/+93
|/ /
* | cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2016-03-092-4/+6
* | cxlflash: Fix to avoid unnecessary scan with internal LUNsManoj N. Kumar2016-03-091-0/+10
* | cxlflash: Reorder user context initializationUma Krishnan2016-03-091-28/+28
* | cxlflash: Simplify attach path error cleanupMatthew R. Ochs2016-03-091-24/+31
* | cxlflash: Split out context initializationMatthew R. Ochs2016-03-092-37/+56
* | cxlflash: Unmap problem state area before detaching master contextUma Krishnan2016-03-091-3/+3
* | cxlflash: Simplify PCI registrationManoj N. Kumar2016-03-091-53/+1Star
|/
* cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2016-01-072-2/+5
* cxlflash: Resolve oops in wait_port_offlineManoj Kumar2016-01-072-3/+26
* cxlflash: Fix to resolve cmd leak after host resetManoj Kumar2016-01-071-2/+17
* cxlflash: Removed driver date printUma Krishnan2016-01-072-3/+1Star
* cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs2016-01-071-0/+2
* cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar2016-01-071-1/+1
* cxlflash: drop unlikely before IS_ERR_OR_NULLGeliang Tang2015-12-101-2/+2
* cxlflash: a couple off by one bugsDan Carpenter2015-12-101-2/+2
* cxlflash: Fix to avoid bypassing context cleanupMatthew R. Ochs2015-10-301-4/+1Star
* cxlflash: Fix to avoid lock instrumentation rejectionMatthew R. Ochs2015-10-301-0/+1
* cxlflash: Fix to avoid corrupting port selection maskMatthew R. Ochs2015-10-302-19/+18Star
* cxlflash: Fix to escalate to LINK_RESET on login timeoutManoj Kumar2015-10-301-1/+1
* cxlflash: Fix to avoid leaving dangling interrupt resourcesMatthew R. Ochs2015-10-301-12/+16
* cxlflash: Fix to avoid potential deadlock on EEHMatthew R. Ochs2015-10-303-1/+60
* cxlflash: Correct trace stringMatthew R. Ochs2015-10-301-1/+1
* cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs2015-10-303-12/+3Star
* cxlflash: Fix to double the delay each timeManoj Kumar2015-10-301-1/+1
* cxlflash: Fix to prevent stale AFU RRQMatthew R. Ochs2015-10-301-0/+3
* cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs2015-10-305-48/+38Star
* cxlflash: Fix to prevent EEH recovery failureMatthew R. Ochs2015-10-301-0/+9
* cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs2015-10-305-23/+24
* cxlflash: Fix function prolog parameters and return codesMatthew R. Ochs2015-10-301-44/+26Star
* cxlflash: Remove unnecessary scsi_block_requestsMatthew R. Ochs2015-10-301-2/+0Star
* cxlflash: Correct behavior in device reset handler following EEHMatthew R. Ochs2015-10-301-3/+2Star
* cxlflash: Fix to prevent workq from accessing freed memoryMatthew R. Ochs2015-10-301-1/+1