summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/superpipe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-031-5/+3
|\
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-5/+3
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* scsi: cxlflash: Cleanup printsMatthew R. Ochs2017-01-111-79/+86
* scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs2017-01-111-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-231-13/+13
* scsi: cxlflash: Transition to application close modelMatthew R. Ochs2016-08-231-52/+19
* scsi: cxlflash: Add kref to contextMatthew R. Ochs2016-08-181-35/+52
* scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2016-08-181-0/+1
* scsi: cxlflash: Avoid mutex when destroying contextMatthew R. Ochs2016-08-181-18/+8
* cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar2016-05-051-0/+15
* cxlflash: Reorder user context initializationUma Krishnan2016-03-081-28/+28
* cxlflash: Simplify attach path error cleanupMatthew R. Ochs2016-03-081-24/+31
* cxlflash: Split out context initializationMatthew R. Ochs2016-03-081-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/+1
* 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/+1
* 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/+4
* cxlflash: Replace magic numbers with literalsManoj Kumar2015-10-301-2/+4
* cxlflash: Virtual LUN supportMatthew R. Ochs2015-08-261-6/+76
* cxlflash: Superpipe supportMatthew R. Ochs2015-08-261-0/+2014