summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
AgeCommit message (Expand)AuthorLines
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7/+1
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2015-01-20ibmraid: fix writeable attribute with no store methodAlan-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-7/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-10/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig-33/+7
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig-2/+2
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig-31/+3
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig-10/+4
2014-09-16pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-11/+2
2014-09-16pmcraid: Get rid of a redundant assignmentAlexander Gordeev-1/+0
2014-08-08drivers/scsi: replace strict_strto callsDaniel Walter-2/+2
2014-07-17scsi: use 64-bit LUNsHannes Reinecke-1/+1
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-0/+1
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen-0/+1
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg-5/+15
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+2
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-1/+2
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-06-18treewide: Fix typo in printkMasanari Iida-1/+1
2013-04-29pmcraid: don't wank with fasync in ->release()Al Viro-14/+0
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman-20/+11
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo-1/+1
2011-12-15SCSI, pmcraid: Fix spelling error in a pmcraid_err() callJesper Juhl-1/+1
2011-10-30[SCSI] pmcraid: pmcraid_chr_ioctl uses incorrect argument order to kmalloc()Dave Jones-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina-0/+3
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl-1/+0
2011-07-27[SCSI] pmcraid: reject negative request sizeDan Rosenberg-0/+3
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-5/+4
2011-04-24[SCSI] pmcraid: reject negative request sizeDan Rosenberg-0/+3
2011-04-19pmcraid: Drop __DATE__ usageMichal Marek-5/+4
2011-03-31Fix common misspellingsLucas De Marchi-5/+5
2011-02-12[SCSI] remove flush_scheduled_work() usagesTejun Heo-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason-6/+1
2010-12-09[SCSI] pmcraid: disable msix and expand device config entryAnil Ravindranath-1/+3
2010-11-16SCSI host lock push-downJeff Garzik-1/+3
2010-10-29[SCSI] pmcraid: add support for set timestamp command and other fixesAnil Ravindranath-19/+110
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-07-28[SCSI] pmcraid : Remove unnecessary casts for void * pointersCyril Jayaprakash-4/+3
2010-07-27[SCSI] pmcraid: MSI-X support and other changesAnil Ravindranath-222/+664
2010-04-11[SCSI] pmcraid: redundant check in pmcraid_check_ioctl_buffer()Roel Kluin-6/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen-1/+1
2009-12-30[SCSI] pmcraid: fix to avoid twice scsi_dma_unmap for a commandAnil Ravindranath-5/+3
2009-12-10[SCSI] pmcraid: support SMI-S object model of storage poolAnil Ravindranath-9/+25
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-1/+6
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-3/+3
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie-1/+6