aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie1-1/+1
2021-10-16scsi: cxlflash: Switch to attribute groupsBart Van Assche1-18/+22
2021-10-16scsi: cxlflash: Call scsi_done() directlyBart Van Assche1-3/+3
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-28/+6
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-28/+6
2021-08-11scsi: cxlflash: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+1
2021-03-18scsi: cxlflash: Fix a little doc-rotLee Jones1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-14/+14
2020-06-09scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter1-3/+0
2020-05-19scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun1-0/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-22scsi: cxlflash: remove set but not used variable 'ioarcb'YueHaibing1-2/+0
2019-07-30scsi: cxlflash: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-1/+1
2019-02-04scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain1-0/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-6/+0
2018-05-18scsi: cxlflash: Isolate external module dependenciesUma Krishnan1-2/+0
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan1-5/+2
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs1-3/+3
2018-05-18scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan1-2/+2
2018-05-18scsi: cxlflash: Yield to active send threadsUma Krishnan1-0/+2
2018-04-18scsi: cxlflash: Handle spurious interruptsUma Krishnan1-0/+11
2018-04-18scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan1-0/+14
2018-04-18scsi: cxlflash: Synchronize reset and remove opsUma Krishnan1-3/+3
2018-04-18scsi: cxlflash: Enable OCXL operationsUma Krishnan1-2/+7
2018-04-18scsi: cxlflash: Setup LISNs for master contextsUma Krishnan1-0/+21
2018-04-18scsi: cxlflash: Hardware AFU for OCXLUma Krishnan1-2/+7
2018-04-18scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs1-1/+4
2018-04-18scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan1-3/+8
2018-01-10scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs1-49/+30
2018-01-10scsi: cxlflash: Adapter context init can return errorUma Krishnan1-1/+1
2018-01-10scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs1-3/+1
2018-01-10scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan1-19/+19
2018-01-10scsi: cxlflash: Reset command ioascUma Krishnan1-0/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2017-10-31scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs1-7/+17
2017-10-17cxlflash: get rid of pointless access_ok()Al Viro1-6/+0
2017-08-25scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs1-2/+1
2017-07-12scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter1-4/+7
2017-07-01scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs1-15/+3
2017-07-01scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs1-14/+13
2017-07-01scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs1-1/+0
2017-06-26scsi: cxlflash: Update TMF command processingMatthew R. Ochs1-21/+44