summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
Commit message (Expand)AuthorAgeFilesLines
* 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: Derive pid through accessorsMatthew R. Ochs2017-10-311-3/+3
* | scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs2017-10-312-8/+19
* | scsi: cxlflash: Use derived maximum write same lengthMatthew R. Ochs2017-10-312-5/+4Star
|/
* scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan2017-08-261-5/+1Star
* scsi: cxlflash: Avoid double mutex unlockMatthew R. Ochs2017-08-261-3/+10
* scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs2017-08-261-2/+1Star
* scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'Christophe JAILLET2017-08-251-0/+1
* 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-262-3/+10
* scsi: cxlflash: Support WS16 unmapMatthew R. Ochs2017-06-264-0/+15
* scsi: cxlflash: Support AFU debugMatthew R. Ochs2017-06-264-0/+104
* scsi: cxlflash: Support LUN provisioningMatthew R. Ochs2017-06-264-4/+135
* scsi: cxlflash: Refactor AFU capability checkingMatthew R. Ochs2017-06-261-4/+4
* 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-262-28/+53
* scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan2017-06-263-2/+212
* scsi: cxlflash: Add scsi command abort handlerUma Krishnan2017-06-261-0/+61
* scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan2017-06-262-5/+57
* scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan2017-06-262-0/+11
* scsi: cxlflash: Handle AFU sync failuresUma Krishnan2017-06-262-27/+95
* scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan2017-06-262-35/+104
* scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan2017-06-262-38/+47
* scsi: cxlflash: Update cxlflash_afu_sync() to return errnoUma Krishnan2017-06-261-5/+6
* scsi: cxlflash: Combine the send queue locksUma Krishnan2017-06-262-6/+6
* scsi: cxlflash: Select IRQ_POLLGuenter Roeck2017-05-091-0/+1
* scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2017-04-142-6/+126
* scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs2017-04-142-16/+106
* scsi: cxlflash: Support multiple hardware queuesUma Krishnan2017-04-143-164/+309
* scsi: cxlflash: Improve asynchronous interrupt processingMatthew R. Ochs2017-04-141-52/+42Star
* scsi: cxlflash: Fix warnings/errorsMatthew R. Ochs2017-04-144-50/+57
* scsi: cxlflash: Fix power-of-two validationsMatthew R. Ochs2017-04-142-6/+2Star
* scsi: cxlflash: Remove unnecessary DMA mappingMatthew R. Ochs2017-04-141-13/+2Star
* scsi: cxlflash: Fence EEH during probeMatthew R. Ochs2017-04-143-7/+28
* scsi: cxlflash: Support up to 4 portsMatthew R. Ochs2017-04-142-4/+80
* scsi: cxlflash: SISlite updates to support 4 portsMatthew R. Ochs2017-04-143-57/+141
* scsi: cxlflash: Hide FC internals behind common access routineMatthew R. Ochs2017-04-143-41/+61
* scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs2017-04-147-45/+72
* scsi: cxlflash: Support dynamic number of FC portsMatthew R. Ochs2017-04-145-32/+51
* scsi: cxlflash: Update sysfs helper routines to pass config structureMatthew R. Ochs2017-04-141-12/+12
* scsi: cxlflash: Implement IRQ polling for RRQ processingMatthew R. Ochs2017-04-142-4/+127
* scsi: cxlflash: Serialize RRQ access and support offlevel processingMatthew R. Ochs2017-04-142-7/+37
* scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handlerMatthew R. Ochs2017-04-141-6/+21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-044-7/+10
|\
| * scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-232-7/+5Star