aboutsummaryrefslogtreecommitdiff
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-25/+14
2016-11-17scsi: mptfusion: Fix printk continuationsGravatar Helge Deller 1-7/+7
2016-11-08scsi: fusion: print lan address via %pMRGravatar Andy Shevchenko 1-10/+4
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioGravatar Christoph Hellwig 1-8/+3
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-11/+4
2016-09-14scsi: fusion: Fix error return code in mptfc_probe()Gravatar Wei Yongjun 1-1/+3
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-3/+4
2016-09-02scsi: mptfc: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-1/+2
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-3/+3
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2016-04-29mptsas: fix checks for dma mapping errorsGravatar Alexey Khoroshilov 1-2/+2
2016-04-11scsi: disable automatic target scanGravatar Hannes Reinecke 1-1/+1
2016-02-23mptbase: fixup error handling paths in mpt_attach()Gravatar Ewan D. Milne 1-7/+33
2016-02-23mptfusion: hide unused seq_mpt_print_ioc_summary functionGravatar Arnd Bergmann 1-0/+2
2015-11-12Merge tag '4.4-scsi-mkp' into miscGravatar James Bottomley 1-0/+4
2015-11-11mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Gravatar Dan Carpenter 1-0/+4
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-1/+0
2015-08-26mptfusion: prevent some memory corruptionGravatar Dan Carpenter 1-0/+9
2015-06-13fusion: remove dead MTRR codeGravatar Luis R. Rodriguez 2-25/+0
2015-06-13mptsas: fix depth param in scsi_track_queue_fullGravatar Tomas Henzl 1-2/+2
2015-02-03i2o: move to stagingGravatar Alan Cox 20-10435/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 2-11/+4
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-0/+1
2014-11-12mptfusion: don't change queue type in ->change_queue_depthGravatar Christoph Hellwig 1-6/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldGravatar Christoph Hellwig 1-3/+2
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 3-13/+7
2014-09-25mptfusion: enable no_write_same for vmware scsi disksGravatar Chris J Arges 1-0/+5
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSGravatar Randy Dunlap 1-1/+1
2014-09-16fusion: fix excess parameter kernel-doc warningGravatar Randy Dunlap 1-1/+0
2014-09-16mptfusion: simplify roundingGravatar Rasmus Villemoes 2-12/+2
2014-07-25mptfusion: tweak null pointer checksGravatar Joe Lawrence 3-44/+37
2014-07-25mptfusion: combine fw_event_work and its event_dataGravatar Joe Lawrence 2-11/+7
2014-07-25mptfusion: make adapter prod_name[] a pointerGravatar Joe Lawrence 2-7/+6
2014-07-25mptfusion: use memdup_userGravatar Joe Lawrence 1-13/+5
2014-07-25mptfusion: remove redundant kfree checksGravatar Joe Lawrence 2-4/+2
2014-07-25mptfusion: mark file-private functions as staticGravatar Joe Lawrence 3-5/+5
2014-07-25scsi: convert device_busy to atomic_tGravatar Christoph Hellwig 1-1/+1
2014-07-17scsi: use 64-bit value for 'max_luns'Gravatar Hannes Reinecke 1-1/+1
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 5-19/+18
2014-05-28mptfusion: fix msgContext in mptctl_hp_hostinfoGravatar Tomas Henzl 1-3/+3
2014-05-28fusion: Remove use of DEF_SCSI_QCMDGravatar Matthew Wilcox 5-26/+18
2014-05-28fusion: Add free msg frames to the head, not tail of listGravatar Matthew Wilcox 1-1/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-43/+42
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyGravatar Bjorn Helgaas 1-10/+6
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationGravatar Bjorn Helgaas 1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementGravatar Bjorn Helgaas 1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorGravatar Bjorn Helgaas 1-1/+1
2014-02-10drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)Gravatar Alexey Khoroshilov 1-2/+2