summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash/vlun.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann1-5/+4
2023-04-12scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven1-1/+1
2023-01-19scsi: cxlflash: Convert to scsi_execute_cmd()Mike Christie1-16/+16
2022-02-23scsi: cxlflash: Query write_zeroes limit for zeroingChristoph Hellwig1-2/+2
2021-03-19scsi: cxlflash: Fix some misnaming related doc-rotLee Jones1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-08-03scsi: cxlflash: Drop unused sense buffersKees Cook1-5/+2
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan1-1/+2
2017-10-31scsi: cxlflash: Use derived maximum write same lengthMatthew R. Ochs1-2/+4
2017-08-26scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan1-5/+1
2017-06-26scsi: cxlflash: Support WS16 unmapMatthew R. Ochs1-0/+1
2017-06-26scsi: cxlflash: Handle AFU sync failuresUma Krishnan1-24/+64
2017-04-14scsi: cxlflash: Hide FC internals behind common access routineMatthew R. Ochs1-8/+8
2017-04-14scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs1-31/+58
2017-02-24scsi: merge __scsi_execute into scsi_executeChristoph Hellwig1-2/+2
2017-01-12scsi: cxlflash: Cleanup printsMatthew R. Ochs1-79/+90
2016-08-24scsi: cxlflash: Transition to application close modelMatthew R. Ochs1-11/+2
2016-01-07cxlflash: Fix to avoid virtual LUN failover failureMatthew R. Ochs1-0/+2
2015-10-30cxlflash: Fix to avoid potential deadlock on EEHMatthew R. Ochs1-0/+29
2015-10-30cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs1-7/+7
2015-10-30cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs1-2/+2
2015-10-30cxlflash: Fix data corruption when vLUN used over multiple cardsMatthew R. Ochs1-8/+8
2015-10-30cxlflash: Fix read capacity timeoutManoj Kumar1-2/+2
2015-10-30cxlflash: Replace magic numbers with literalsManoj Kumar1-1/+2
2015-08-27cxlflash: Virtual LUN supportMatthew R. Ochs1-0/+1243