aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08scsi: cxlflash: Select IRQ_POLLGuenter Roeck1-0/+1
2017-04-13scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2-6/+126
2017-04-13scsi: cxlflash: Add hardware queues attributeMatthew R. Ochs2-16/+106
2017-04-13scsi: cxlflash: Support multiple hardware queuesUma Krishnan3-164/+309
2017-04-13scsi: cxlflash: Improve asynchronous interrupt processingMatthew R. Ochs1-52/+42
2017-04-13scsi: cxlflash: Fix warnings/errorsMatthew R. Ochs4-50/+57
2017-04-13scsi: cxlflash: Fix power-of-two validationsMatthew R. Ochs2-6/+2
2017-04-13scsi: cxlflash: Remove unnecessary DMA mappingMatthew R. Ochs1-13/+2
2017-04-13scsi: cxlflash: Fence EEH during probeMatthew R. Ochs3-7/+28
2017-04-13scsi: cxlflash: Support up to 4 portsMatthew R. Ochs2-4/+80
2017-04-13scsi: cxlflash: SISlite updates to support 4 portsMatthew R. Ochs3-57/+141
2017-04-13scsi: cxlflash: Hide FC internals behind common access routineMatthew R. Ochs3-41/+61
2017-04-13scsi: cxlflash: Remove port configuration assumptionsMatthew R. Ochs7-45/+72
2017-04-13scsi: cxlflash: Support dynamic number of FC portsMatthew R. Ochs5-32/+51
2017-04-13scsi: cxlflash: Update sysfs helper routines to pass config structureMatthew R. Ochs1-12/+12
2017-04-13scsi: cxlflash: Implement IRQ polling for RRQ processingMatthew R. Ochs2-4/+127
2017-04-13scsi: cxlflash: Serialize RRQ access and support offlevel processingMatthew R. Ochs2-7/+37
2017-04-13scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handlerMatthew R. Ochs1-6/+21
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-7/+10
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 Hellwig2-7/+5
2017-02-22scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFUMatthew R. Ochs2-0/+5
2017-01-11scsi: cxlflash: Cancel scheduled workers before stopping AFUUma Krishnan2-30/+6
2017-01-11scsi: cxlflash: Cleanup printsMatthew R. Ochs4-338/+346
2017-01-11scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs4-13/+152
2017-01-11scsi: cxlflash: Refactor context reset to share reset logicMatthew R. Ochs1-4/+16
2016-11-30scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs3-6/+7
2016-11-30scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2-10/+14
2016-11-30scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs1-30/+20
2016-11-30scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs1-15/+7
2016-11-30scsi: cxlflash: Remove AFU command lockMatthew R. Ochs2-38/+16
2016-11-30scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2-1/+6
2016-11-30scsi: cxlflash: Remove private command poolMatthew R. Ochs2-75/+0
2016-11-30scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2-54/+25
2016-11-30scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs1-13/+12
2016-11-30scsi: cxlflash: Remove unused buffer from AFU commandMatthew R. Ochs2-27/+2
2016-11-30scsi: cxlflash: Avoid command room violationUma Krishnan2-50/+20
2016-11-30scsi: cxlflash: Improve context_reset() logicUma Krishnan1-18/+5
2016-11-30scsi: cxlflash: Fix crash in cxlflash_restore_luntable()Uma Krishnan1-0/+6
2016-11-30scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONEUma Krishnan1-1/+1
2016-09-14scsi: cxlflash: Fix context reference tracking on detachMatthew R. Ochs1-1/+2
2016-09-14scsi: cxlflash: Refactor WWPN setupMatthew R. Ochs1-31/+9
2016-09-14scsi: cxlflash: Improve EEH recovery timeMatthew R. Ochs1-0/+4
2016-09-14scsi: cxlflash: Fix to avoid EEH and host reset collisionsMatthew R. Ochs1-1/+14
2016-09-09scsi: cxlflash: Remove the device cleanly in the system shutdown pathUma Krishnan1-12/+6
2016-09-09scsi: cxlflash: Scan host only after the port is ready for I/OUma Krishnan1-2/+2
2016-08-23scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs2-14/+13
2016-08-23scsi: cxlflash: Transition to application close modelMatthew R. Ochs2-63/+21
2016-08-18scsi: cxlflash: Add kref to contextMatthew R. Ochs2-35/+53
2016-08-18scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2-0/+2