summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-1/+1
|\
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-1/+1
* | scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain2019-02-051-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+0Star
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-6/+0Star
|/
* scsi: cxlflash: Isolate external module dependenciesUma Krishnan2018-05-181-2/+0Star
* scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan2018-05-181-5/+2Star
* scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs2018-05-181-3/+3
* scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan2018-05-181-2/+2
* scsi: cxlflash: Yield to active send threadsUma Krishnan2018-05-181-0/+2
* scsi: cxlflash: Handle spurious interruptsUma Krishnan2018-04-191-0/+11
* scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan2018-04-191-0/+14
* scsi: cxlflash: Synchronize reset and remove opsUma Krishnan2018-04-191-3/+3
* scsi: cxlflash: Enable OCXL operationsUma Krishnan2018-04-191-2/+7
* scsi: cxlflash: Setup LISNs for master contextsUma Krishnan2018-04-191-0/+21
* scsi: cxlflash: Hardware AFU for OCXLUma Krishnan2018-04-191-2/+7
* scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs2018-04-191-1/+4
* scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan2018-04-191-3/+8
* scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs2018-01-111-49/+30Star
* scsi: cxlflash: Adapter context init can return errorUma Krishnan2018-01-111-1/+1
* scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs2018-01-111-3/+1Star
* scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan2018-01-111-19/+19
* scsi: cxlflash: Reset command ioascUma Krishnan2018-01-111-0/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+0Star
|\
| * cxlflash: get rid of pointless access_ok()Al Viro2017-10-171-6/+0Star
* | scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs2017-10-311-7/+17
|/
* scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs2017-08-261-2/+1Star
* scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter2017-07-121-4/+7
* scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs2017-07-011-15/+3Star
* scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs2017-07-011-14/+13Star
* scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs2017-07-011-1/+0Star
* scsi: cxlflash: Update TMF command processingMatthew R. Ochs2017-06-261-21/+44
* scsi: cxlflash: Remove zeroing of private command dataMatthew R. Ochs2017-06-261-1/+1
* scsi: cxlflash: Support WS16 unmapMatthew R. Ochs2017-06-261-0/+12
* scsi: cxlflash: Support AFU debugMatthew R. Ochs2017-06-261-0/+96
* scsi: cxlflash: Support LUN provisioningMatthew R. Ochs2017-06-261-2/+105
* scsi: cxlflash: Introduce host ioctl supportMatthew R. Ochs2017-06-261-1/+120
* scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsMatthew R. Ochs2017-06-261-28/+51
* scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan2017-06-261-1/+206
* scsi: cxlflash: Add scsi command abort handlerUma Krishnan2017-06-261-0/+61
* scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan2017-06-261-4/+53
* scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan2017-06-261-0/+9
* scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan2017-06-261-35/+102
* scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan2017-06-261-37/+46
* scsi: cxlflash: Update cxlflash_afu_sync() to return errnoUma Krishnan2017-06-261-5/+6
* scsi: cxlflash: Combine the send queue locksUma Krishnan2017-06-261-4/+5
* scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2017-04-141-5/+115
* scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs2017-04-141-13/+99