summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/superpipe.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-7/+5Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-3/+3
|\
| * scsi: cxlflash: Change return type for fault handlerSouptick Joarder2018-06-221-3/+3
* | scsi: cxlflash: Drop unused sense buffersKees Cook2018-08-021-6/+2Star
|/
* scsi: cxlflash: Isolate external module dependenciesUma Krishnan2018-05-181-1/+2
* scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan2018-05-181-0/+6
* scsi: cxlflash: Setup LISNs for user contextsUma Krishnan2018-04-191-0/+14
* scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs2018-01-111-28/+20Star
* scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs2018-01-111-6/+9
* scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs2018-01-111-5/+9
* scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan2018-01-111-8/+7Star
* scsi: cxlflash: Derive pid through accessorsMatthew R. Ochs2017-10-311-3/+3
* scsi: cxlflash: Avoid double mutex unlockMatthew R. Ochs2017-08-261-3/+10
* scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'Christophe JAILLET2017-08-251-0/+1
* scsi: cxlflash: Handle AFU sync failuresUma Krishnan2017-06-261-3/+31
* 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