summaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-26scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs1-2/+1
2017-07-13scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter1-4/+7
2017-07-02scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs1-15/+3
2017-07-02scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs1-14/+13
2017-07-02scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs1-1/+0
2017-06-26scsi: cxlflash: Update TMF command processingMatthew R. Ochs1-21/+44
2017-06-26scsi: cxlflash: Remove zeroing of private command dataMatthew R. Ochs1-1/+1
2017-06-26scsi: cxlflash: Support WS16 unmapMatthew R. Ochs1-0/+12
2017-06-26scsi: cxlflash: Support AFU debugMatthew R. Ochs1-0/+96
2017-06-26scsi: cxlflash: Support LUN provisioningMatthew R. Ochs1-2/+105
2017-06-26scsi: cxlflash: Introduce host ioctl supportMatthew R. Ochs1-1/+120
2017-06-26scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsMatthew R. Ochs1-28/+51
2017-06-26scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan1-1/+206
2017-06-26scsi: cxlflash: Add scsi command abort handlerUma Krishnan1-0/+61
2017-06-26scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan1-4/+53
2017-06-26scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan1-0/+9
2017-06-26scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan1-35/+102
2017-06-26scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan1-37/+46
2017-06-26scsi: cxlflash: Update cxlflash_afu_sync() to return errnoUma Krishnan1-5/+6
2017-06-26scsi: cxlflash: Combine the send queue locksUma Krishnan1-4/+5
2017-04-14scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs1-5/+115
2017-04-14scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs1-13/+99
2017-04-14scsi: cxlflash: Support multiple hardware queuesUma Krishnan1-150/+276
2017-04-14scsi: cxlflash: Improve asynchronous interrupt processingMatthew R. Ochs1-52/+42
2017-04-14scsi: cxlflash: Fix power-of-two validationsMatthew R. Ochs1-0/+1
2017-04-14scsi: cxlflash: Remove unnecessary DMA mappingMatthew R. Ochs1-13/+2
2017-04-14scsi: cxlflash: Fence EEH during probeMatthew R. Ochs1-4/+21
2017-04-14scsi: cxlflash: Support up to 4 portsMatthew R. Ochs1-1/+77
2017-04-14scsi: cxlflash: SISlite updates to support 4 portsMatthew R. Ochs1-19/+58
2017-04-14scsi: cxlflash: Hide FC internals behind common access routineMatthew R. Ochs1-33/+39
2017-04-14scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs1-7/+6
2017-04-14scsi: cxlflash: Support dynamic number of FC portsMatthew R. Ochs1-27/+44
2017-04-14scsi: cxlflash: Update sysfs helper routines to pass config structureMatthew R. Ochs1-12/+12
2017-04-14scsi: cxlflash: Implement IRQ polling for RRQ processingMatthew R. Ochs1-4/+119
2017-04-14scsi: cxlflash: Serialize RRQ access and support offlevel processingMatthew R. Ochs1-7/+35
2017-04-14scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handlerMatthew R. Ochs1-6/+21
2017-02-23scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFUMatthew R. Ochs1-0/+4
2017-01-12scsi: cxlflash: Cancel scheduled workers before stopping AFUUma Krishnan1-28/+6
2017-01-12scsi: cxlflash: Cleanup printsMatthew R. Ochs1-167/+152
2017-01-12scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs1-5/+93
2017-01-12scsi: cxlflash: Refactor context reset to share reset logicMatthew R. Ochs1-4/+16
2016-12-01scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs1-5/+5
2016-12-01scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs1-10/+11
2016-12-01scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs1-30/+20
2016-12-01scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs1-15/+7
2016-12-01scsi: cxlflash: Remove AFU command lockMatthew R. Ochs1-31/+15
2016-12-01scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs1-1/+5
2016-12-01scsi: cxlflash: Remove private command poolMatthew R. Ochs1-68/+0
2016-12-01scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs1-54/+11
2016-12-01scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs1-13/+12