aboutsummaryrefslogtreecommitdiff
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Gravatar Rafael J. Wysocki 1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageGravatar Kent Overstreet 1-4/+4
2013-11-13drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o...Gravatar Wei Yongjun 1-6/+10
2013-10-16i2o: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 3-13/+23
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Gravatar Kees Cook 1-2/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-6/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-180/+35
2013-05-01proc: Add proc_mkdir_data()Gravatar David Howells 1-6/+2
2013-04-30i2o: check copy_from_user() size parameterGravatar Dan Carpenter 1-0/+10
2013-04-29mptctl: don't wank with fasync in ->release()Gravatar Al Viro 1-8/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 2-21/+21
2013-04-09fusion: switch to ->show_info()Gravatar Al Viro 5-95/+11
2013-04-09i2o: use proc_remove_subtree()Gravatar Al Viro 1-50/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageGravatar Kent Overstreet 1-3/+3
2013-01-03Drivers: message: remove __dev* attributes.Gravatar Greg Kroah-Hartman 4-13/+11
2012-12-18drivers/message/fusion/mptscsih.c: missing breakGravatar Alan Cox 1-0/+1