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