summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/superpipe.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: cxlflash: Support multiple hardware queuesUma Krishnan2017-04-141-2/+4
* scsi: cxlflash: Fence EEH during probeMatthew R. Ochs2017-04-141-3/+5
* scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs2017-04-141-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-041-5/+3Star
|\
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-5/+3Star
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+3
|/
* scsi: cxlflash: Cleanup printsMatthew R. Ochs2017-01-121-79/+86
* scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs2017-01-121-5/+13
* scsi: cxlflash: Fix context reference tracking on detachMatthew R. Ochs2016-09-141-1/+2
* scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs2016-08-241-13/+13
* scsi: cxlflash: Transition to application close modelMatthew R. Ochs2016-08-241-52/+19Star
* scsi: cxlflash: Add kref to contextMatthew R. Ochs2016-08-191-35/+52
* scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2016-08-191-0/+1
* scsi: cxlflash: Avoid mutex when destroying contextMatthew R. Ochs2016-08-191-18/+8Star
* cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar2016-05-061-0/+15
* 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-091-37/+55
* 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 potential deadlock on EEHMatthew R. Ochs2015-10-301-1/+29
* cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs2015-10-301-10/+1Star
* cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs2015-10-301-1/+1
* cxlflash: Fix to prevent EEH recovery failureMatthew R. Ochs2015-10-301-0/+9
* cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs2015-10-301-3/+3
* cxlflash: Correct naming of limbo state and waitqMatthew R. Ochs2015-10-301-7/+7
* cxlflash: Fix to avoid CXL services during EEHMatthew R. Ochs2015-10-301-38/+60
* cxlflash: Fix to avoid sizeof(bool)Matthew R. Ochs2015-10-301-1/+1
* cxlflash: Fix potential oops following LUN removalMatthew R. Ochs2015-10-301-12/+23
* cxlflash: Fix read capacity timeoutManoj Kumar2015-10-301-5/+4Star
* cxlflash: Replace magic numbers with literalsManoj Kumar2015-10-301-2/+4
* cxlflash: Virtual LUN supportMatthew R. Ochs2015-08-271-6/+76
* cxlflash: Superpipe supportMatthew R. Ochs2015-08-271-0/+2014