summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-034-7/+10
|\
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-232-7/+5
| * scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFUMatthew R. Ochs2017-02-222-0/+5
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* scsi: cxlflash: Cancel scheduled workers before stopping AFUUma Krishnan2017-01-112-30/+6
* scsi: cxlflash: Cleanup printsMatthew R. Ochs2017-01-114-338/+346
* scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs2017-01-114-13/+152
* 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-303-6/+7
* scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2016-11-302-10/+14
* 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-302-38/+16
* scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2016-11-302-1/+6
* scsi: cxlflash: Remove private command poolMatthew R. Ochs2016-11-302-75/+0
* scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2016-11-302-54/+25
* 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-302-27/+2
* scsi: cxlflash: Avoid command room violationUma Krishnan2016-11-302-50/+20
* scsi: cxlflash: Improve context_reset() logicUma Krishnan2016-11-301-18/+5
* scsi: cxlflash: Fix crash in cxlflash_restore_luntable()Uma Krishnan2016-11-301-0/+6
* scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONEUma Krishnan2016-11-301-1/+1
* scsi: cxlflash: Fix context reference tracking on detachMatthew R. Ochs2016-09-141-1/+2
* 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
* scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs2016-08-232-14/+13
* scsi: cxlflash: Transition to application close modelMatthew R. Ochs2016-08-232-63/+21
* scsi: cxlflash: Add kref to contextMatthew R. Ochs2016-08-182-35/+53
* scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2016-08-182-0/+2
* scsi: cxlflash: Avoid mutex when destroying contextMatthew R. Ochs2016-08-181-18/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-08-051-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-301-4/+0
|\ \ | |/ |/|
| * cxl: remove dead Kconfig optionsAndrew Donnellan2016-07-191-4/+0
* | cxlflash: Shutdown notify support for CXL Flash cardsUma Krishnan2016-07-123-1/+73
* | cxlflash: Add device dependent flagsUma Krishnan2016-07-122-2/+5
* | cxlflash: Fix to drain operations from previous resetManoj N. Kumar2016-07-121-13/+14
|/
* cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar2016-05-051-0/+15
* Merge branch 'fixes-base' into fixesJames Bottomley2016-04-052-17/+2
|\
| * Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-192-17/+2
| |\
| | * cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat2016-03-092-17/+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-282-42/+93
|/ /
* | cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2016-03-082-4/+6
* | cxlflash: Fix to avoid unnecessary scan with internal LUNsManoj N. Kumar2016-03-081-0/+10
* | cxlflash: Reorder user context initializationUma Krishnan2016-03-081-28/+28
* | cxlflash: Simplify attach path error cleanupMatthew R. Ochs2016-03-081-24/+31