summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-19/+4Star
|\
| * vfs: Convert ocxlflash to use the new mount APIDavid Howells2019-05-261-14/+4Star
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1Star
| * cxlflash: don't bother with dentry_operationsAl Viro2019-05-201-5/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3013-65/+13Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-103-9/+8Star
|\
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-083-9/+8Star
* | scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain2019-02-051-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+0Star
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-6/+0Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-162-6/+5Star
|\
| * scsi: cxlflash: Change return type for fault handlerSouptick Joarder2018-06-222-6/+5Star
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-142-11/+4Star
|\ \
| * \ Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-062-5/+4Star
| |\ \
| * | | scsi: cxlflash: Drop unused sense buffersKees Cook2018-08-022-11/+4Star
| | |/ | |/|
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-141-20/+4Star
|\ \ \ | |_|/ |/| |
| * | ocxlflash_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-19/+4Star
| * | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1Star
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-3/+2Star
|\| |
| * | ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-111-3/+2Star
| |/
* / scsi: cxlflash: fix assignment of the backend operationsCédric Le Goater2018-07-111-2/+2
|/
* scsi: cxlflash: Isolate external module dependenciesUma Krishnan2018-05-187-7/+16
* scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan2018-05-182-5/+17
* scsi: cxlflash: Add include guards to backend.hUma Krishnan2018-05-181-0/+5
* scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs2018-05-182-3/+4
* scsi: cxlflash: Acquire semaphore before invoking ioctl servicesUma Krishnan2018-05-181-0/+6
* scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan2018-05-181-2/+2
* scsi: cxlflash: Yield to active send threadsUma Krishnan2018-05-181-0/+2
* scsi: cxlflash: Handle spurious interruptsUma Krishnan2018-04-192-0/+12
* scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan2018-04-191-0/+14
* scsi: cxlflash: Synchronize reset and remove opsUma Krishnan2018-04-191-3/+3
* scsi: cxlflash: Enable OCXL operationsUma Krishnan2018-04-192-2/+8
* scsi: cxlflash: Support AFU resetUma Krishnan2018-04-191-0/+17
* scsi: cxlflash: Register for translation errorsUma Krishnan2018-04-192-2/+33
* scsi: cxlflash: Introduce OCXL context state machineUma Krishnan2018-04-192-3/+64
* scsi: cxlflash: Update synchronous interrupt status bitsUma Krishnan2018-04-191-14/+21
* scsi: cxlflash: Setup LISNs for master contextsUma Krishnan2018-04-191-0/+21
* scsi: cxlflash: Setup LISNs for user contextsUma Krishnan2018-04-193-0/+24
* scsi: cxlflash: Introduce object handle fopUma Krishnan2018-04-193-0/+26
* scsi: cxlflash: Support file descriptor mappingUma Krishnan2018-04-191-0/+26
* scsi: cxlflash: Support adapter context mmap and releaseUma Krishnan2018-04-191-0/+72
* scsi: cxlflash: Support adapter context readingUma Krishnan2018-04-191-0/+94
* scsi: cxlflash: Support adapter context pollingUma Krishnan2018-04-192-2/+57
* scsi: cxlflash: Support starting user contextsUma Krishnan2018-04-192-2/+100
* scsi: cxlflash: Support AFU interrupt mapping and registrationUma Krishnan2018-04-192-0/+122
* scsi: cxlflash: Support AFU interrupt managementUma Krishnan2018-04-192-0/+114
* scsi: cxlflash: Support process element lifecycleUma Krishnan2018-04-191-2/+50
* scsi: cxlflash: Setup OCXL transaction layerUma Krishnan2018-04-191-0/+10