aboutsummaryrefslogtreecommitdiff
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-28messages: i2o: Fix typo in messages/i2oGravatar Masanari Iida 3-8/+8
2012-09-14[SCSI] Fusion MPT: disable pci device when mpt map resoures failedGravatar Hanjun Guo 1-7/+11
2012-07-30drivers/message/i2o/i2o_config.c: bound allocationGravatar Alan Cox 1-0/+7
2012-07-30drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Gravatar Kamil Dudka 1-15/+22
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 2-11/+5
2012-05-31drivers/message/fusion: use pci_dev->revisionGravatar Sergei Shtylyov 2-11/+5
2012-05-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2012-05-22[SCSI] mptfusion: unlock on error in mpt_config()Gravatar Dan Carpenter 1-0/+1
2012-05-17MCA: delete all remaining traces of microchannel bus support.Gravatar Paul Gortmaker 1-13/+0
2012-05-15tokenring: delete all remaining driver supportGravatar Paul Gortmaker 1-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceGravatar Yinghai Lu 1-1/+1
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Gravatar Linus Torvalds 4-3/+8
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-01-03switch procfs to umode_t useGravatar Al Viro 1-1/+1
2011-12-15[SCSI] mptsas: Add device ID for SAS1068_820XELP.Gravatar Chandrakala Chavva 2-0/+3
2011-12-15[SCSI] fusion: ensure NUL-termination of MptCallbacksName elementsGravatar Ferenc Wagner 2-3/+5
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Gravatar Justin P. Mattock 1-1/+1
2011-10-31drivers/message: Add module.h to i2o/pci.cGravatar Paul Gortmaker 1-0/+1
2011-09-22[SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E...Gravatar nagalakshmi.nandigama@lsi.com 1-1/+2
2011-08-27[SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetGravatar kashyap.desai@lsi.com 4-5/+47
2011-08-27[SCSI] mptfusion: Bump version 3.4.20Gravatar kashyap.desai@lsi.com 1-2/+2
2011-08-27[SCSI] mptfusion: Avoid out of order Event processing due to cpu migrationGravatar kashyap.desai@lsi.com 1-7/+9
2011-08-27[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionGravatar kashyap.desai@lsi.com 5-30/+105
2011-08-27[SCSI] mptfusion: Set max sector count module parameterGravatar kashyap.desai@lsi.com 1-0/+20
2011-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-1/+1
2011-07-27[SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN E...Gravatar Kashyap, Desai 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-4/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-13/+11