summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
AgeCommit message (Expand)AuthorLines
2019-07-30scsi: cxlflash: Mark expected switch fall-throughsGustavo A. R. Silva-2/+10
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-19/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-65/+13
2019-05-25vfs: Convert ocxlflash to use the new mount APIDavid Howells-14/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-20cxlflash: don't bother with dentry_operationsAl Viro-5/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+8
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor-9/+8
2019-02-04scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain-0/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-1/+0
2018-11-07scsi: kill off the legacy IO pathJens Axboe-6/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-6/+5
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds-11/+4
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-20/+4
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe-5/+4
2018-08-02scsi: cxlflash: Drop unused sense buffersKees Cook-11/+4
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-3/+2
2018-07-12ocxlflash_getfile(): switch to alloc_file_pseudo()Al Viro-19/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro-2/+1
2018-07-10ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro-3/+2
2018-07-10scsi: cxlflash: fix assignment of the backend operationsCédric Le Goater-2/+2
2018-06-21scsi: cxlflash: Change return type for fault handlerSouptick Joarder-6/+5
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan-7/+16
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan-5/+17
2018-05-18scsi: cxlflash: Add include guards to backend.hUma Krishnan-0/+5
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs-3/+4
2018-05-18scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan-0/+6
2018-05-18scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan-2/+2
2018-05-18scsi: cxlflash: Yield to active send threadsUma Krishnan-0/+2
2018-04-18scsi: cxlflash: Handle spurious interruptsUma Krishnan-0/+12
2018-04-18scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan-0/+14
2018-04-18scsi: cxlflash: Synchronize reset and remove opsUma Krishnan-3/+3
2018-04-18scsi: cxlflash: Enable OCXL operationsUma Krishnan-2/+8
2018-04-18scsi: cxlflash: Support AFU resetUma Krishnan-0/+17
2018-04-18scsi: cxlflash: Register for translation errorsUma Krishnan-2/+33
2018-04-18scsi: cxlflash: Introduce OCXL context state machineUma Krishnan-3/+64
2018-04-18scsi: cxlflash: Update synchronous interrupt status bitsUma Krishnan-14/+21
2018-04-18scsi: cxlflash: Setup LISNs for master contextsUma Krishnan-0/+21
2018-04-18scsi: cxlflash: Setup LISNs for user contextsUma Krishnan-0/+24
2018-04-18scsi: cxlflash: Introduce object handle fopUma Krishnan-0/+26
2018-04-18scsi: cxlflash: Support file descriptor mappingUma Krishnan-0/+26
2018-04-18scsi: cxlflash: Support adapter context mmap and releaseUma Krishnan-0/+72
2018-04-18scsi: cxlflash: Support adapter context readingUma Krishnan-0/+94
2018-04-18scsi: cxlflash: Support adapter context pollingUma Krishnan-2/+57
2018-04-18scsi: cxlflash: Support starting user contextsUma Krishnan-2/+100
2018-04-18scsi: cxlflash: Support AFU interrupt mapping and registrationUma Krishnan-0/+122
2018-04-18scsi: cxlflash: Support AFU interrupt managementUma Krishnan-0/+114
2018-04-18scsi: cxlflash: Support process element lifecycleUma Krishnan-2/+50