summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash
Commit message (Expand)AuthorAgeFilesLines
* ocxl: Update the Process Element EntryChristophe Lombard2020-12-041-2/+4
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-162-13/+9
|\
| * ocxl: Don't return trigger page when allocating an interruptFrederic Barrat2020-08-251-2/+1
| * scsi: cxlflash: Access interrupt trigger page from xive directlyFrederic Barrat2020-08-252-11/+8
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-20/+18
|/
* scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter2020-06-091-3/+0
* scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun2020-05-191-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-2/+0
|\
| * scsi: cxlflash: remove set but not used variable 'ioarcb'YueHaibing2019-10-221-2/+0
* | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
|/
* scsi: cxlflash: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-2/+10
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-19/+4
|\
| * vfs: Convert ocxlflash to use the new mount APIDavid Howells2019-05-251-14/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1
| * cxlflash: don't bother with dentry_operationsAl Viro2019-05-201-5/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3013-65/+13
* | 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-093-9/+8
|\
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-083-9/+8
* | scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain2019-02-041-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+0
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-6/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-152-6/+5
|\
| * scsi: cxlflash: Change return type for fault handlerSouptick Joarder2018-06-212-6/+5
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-142-11/+4
|\ \
| * \ Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-052-5/+4
| |\ \
| * | | scsi: cxlflash: Drop unused sense buffersKees Cook2018-08-022-11/+4
| | |/ | |/|
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-20/+4
|\ \ \ | |_|/ |/| |
| * | ocxlflash_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-19/+4
| * | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-3/+2
|\| |
| * | ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-101-3/+2
| |/
* / scsi: cxlflash: fix assignment of the backend operationsCédric Le Goater2018-07-101-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-182-0/+12
* scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan2018-04-181-0/+14
* scsi: cxlflash: Synchronize reset and remove opsUma Krishnan2018-04-181-3/+3
* scsi: cxlflash: Enable OCXL operationsUma Krishnan2018-04-182-2/+8
* scsi: cxlflash: Support AFU resetUma Krishnan2018-04-181-0/+17
* scsi: cxlflash: Register for translation errorsUma Krishnan2018-04-182-2/+33
* scsi: cxlflash: Introduce OCXL context state machineUma Krishnan2018-04-182-3/+64
* scsi: cxlflash: Update synchronous interrupt status bitsUma Krishnan2018-04-181-14/+21
* scsi: cxlflash: Setup LISNs for master contextsUma Krishnan2018-04-181-0/+21