aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-07scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu1-1/+1
2022-05-23scsi: pmcraid: Fix typo in commentJulia Lawall1-1/+1
2022-04-18scsi: pmcraid: Remove unneeded semicolonJiapeng Chong1-1/+1
2022-03-29scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementationChristophe JAILLET1-491/+0
2021-12-22scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()Christoph Hellwig1-2/+2
2021-11-29scsi: pmcraid: Fix a kernel-doc warningBart Van Assche1-1/+0
2021-10-16scsi: pmcraid: Switch to attribute groupsBart Van Assche1-5/+6
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-4/+1
2021-10-16scsi: pmcraid: Call scsi_done() directlyBart Van Assche1-6/+5
2021-03-18scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in headerLee Jones1-1/+1
2021-03-18scsi: pmcraid: Fix a whole host of kernel-doc issuesLee Jones1-35/+33
2020-11-25scsi: pmcraid: Use generic power managementVaibhav Gupta1-33/+10
2020-11-25scsi: pmcraid: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-09-09scsi: pmcraid: Remove set but not used 'res'Ye Bin1-2/+0
2020-08-20scsi: pmcraid: Remove superfluous memset()Li Heng1-1/+0
2020-04-24scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zallocWu Bo1-3/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-08-12scsi: pmcraid: Fix a typo - pcmraid --> pmcraidChristophe JAILLET1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+7
2019-06-20scsi: pmcraid: use sg helper to iterate over scatterlistMing Lei1-7/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-11-06scsi: pmcraid: use generic DMA APIChristoph Hellwig1-43/+36
2018-11-06scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig1-16/+8
2018-11-06scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig1-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-02-13scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche1-39/+4
2018-02-13scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King1-4/+4
2017-12-07scsi: pmcraid: use correct size unit when calling find_first_zero_bit()Niklas Cassel1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-5/+5
2017-11-01scsi: pmcraid: Convert timers to use timer_setup()Kees Cook1-20/+13
2017-08-24scsi: pmcraid: fix duplicated code for different branchesGustavo A. R. Silva1-6/+1
2017-08-07scsi: pmcraid: Replace PCI pool old APIRomain Perier1-5/+5
2017-05-08scsi: pmcraid: remove redundant check to see if request_size is less than zeroColin Ian King1-3/+0
2017-04-24scsi: pmcraid: use normal copy_from_userArnd Bergmann1-33/+7
2017-04-24scsi: pmcraid: fix minor sparse warningsArnd Bergmann1-3/+3
2017-04-24scsi: pmcraid: fix endianess sparse annotationsArnd Bergmann1-48/+47
2017-04-24scsi: pmcraid: use __iomem pointers for ioctl argumentArnd Bergmann1-28/+16
2017-04-24scsi: pmcraid: fix lock imbalance in pmcraid_reset_reload()Christoph Hellwig1-31/+28
2017-01-09scsi: pmcraid: switch to pci_alloc_irq_vectorsChristoph Hellwig1-51/+41
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+7
2016-11-22scsi: pmcraid: Add missing resource releasesQuentin Lambert1-3/+7
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+1
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-6/+0
2016-09-04scsi: pmcraid: mark symbols static where possibleBaoyou Xie1-4/+4
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-3/+2
2015-11-11scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield1-3/+2
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0