aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/superpipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08cxlflash: Reorder user context initializationUma Krishnan1-28/+28
2016-03-08cxlflash: Simplify attach path error cleanupMatthew R. Ochs1-24/+31
2016-03-08cxlflash: Split out context initializationMatthew R. Ochs1-37/+55
2015-12-10cxlflash: drop unlikely before IS_ERR_OR_NULLGeliang Tang1-2/+2
2015-12-10cxlflash: a couple off by one bugsDan Carpenter1-2/+2
2015-10-30cxlflash: Fix to avoid bypassing context cleanupMatthew R. Ochs1-4/+1
2015-10-30cxlflash: Fix to avoid potential deadlock on EEHMatthew R. Ochs1-1/+29
2015-10-30cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs1-10/+1
2015-10-30cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix to prevent EEH recovery failureMatthew R. Ochs1-0/+9
2015-10-30cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs1-3/+3
2015-10-30cxlflash: Correct naming of limbo state and waitqMatthew R. Ochs1-7/+7
2015-10-30cxlflash: Fix to avoid CXL services during EEHMatthew R. Ochs1-38/+60
2015-10-30cxlflash: Fix to avoid sizeof(bool)Matthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix potential oops following LUN removalMatthew R. Ochs1-12/+23
2015-10-30cxlflash: Fix read capacity timeoutManoj Kumar1-5/+4
2015-10-30cxlflash: Replace magic numbers with literalsManoj Kumar1-2/+4
2015-08-26cxlflash: Virtual LUN supportMatthew R. Ochs1-6/+76
2015-08-26cxlflash: Superpipe supportMatthew R. Ochs1-0/+2014