aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-23mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne1-7/+33
2016-02-23mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann1-0/+2
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-0/+4
2015-11-11mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Dan Carpenter1-0/+4
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-08-26mptfusion: prevent some memory corruptionDan Carpenter1-0/+9
2015-06-13fusion: remove dead MTRR codeLuis R. Rodriguez2-25/+0
2015-06-13mptsas: fix depth param in scsi_track_queue_fullTomas Henzl1-2/+2
2015-02-03i2o: move to stagingAlan Cox20-10435/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-11/+4
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig1-6/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-3/+2
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-13/+7
2014-09-25mptfusion: enable no_write_same for vmware scsi disksChris J Arges1-0/+5
2014-09-16scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap1-1/+1
2014-09-16fusion: fix excess parameter kernel-doc warningRandy Dunlap1-1/+0
2014-09-16mptfusion: simplify roundingRasmus Villemoes2-12/+2
2014-07-25mptfusion: tweak null pointer checksJoe Lawrence3-44/+37
2014-07-25mptfusion: combine fw_event_work and its event_dataJoe Lawrence2-11/+7
2014-07-25mptfusion: make adapter prod_name[] a pointerJoe Lawrence2-7/+6
2014-07-25mptfusion: use memdup_userJoe Lawrence1-13/+5
2014-07-25mptfusion: remove redundant kfree checksJoe Lawrence2-4/+2
2014-07-25mptfusion: mark file-private functions as staticJoe Lawrence3-5/+5
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-1/+1
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke5-19/+18
2014-05-28mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl1-3/+3
2014-05-28fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox5-26/+18
2014-05-28fusion: Add free msg frames to the head, not tail of listMatthew Wilcox1-1/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-43/+42
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas1-1/+1
2014-02-10drivers/message/i2o/i2o_config.c: fix deadlock in compat_ioctl(I2OGETIOPS)Alexey Khoroshilov1-2/+2
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+4
2013-11-13drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_register()Wei Yongjun1-6/+10
2013-10-16i2o: convert bus code to use dev_groupsGreg Kroah-Hartman3-13/+23
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2013-05-07block_device_operations->release() should return voidAl Viro1-6/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-180/+35
2013-05-01proc: Add proc_mkdir_data()David Howells1-6/+2
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter1-0/+10
2013-04-29mptctl: don't wank with fasync in ->release()Al Viro1-8/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-21/+21