aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-01-30scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter1-0/+2
2018-01-17scsi: mptsas: remove duplicated assignment to pointer headColin Ian King1-1/+0
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko1-18/+7
2018-01-08scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang1-1/+1
2017-12-07scsi: fusion: clean up some indentationsColin Ian King1-28/+29
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman15-0/+15
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-42/+37
2017-08-25scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke1-4/+3
2017-08-25scsi: mptfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke1-9/+1
2017-08-07scsi: fusion: fix string overflow warningArnd Bergmann1-4/+4
2017-04-24scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke3-4/+15
2017-04-24scsi: fusion: fix spelling mistake: "Persistancy" -> "Persistency"Colin Ian King1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-2/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-1/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2017-01-05scsi: mptlan: Remove linux/miscdevice.h from mptlan.hCorentin Labbe1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-25/+14
2016-11-17scsi: mptfusion: Fix printk continuationsHelge Deller1-7/+7
2016-11-08scsi: fusion: print lan address via %pMRAndy Shevchenko1-10/+4
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig1-8/+3
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-11/+4
2016-09-14scsi: fusion: Fix error return code in mptfc_probe()Wei Yongjun1-1/+3
2016-09-02scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-3/+4
2016-09-02scsi: mptfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+2
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-29mptsas: fix checks for dma mapping errorsAlexey Khoroshilov1-2/+2
2016-04-11scsi: disable automatic target scanHannes Reinecke1-1/+1
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/j...Linus 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/gi...Linus 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...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/vir...Linus 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
2013-04-09fusion: switch to ->show_info()Al Viro5-95/+11
2013-04-09i2o: use proc_remove_subtree()Al Viro1-50/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet1-3/+3
2013-01-03Drivers: message: remove __dev* attributes.Greg Kroah-Hartman4-13/+11
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2012-11-28messages: i2o: Fix typo in messages/i2oMasanari Iida3-8/+8
2012-09-14[SCSI] Fusion MPT: disable pci device when mpt map resoures failedHanjun Guo1-7/+11
2012-07-30drivers/message/i2o/i2o_config.c: bound allocationAlan Cox1-0/+7
2012-07-30drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka1-15/+22
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-11/+5
2012-05-31drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2-11/+5
2012-05-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2012-05-22[SCSI] mptfusion: unlock on error in mpt_config()Dan Carpenter1-0/+1
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-13/+0
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds4-3/+8
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-12-15[SCSI] mptsas: Add device ID for SAS1068_820XELP.Chandrakala Chavva2-0/+3
2011-12-15[SCSI] fusion: ensure NUL-termination of MptCallbacksName elementsFerenc Wagner2-3/+5
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-10-31drivers/message: Add module.h to i2o/pci.cPaul Gortmaker1-0/+1
2011-09-22[SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E...nagalakshmi.nandigama@lsi.com1-1/+2
2011-08-27[SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com4-5/+47
2011-08-27[SCSI] mptfusion: Bump version 3.4.20kashyap.desai@lsi.com1-2/+2
2011-08-27[SCSI] mptfusion: Avoid out of order Event processing due to cpu migrationkashyap.desai@lsi.com1-7/+9
2011-08-27[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com5-30/+105
2011-08-27[SCSI] mptfusion: Set max sector count module parameterkashyap.desai@lsi.com1-0/+20
2011-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2011-07-27[SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN E...Kashyap, Desai1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-13/+11
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds5-15/+32
2011-05-17[SCSI] mptsas: Fix annoying warningBorislav Petkov1-2/+2
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-01[SCSI] mptfusion: Bump version 3.4.19Kashyap, Desai1-2/+2
2011-05-01[SCSI] mptfusion: Adding inline data padding support for TAPE drive.Kashyap, Desai1-0/+22
2011-05-01[SCSI] mptfusion: Remove debug print from mptscsih_qcmd()Kashyap, Desai1-4/+1
2011-05-01[SCSI] fusion: do not check serial_number in the abort handlerChristoph Hellwig1-5/+3
2011-05-01[SCSI] remove cmd->serial_number litterChristoph Hellwig1-2/+2
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-12/+10
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi10-27/+27
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+8
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds5-4/+16
2011-03-17message: change to new flag variablematt mooney1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-5/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+1
2011-03-09i2o_block: Convert to bdops->check_events()Tejun Heo1-4/+7
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo3-5/+14
2011-02-12[SCSI] mptfusion: Remove bus reset for mptsas moduleKashyap, Desai1-1/+0
2011-02-12[SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai4-2/+13
2011-02-12[SCSI] mptfusion: Bump version 03.04.18Kashyap, Desai1-2/+2
2011-02-12[SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_resetKashyap, Desai1-3/+4
2011-02-12[SCSI] mptfusion: mptctl_release is required in mptctl.cKashyap, Desai1-0/+8
2011-02-01i2o: use alloc_workqueue() instead of create_workqueue()Tejun Heo1-1/+2
2011-01-24[SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo()Jesper Juhl1-1/+3
2011-01-19drivers/message/, i2o: Remove unnecessary casts of void ptr returning alloc f...Jesper Juhl1-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina4-7/+14
2010-11-16SCSI host lock push-downJeff Garzik4-7/+14
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König4-4/+4
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+3
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2-18/+20
2010-09-05[SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failureJulia Lawall1-1/+3
2010-08-14fusion: add function parameter names to kernel-docRandy Dunlap1-0/+2
2010-08-14fusion: fix non-kernel-doc comment blockRandy Dunlap1-1/+1
2010-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-2/+1
2010-08-11fusion: fix kernel-doc warningsRandy Dunlap1-2/+0
2010-08-11i2o: check return code from put_user()Kulikov Vasiliy1-7/+9
2010-08-11i2o: fix overflow of copy_to_user()Kulikov Vasiliy1-1/+1
2010-08-11drivers/message/i2o/exec-osm.c: add missing mutex_unlockJulia Lawall1-2/+6
2010-08-11mpt fusion: convert to seq_fileAlexey Dobriyan2-142/+119
2010-08-11drivers/message: move dereference after NULL testJulia Lawall2-3/+3
2010-08-11param: use module_param in drivers/message/fusion/mptbase.cRusty Russell1-2/+1
2010-08-11[SCSI] drivers/message/fusion: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-7/+23
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann1-5/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-17/+5
2010-08-07scsi/i2o_block: cleanup ioctl handlingArnd Bergmann1-6/+18
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-07-28[SCSI] mptfusion: release resources in error return pathTomas Henzl1-0/+3
2010-07-28[SCSI] mptfusion: Bump version 03.04.17Kashyap, Desai1-2/+2
2010-07-28[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai7-26/+47
2010-07-28[SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai3-10/+157
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga4-15/+33
2010-07-27[SCSI] mptsas: fixed hot-removal processingKei Tokunaga1-1/+1
2010-07-27[SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.cBandan Das1-2/+0
2010-07-27[SCSI] mptfusion: Bump version 03.04.16Kashyap, Desai1-2/+2
2010-07-27[SCSI] mptfusion: Added missing reset for ioc_reset_in_progress in SoftResetKashyap, Desai1-0/+1
2010-07-27[SCSI] mptfusion: Added code for occationally SATA hotplug failure.Kashyap, Desai1-1/+30
2010-07-27[SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai4-21/+56
2010-07-27[SCSI] mptfusion: Added sanity to check B_T mapping for device before adding ...Kashyap, Desai2-0/+38
2010-07-27[SCSI] mptfusion: Corrected declaration of device_missing_delayKashyap, Desai2-3/+3
2010-07-27[SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSYKashyap, Desai1-1/+3
2010-07-27[SCSI] mptfusion: Set fw_events_off to 1 at driver load time.Kashyap, Desai1-0/+3
2010-07-27[SCSI] mptsas: fix hangs caused by ATA pass-throughRyan Kuester1-0/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina2-12/+5
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-2/+2
2010-05-27drivers/message/i2o/i2o_config.c: use memdup_userJulia Lawall1-8/+3
2010-05-24fusion: fix kernel-doc notationBen Hutchings1-4/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-109/+370
2010-04-26i2o: cleanup some exit pathsDan Carpenter1-10/+6
2010-04-11[SCSI] mptfusion: Bump version 03.04.15Kashyap, Desai1-2/+2
2010-04-11[SCSI] mptfusion: Proper error handling is added after mpt_config timeoutKashyap, Desai1-5/+11
2010-04-11[SCSI] mptfusion: Event data alignment with 4 byte.Kashyap, Desai1-1/+1
2010-04-11[SCSI] mptfusion: Check for command status is added after completion.Kashyap, Desai1-10/+16
2010-04-11[SCSI] mptfusion: Task abort is not supported for VolumesKashyap, Desai1-1/+13
2010-04-11[SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai3-0/+26