aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cxlflash
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: cxlflash: Switch to attribute groupsGravatar Bart Van Assche 1-18/+22
2021-10-16scsi: cxlflash: Call scsi_done() directlyGravatar Bart Van Assche 1-3/+3
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-28/+6
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Gravatar Heiner Kallweit 1-28/+6
2021-08-11scsi: cxlflash: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestGravatar Bart Van Assche 1-1/+1
2021-05-31scsi: core: Kill DRIVER_SENSEGravatar Hannes Reinecke 1-2/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORGravatar Hannes Reinecke 1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentGravatar Heiner Kallweit 1-2/+1
2021-03-18scsi: cxlflash: Fix some misnaming related doc-rotGravatar Lee Jones 1-4/+4
2021-03-18scsi: cxlflash: Fix a few misnaming issuesGravatar Lee Jones 1-3/+3
2021-03-18scsi: cxlflash: Fix a little doc-rotGravatar Lee Jones 1-4/+4
2020-12-04ocxl: Update the Process Element EntryGravatar Christophe Lombard 1-2/+4
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-13/+9
2020-08-25ocxl: Don't return trigger page when allocating an interruptGravatar Frederic Barrat 1-2/+1
2020-08-25scsi: cxlflash: Access interrupt trigger page from xive directlyGravatar Frederic Barrat 2-11/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-20/+18
2020-06-09scsi: cxlflash: Remove an unnecessary NULL checkGravatar Dan Carpenter 1-3/+0
2020-05-19scsi: cxlflash: Fix error return code in cxlflash_probe()Gravatar Wei Yongjun 1-0/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-10-22scsi: cxlflash: remove set but not used variable 'ioarcb'Gravatar YueHaibing 1-2/+0
2019-07-30scsi: cxlflash: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+10
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-19/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 13-65/+13
2019-05-25vfs: Convert ocxlflash to use the new mount APIGravatar David Howells 1-14/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-20cxlflash: don't bother with dentry_operationsGravatar Al Viro 1-5/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-9/+8
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateGravatar Nathan Chancellor 3-9/+8
2019-02-04scsi: cxlflash: Prevent deadlock when adapter probe failsGravatar Vaibhav Jain 1-0/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-11-07scsi: kill off the legacy IO pathGravatar Jens Axboe 1-6/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-6/+5
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-11/+4
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-20/+4
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 2-5/+4
2018-08-02scsi: cxlflash: Drop unused sense buffersGravatar Kees Cook 2-11/+4
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-3/+2
2018-07-12ocxlflash_getfile(): switch to alloc_file_pseudo()Gravatar Al Viro 1-19/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeGravatar Al Viro 1-2/+1
2018-07-10ocxlflash_getfile(): fix double-iput() on alloc_file() failuresGravatar Al Viro 1-3/+2
2018-07-10scsi: cxlflash: fix assignment of the backend operationsGravatar Cédric Le Goater 1-2/+2
2018-06-21scsi: cxlflash: Change return type for fault handlerGravatar Souptick Joarder 2-6/+5
2018-05-18scsi: cxlflash: Isolate external module dependenciesGravatar Uma Krishnan 7-7/+16
2018-05-18scsi: cxlflash: Abstract hardware dependent assignmentsGravatar Uma Krishnan 2-5/+17
2018-05-18scsi: cxlflash: Add include guards to backend.hGravatar Uma Krishnan 1-0/+5
2018-05-18scsi: cxlflash: Use local mutex for AFU serializationGravatar Matthew R. Ochs 2-3/+4