summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFUMatthew R. Ochs2017-02-221-0/+4
* scsi: cxlflash: Cancel scheduled workers before stopping AFUUma Krishnan2017-01-111-28/+6
* scsi: cxlflash: Cleanup printsMatthew R. Ochs2017-01-111-167/+152
* scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs2017-01-111-5/+93
* scsi: cxlflash: Refactor context reset to share reset logicMatthew R. Ochs2017-01-111-4/+16
* scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs2016-11-301-5/+5
* scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2016-11-301-10/+11
* scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs2016-11-301-30/+20
* scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs2016-11-301-15/+7
* scsi: cxlflash: Remove AFU command lockMatthew R. Ochs2016-11-301-31/+15
* scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2016-11-301-1/+5
* scsi: cxlflash: Remove private command poolMatthew R. Ochs2016-11-301-68/+0
* scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2016-11-301-54/+11
* scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs2016-11-301-13/+12
* scsi: cxlflash: Remove unused buffer from AFU commandMatthew R. Ochs2016-11-301-26/+2
* scsi: cxlflash: Avoid command room violationUma Krishnan2016-11-301-48/+18
* scsi: cxlflash: Improve context_reset() logicUma Krishnan2016-11-301-18/+5
* scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONEUma Krishnan2016-11-301-1/+1
* scsi: cxlflash: Refactor WWPN setupMatthew R. Ochs2016-09-141-31/+9
* scsi: cxlflash: Improve EEH recovery timeMatthew R. Ochs2016-09-141-0/+4
* scsi: cxlflash: Fix to avoid EEH and host reset collisionsMatthew R. Ochs2016-09-141-1/+14
* scsi: cxlflash: Remove the device cleanly in the system shutdown pathUma Krishnan2016-09-091-12/+6
* scsi: cxlflash: Scan host only after the port is ready for I/OUma Krishnan2016-09-091-2/+2
* cxlflash: Verify problem state area is mapped before notifying shutdownUma Krishnan2016-07-271-1/+9
* cxlflash: Shutdown notify support for CXL Flash cardsUma Krishnan2016-07-121-1/+66
* cxlflash: Add device dependent flagsUma Krishnan2016-07-121-2/+4
* cxlflash: Fix to drain operations from previous resetManoj N. Kumar2016-07-121-13/+14
* Merge branch 'fixes-base' into fixesJames Bottomley2016-04-051-16/+2
|\
| * Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-16/+2
| |\
| | * cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat2016-03-091-16/+2
* | | cxlflash: Move to exponential back-off when cmd_room is not availableManoj N. Kumar2016-03-281-4/+4
* | | cxlflash: Fix regression issue with re-ordering patchManoj N. Kumar2016-03-281-39/+91
|/ /
* | cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2016-03-081-1/+1
* | cxlflash: Fix to avoid unnecessary scan with internal LUNsManoj N. Kumar2016-03-081-0/+10
* | cxlflash: Unmap problem state area before detaching master contextUma Krishnan2016-03-081-3/+3
* | cxlflash: Simplify PCI registrationManoj N. Kumar2016-03-081-53/+1
|/
* cxlflash: Enable device id for future IBM CXL adapterManoj Kumar2016-01-061-0/+3
* cxlflash: Resolve oops in wait_port_offlineManoj Kumar2016-01-061-3/+24
* cxlflash: Fix to resolve cmd leak after host resetManoj Kumar2016-01-061-2/+17
* cxlflash: Removed driver date printUma Krishnan2016-01-061-2/+1
* cxlflash: Fix to escalate LINK_RESET also on port 1Manoj Kumar2016-01-061-1/+1
* cxlflash: Fix to avoid lock instrumentation rejectionMatthew R. Ochs2015-10-301-0/+1
* 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: Correct trace stringMatthew R. Ochs2015-10-301-1/+1
* cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs2015-10-301-0/+1
* 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-301-35/+27
* cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs2015-10-301-12/+13