aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-11[SCSI] mptfusion: Setting period,offset and width for SPI driverKashyap, Desai1-0/+5
2010-04-11[SCSI] mptfusion: Proper bus_type check is addedKashyap, Desai3-1/+12
2010-04-11[SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai2-5/+6
2010-04-11[SCSI] mptfusion: mpt config will do Hard Reset based upon retry countsKashyap, Desai1-2/+7
2010-04-11[SCSI] mptfusion: Updated SCSI IO IOCTL error handling.Kashyap, Desai1-75/+86
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai5-10/+177
2010-04-11[SCSI] mpt: modify mptctl_exit() to call proper deregister functionsKei Tokunaga1-1/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo10-0/+10
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-8/+3
2010-03-01Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+2
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-19/+231
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-19/+231
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-17[SCSI] fusion: hold off error recovery while alternate ioc is initializingMichael Reed1-6/+11
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+3
2010-02-08[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v...Kashyap, Desai1-1/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+6
2010-01-18[SCSI] mptfusion: Bump version 03.04.14Kashyap, Desai1-2/+2
2010-01-18[SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com...Kashyap, Desai1-2/+2
2010-01-18[SCSI] mptfusion: block device when target is being removed by FWKashyap, Desai1-5/+20
2010-01-18[SCSI] mptfusion: Added sysfs expander manufacture information at the time of...Kashyap, Desai1-0/+186
2010-01-18[SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priorityKashyap, Desai1-2/+7
2010-01-18[SCSI] fusion: fix warning when not using procfsErik Ekman1-2/+3
2010-01-17[SCSI] mptsas: Fix issue with chain pools allocation on katmaiAnatolij Gustschin1-0/+2
2010-01-07drivers/message/i2o/i2o_proc.c: use %pM to show MAC addressH Hartley Sweeten1-8/+3
2010-01-04i2o: propogate the BKL down into the ioctl methodAlan Cox1-7/+6
2009-12-10[SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources.Pravin Bathija1-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2-3/+9
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-3/+3
2009-10-29[SCSI] mptfusion: Bump version to 3.04.13Kashyap, Desai1-2/+2
2009-10-29[SCSI] mptspi: Fix for incorrect data underrun errataKashyap, Desai1-5/+81
2009-10-29[SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me...Kashyap, Desai1-4/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-2/+2
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds7-208/+77
2009-09-12[SCSI] mptsas : Bump version to 3.04.12Kashyap, Desai1-2/+2
2009-09-12[SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CA...Kashyap, Desai1-7/+1
2009-09-12[SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai1-1/+11
2009-09-12[SCSI] mptsas : PAE Kernel more than 4 GB kernel panicKashyap, Desai1-5/+5
2009-09-12[SCSI] mptsas : NULL pointer on big endian systems causing Expander not to te...Kashyap, Desai1-0/+1
2009-09-12[SCSI] mptsas : Sanity check for phyinfo is addedKashyap, Desai1-1/+7
2009-08-22[SCSI] mptsas : Bump version to 3.04.11Kashyap, Desai1-2/+2
2009-08-22[SCSI] mptsas : Code cleanup of host page alloc and diag reset.Kashyap, Desai1-54/+30
2009-08-22[SCSI] mptsas : set max_id to infinite value.Kashyap, Desai2-4/+6
2009-08-22[SCSI] mptsas : Change config request timeout value to 30 seconds.Kashyap, Desai1-9/+10
2009-08-22[SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s...Kashyap, Desai1-1/+1
2009-08-22[SCSI] mptsas : Removed mptscsih_timer_expired.Kashyap, Desai6-122/+0
2009-08-22[SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices.Kashyap, Desai2-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-22fusion: mptsas, fix lock imbalanceJiri Slaby1-2/+2
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-4/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller12-2491/+4602
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap2-4/+3
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-2/+2
2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante1-3/+3
2009-06-12[SCSI] Merge branch 'linus'James Bottomley2-34/+31
2009-06-09[SCSI] mpt fusion: fix up doc book commentsJames Bottomley2-13/+8
2009-06-09[SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai4-0/+230
2009-06-09[SCSI] mpt fusion: Queue full event handlingKashyap, Desai2-0/+139
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai5-62/+527
2009-06-09[SCSI] mpt fusion: Put IOC into ready state if it not already in ready stateKashyap, Desai1-0/+16
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai6-294/+443
2009-06-09[SCSI] mpt fusion: Rescan SAS topology addedKashyap, Desai2-3/+172
2009-06-09[SCSI] mpt fusion: SAS topology scan changes, expander eventsKashyap, Desai2-236/+515
2009-06-09[SCSI] mpt fusion: Firmware event implementation using seperate WorkQueueKashyap, Desai4-446/+984
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai6-320/+394
2009-06-09[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai8-74/+105
2009-06-09[SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai5-313/+239
2009-06-09[SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai7-330/+248
2009-06-09[SCSI] mpt fusion: config path optimized, completion queue is usedKashyap, Desai4-285/+255
2009-06-09[SCSI] mpt fusion: Optimized SendEvent notification Using Doorbell instead FIFOKashyap, Desai1-34/+42
2009-06-09[SCSI] mpt fusion: Added support for MPT discovery completion checkKashyap, Desai3-2/+80
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai8-188/+318
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-2/+3
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-1/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+3
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-2/+4
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-12/+4
2009-05-11block: cleanup rq->data_len usagesTejun Heo2-11/+11
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-9/+11
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-1/+1
2009-05-11block: add rq->resid_lenTejun Heo1-2/+1
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-1/+1
2009-04-21scsi: mpt: suppress debugobjects warningEric Paris1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang3-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang3-5/+5
2009-04-03[SCSI] mptsas: remove unneeded checkAlan Cox1-3/+2
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-02-22[SCSI] mpt: fix disable lsi sas to use msi as defaultYinghai Lu1-2/+2
2009-01-13[SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai3-0/+43
2009-01-13[SCSI] mpt fusion: Add separate msi enable disable for FC,SPI,SASKashyap, Desai1-13/+37
2009-01-13[SCSI] mpt fusion: Update MPI Headers to version 01.05.19Kashyap, Desai14-53/+191
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+3
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller5-10/+7
2009-01-07fusion: convert devices to new APIStephen Hemminger1-27/+17