summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFUMatthew R. Ochs2017-02-232-0/+5
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+3
|/
* scsi: cxlflash: Cancel scheduled workers before stopping AFUUma Krishnan2017-01-122-30/+6Star
* scsi: cxlflash: Cleanup printsMatthew R. Ochs2017-01-124-338/+346
* scsi: cxlflash: Support SQ Command ModeMatthew R. Ochs2017-01-124-13/+152
* scsi: cxlflash: Refactor context reset to share reset logicMatthew R. Ochs2017-01-121-4/+16
* scsi: cxlflash: Migrate scsi command pointer to AFU commandMatthew R. Ochs2016-12-013-6/+7
* scsi: cxlflash: Migrate IOARRIN specific routines to function pointersMatthew R. Ochs2016-12-012-10/+14
* scsi: cxlflash: Cleanup queuecommand()Matthew R. Ochs2016-12-011-30/+20Star
* scsi: cxlflash: Cleanup send_tmf()Matthew R. Ochs2016-12-011-15/+7Star
* scsi: cxlflash: Remove AFU command lockMatthew R. Ochs2016-12-012-38/+16Star
* scsi: cxlflash: Wait for active AFU commands to timeout upon tear downMatthew R. Ochs2016-12-012-1/+6
* scsi: cxlflash: Remove private command poolMatthew R. Ochs2016-12-012-75/+0Star
* scsi: cxlflash: Use cmd_size for private commandsMatthew R. Ochs2016-12-012-54/+25Star
* scsi: cxlflash: Allocate memory instead of using command pool for AFU syncMatthew R. Ochs2016-12-011-13/+12Star
* scsi: cxlflash: Remove unused buffer from AFU commandMatthew R. Ochs2016-12-012-27/+2Star
* scsi: cxlflash: Avoid command room violationUma Krishnan2016-11-302-50/+20Star
* scsi: cxlflash: Improve context_reset() logicUma Krishnan2016-11-301-18/+5Star
* scsi: cxlflash: Fix crash in cxlflash_restore_luntable()Uma Krishnan2016-11-301-0/+6
* scsi: cxlflash: Set sg_tablesize to 1 instead of SG_NONEUma Krishnan2016-11-301-1/+1
* scsi: cxlflash: Fix context reference tracking on detachMatthew R. Ochs2016-09-141-1/+2
* scsi: cxlflash: Refactor WWPN setupMatthew R. Ochs2016-09-141-31/+9Star
* scsi: cxlflash: Improve EEH recovery timeMatthew R. Ochs2016-09-141-0/+4
* scsi: cxlflash: Fix to avoid EEH and host reset collisionsMatthew R. Ochs2016-09-141-1/+14
* scsi: cxlflash: Remove the device cleanly in the system shutdown pathUma Krishnan2016-09-091-12/+6Star
* scsi: cxlflash: Scan host only after the port is ready for I/OUma Krishnan2016-09-091-2/+2
* scsi: cxlflash: Remove adapter file descriptor cacheMatthew R. Ochs2016-08-242-14/+13Star
* scsi: cxlflash: Transition to application close modelMatthew R. Ochs2016-08-242-63/+21Star
* scsi: cxlflash: Add kref to contextMatthew R. Ochs2016-08-192-35/+53
* scsi: cxlflash: Cache owning adapter within contextMatthew R. Ochs2016-08-192-0/+2