aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/superpipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-1/+1
2021-03-18scsi: cxlflash: Fix a few misnaming issuesLee Jones1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-7/+5
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-08-02scsi: cxlflash: Drop unused sense buffersKees Cook1-6/+2
2018-06-21scsi: cxlflash: Change return type for fault handlerSouptick Joarder1-3/+3
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan1-1/+2
2018-05-18scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan1-0/+6
2018-04-18scsi: cxlflash: Setup LISNs for user contextsUma Krishnan1-0/+14
2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs1-28/+20
2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs1-6/+9
2018-01-10scsi: cxlflash: Explicitly cache number of interrupts per contextMatthew R. Ochs1-5/+9
2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan1-8/+7
2017-10-31scsi: cxlflash: Derive pid through accessorsMatthew R. Ochs1-3/+3
2017-08-25scsi: cxlflash: Avoid double mutex unlockMatthew R. Ochs1-3/+10
2017-08-24scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'Christophe JAILLET1-0/+1
2017-06-26scsi: cxlflash: Handle AFU sync failuresUma Krishnan1-3/+31
2017-04-13scsi: cxlflash: Support multiple hardware queuesUma Krishnan1-2/+4
2017-04-13scsi: cxlflash: Fence EEH during probeMatthew R. Ochs1-3/+5
2017-04-13scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs1-1/+1
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+3
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-23scsi: merge __scsi_execute into scsi_executeChristoph Hellwig1-5/+3
2017-01-11scsi: cxlflash: Cleanup printsMatthew R. Ochs1-79/+86
2017-01-11scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs1-5/+13
2016-09-14scsi: cxlflash: Fix context reference tracking on detachMatthew R. Ochs1-1/+2
2016-08-23scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs1-13/+13
2016-08-23scsi: cxlflash: Transition to application close modelMatthew R. Ochs1-52/+19
2016-08-18scsi: cxlflash: Add kref to contextMatthew R. Ochs1-35/+52
2016-08-18scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs1-0/+1
2016-08-18scsi: cxlflash: Avoid mutex when destroying contextMatthew R. Ochs1-18/+8
2016-05-05cxlflash: Fix to resolve dead-lock during EEH recoveryManoj N. Kumar1-0/+15
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