aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash
AgeCommit message (Expand)AuthorFilesLines
2017-07-01scsi: cxlflash: Update debug prints in reset handlersGravatar Matthew R. Ochs 1-15/+3
2017-07-01scsi: cxlflash: Update send_tmf() parametersGravatar Matthew R. Ochs 1-14/+13
2017-07-01scsi: cxlflash: Avoid double free of character deviceGravatar Matthew R. Ochs 1-1/+0
2017-06-26scsi: cxlflash: Update TMF command processingGravatar Matthew R. Ochs 1-21/+44
2017-06-26scsi: cxlflash: Remove zeroing of private command dataGravatar Matthew R. Ochs 2-3/+10
2017-06-26scsi: cxlflash: Support WS16 unmapGravatar Matthew R. Ochs 4-0/+15
2017-06-26scsi: cxlflash: Support AFU debugGravatar Matthew R. Ochs 4-0/+104
2017-06-26scsi: cxlflash: Support LUN provisioningGravatar Matthew R. Ochs 4-4/+135
2017-06-26scsi: cxlflash: Refactor AFU capability checkingGravatar Matthew R. Ochs 1-4/+4
2017-06-26scsi: cxlflash: Introduce host ioctl supportGravatar Matthew R. Ochs 1-1/+120
2017-06-26scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsGravatar Matthew R. Ochs 2-28/+53
2017-06-26scsi: cxlflash: Create character device to provide host management interfaceGravatar Uma Krishnan 3-2/+212
2017-06-26scsi: cxlflash: Add scsi command abort handlerGravatar Uma Krishnan 1-0/+61
2017-06-26scsi: cxlflash: Flush pending commands in cleanup pathGravatar Uma Krishnan 2-5/+57
2017-06-26scsi: cxlflash: Track pending scsi commands in each hardware queueGravatar Uma Krishnan 2-0/+11
2017-06-26scsi: cxlflash: Handle AFU sync failuresGravatar Uma Krishnan 2-27/+95
2017-06-26scsi: cxlflash: Schedule asynchronous reset of the hostGravatar Uma Krishnan 2-35/+104
2017-06-26scsi: cxlflash: Reset hardware queue context via specified registerGravatar Uma Krishnan 2-38/+47
2017-06-26scsi: cxlflash: Update cxlflash_afu_sync() to return errnoGravatar Uma Krishnan 1-5/+6
2017-06-26scsi: cxlflash: Combine the send queue locksGravatar Uma Krishnan 2-6/+6
2017-05-08scsi: cxlflash: Select IRQ_POLLGravatar Guenter Roeck 1-0/+1
2017-04-13scsi: cxlflash: Introduce hardware queue steeringGravatar Matthew R. Ochs 2-6/+126
2017-04-13scsi: cxlflash: Add hardware queues attributeGravatar Matthew R. Ochs 2-16/+106
2017-04-13scsi: cxlflash: Support multiple hardware queuesGravatar Uma Krishnan 3-164/+309
2017-04-13scsi: cxlflash: Improve asynchronous interrupt processingGravatar Matthew R. Ochs 1-52/+42
2017-04-13scsi: cxlflash: Fix warnings/errorsGravatar Matthew R. Ochs 4-50/+57
2017-04-13scsi: cxlflash: Fix power-of-two validationsGravatar Matthew R. Ochs 2-6/+2
2017-04-13scsi: cxlflash: Remove unnecessary DMA mappingGravatar Matthew R. Ochs 1-13/+2
2017-04-13scsi: cxlflash: Fence EEH during probeGravatar Matthew R. Ochs 3-7/+28
2017-04-13scsi: cxlflash: Support up to 4 portsGravatar Matthew R. Ochs 2-4/+80
2017-04-13scsi: cxlflash: SISlite updates to support 4 portsGravatar Matthew R. Ochs 3-57/+141
2017-04-13scsi: cxlflash: Hide FC internals behind common access routineGravatar Matthew R. Ochs 3-41/+61
2017-04-13scsi: cxlflash: Remove port configuration assumptionsGravatar Matthew R. Ochs 7-45/+72
2017-04-13scsi: cxlflash: Support dynamic number of FC portsGravatar Matthew R. Ochs 5-32/+51
2017-04-13scsi: cxlflash: Update sysfs helper routines to pass config structureGravatar Matthew R. Ochs 1-12/+12
2017-04-13scsi: cxlflash: Implement IRQ polling for RRQ processingGravatar Matthew R. Ochs 2-4/+127
2017-04-13scsi: cxlflash: Serialize RRQ access and support offlevel processingGravatar Matthew R. Ochs 2-7/+37
2017-04-13scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handlerGravatar Matthew R. Ochs 1-6/+21
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-7/+10
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+3
2017-02-23scsi: merge __scsi_execute into scsi_executeGravatar Christoph Hellwig 2-7/+5
2017-02-22scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFUGravatar Matthew R. Ochs 2-0/+5
2017-01-11scsi: cxlflash: Cancel scheduled workers before stopping AFUGravatar Uma Krishnan 2-30/+6
2017-01-11scsi: cxlflash: Cleanup printsGravatar Matthew R. Ochs 4-338/+346
2017-01-11scsi: cxlflash: Support SQ Command ModeGravatar Matthew R. Ochs 4-13/+152
2017-01-11scsi: cxlflash: Refactor context reset to share reset logicGravatar Matthew R. Ochs 1-4/+16
2016-11-30scsi: cxlflash: Migrate scsi command pointer to AFU commandGravatar Matthew R. Ochs 3-6/+7
2016-11-30scsi: cxlflash: Migrate IOARRIN specific routines to function pointersGravatar Matthew R. Ochs 2-10/+14
2016-11-30scsi: cxlflash: Cleanup queuecommand()Gravatar Matthew R. Ochs 1-30/+20
2016-11-30scsi: cxlflash: Cleanup send_tmf()Gravatar Matthew R. Ochs 1-15/+7