aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: pmcraid: Switch to using ->device_configureChristoph Hellwig1-5/+6
2024-03-10scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere1-9/+11
2023-10-24scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handl...Hannes Reinecke1-3/+6
2023-10-24scsi: pmcraid: Fix kernel-doc commentYang Li1-1/+1
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_target_reset_handler()Hannes Reinecke1-2/+14
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_bus_reset_handler()Hannes Reinecke1-8/+38
2023-08-21scsi: pmcraid: Use pci_dev_id() to simplify the codeZheng Zengkai1-2/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-24scsi: pmcraid: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
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
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+1
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-01-20ibmraid: fix writeable attribute with no store methodAlan1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-7/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-10/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-33/+7
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-2/+2
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-31/+3
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-10/+4
2014-09-16pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+2
2014-09-16pmcraid: Get rid of a redundant assignmentAlexander Gordeev1-1/+0
2014-08-08drivers/scsi: replace strict_strto callsDaniel Walter1-2/+2
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-5/+15
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-06-18treewide: Fix typo in printkMasanari Iida1-1/+1
2013-04-29pmcraid: don't wank with fasync in ->release()Al Viro1-14/+0
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-20/+11
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2011-12-15SCSI, pmcraid: Fix spelling error in a pmcraid_err() callJesper Juhl1-1/+1
2011-10-30[SCSI] pmcraid: pmcraid_chr_ioctl uses incorrect argument order to kmalloc()Dave Jones1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+3
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl1-1/+0
2011-07-27[SCSI] pmcraid: reject negative request sizeDan Rosenberg1-0/+3
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-5/+4
2011-04-24[SCSI] pmcraid: reject negative request sizeDan Rosenberg1-0/+3
2011-04-19pmcraid: Drop __DATE__ usageMichal Marek1-5/+4
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo1-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason1-6/+1
2010-12-09[SCSI] pmcraid: disable msix and expand device config entryAnil Ravindranath1-1/+3
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-29[SCSI] pmcraid: add support for set timestamp command and other fixesAnil Ravindranath1-19/+110
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-07-28[SCSI] pmcraid : Remove unnecessary casts for void * pointersCyril Jayaprakash1-4/+3
2010-07-27[SCSI] pmcraid: MSI-X support and other changesAnil Ravindranath1-222/+664
2010-04-11[SCSI] pmcraid: redundant check in pmcraid_check_ioctl_buffer()Roel Kluin1-6/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-12-30[SCSI] pmcraid: fix to avoid twice scsi_dma_unmap for a commandAnil Ravindranath1-5/+3
2009-12-10[SCSI] pmcraid: support SMI-S object model of storage poolAnil Ravindranath1-9/+25
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+6
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+6
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-11-06[SCSI] pmcraid: Fix ppc64 driver build for using cpu_to_le32 on U8 data typeAnil Ravindranath1-5/+5
2009-10-02[SCSI] pmcraid: Changed driver prints to scmd/sdev_printkAnil Ravindranath1-27/+31
2009-09-12[SCSI] pmcraid: PMC-Sierra MaxRAID driver to support 6Gb/s SAS RAID controllerAnil Ravindranath1-0/+5604