aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jikos/trivialLinus 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/scsiLinus 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/mmarek/kbuild-2.6Linus 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 implicit slab.h inclusion from percpu.hTejun 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/jikos/trivialLinus Torvalds1-3/+3