summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy2015-11-121-3101/+0Star
* mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan2015-09-061-7/+31
* mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy2015-01-131-1/+2
* mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy2014-09-161-1/+1
* mpt2sas: Remove uses of serial_numberMatthew Wilcox2014-05-281-1/+1
* [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy2013-09-031-1/+1
* [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callb...Sreekanth Reddy2013-09-031-4/+8
* mpt2sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0Star
* [SCSI] mpt2sas: fix double mutex lock in NON_BLOCKING stateAlexey Khoroshilov2012-09-241-3/+5
* [SCSI] mpt2sas: Provide sysfs attribute to report Backup Rail Monitor Statussreekanth.reddy@lsi.com2012-08-241-0/+70
* [SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com2012-08-241-1/+1
* [SCSI] mpt2sas: Fix security scan issues reported by source code analysis toolnagalakshmi.nandigama@lsi.com2012-04-231-2/+10
* [SCSI] mpt2sas : Perform Target Reset instead of HBA reset when a SATA_PASSTH...nagalakshmi.nandigama@lsi.com2012-04-231-1/+2
* [SCSI] mpt2sas: Removed redundant global mutex for IOCTLsnagalakshmi.nandigama@lsi.com2012-04-231-175/+122Star
* [SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revisionSergei Shtylyov2012-03-281-3/+1Star
* [SCSI] mpt2sas: Rearrange the the code so that the completion queues are init...nagalakshmi.nandigama@lsi.com2011-12-151-4/+4
* [SCSI] mpt2sas: New feature - Fast Load Supportnagalakshmi.nandigama@lsi.com2011-10-301-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-291-0/+28
|\
| * [SCSI] mpt2sas: Added NUNA IO support in driver which uses multi-reply queue ...nagalakshmi.nandigama@lsi.com2011-09-221-0/+28
* | Remove unneeded version.h includes from drivers/scsi/Jesper Juhl2011-09-151-1/+0Star
|/
* [SCSI] mpt2sas: fix broadcast AEN and task management issueKashyap, Desai2011-06-291-1/+1
* [SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPCKashyap, Desai2011-06-291-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-05-201-1/+4
|\
| * [SCSI] mpt2sas : WarpDrive New product SSS6200 support addedKashyap, Desai2011-05-011-1/+4
* | [SCSI] mpt2sas: prevent heap overflows and unchecked readsDan Rosenberg2011-04-241-2/+21
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] mpt2sas: Removed compiler warnnings when logging is disabledKashyap, Desai2010-12-211-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+6
|/
* [SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore2010-07-271-2/+2
* [SCSI] mpt2sas: Copy message frame before releasing to free pool to have a lo...Kashyap, Desai2010-07-271-18/+38
* [SCSI] mpt2sas: Copy sense buffer instead of working on direct memory locationKashyap, Desai2010-07-271-4/+21
* [SCSI] mpt2sas: Tie a log info message to a specific PHY.Kashyap, Desai2010-07-271-0/+42
* [SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai2010-07-271-34/+34
* [SCSI] mpt2sas: Added sysfs support for trace bufferKashyap, Desai2010-07-271-0/+192
* [SCSI] mpt2sas: Added sysfs counter for ioc resetKashyap, Desai2010-07-271-0/+24
* [SCSI] mpt2sas: Send default descriptor for RAID pass through in mpt2ctlKashyap, Desai2010-04-111-2/+5
* [SCSI] mpt2sas: Copyright 2010.Kashyap, Desai2010-04-111-1/+1
* [SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai2010-04-111-6/+7
* [SCSI] mpt2sas: Fix for little endianKashyap, Desai2010-04-111-12/+14
* [SCSI] mpt2sas: Use compat_ptr to setup the pointer compatibility.Kashyap, Desai2010-02-091-8/+4Star
* [SCSI] mpt2sas: Return -ENODATA on IOCTL timeoutKashyap, Desai2010-02-091-0/+1
* [SCSI] mpt2sas : PPC (power pc) endian bug fix'sKashyap, Desai2009-10-291-5/+6
* [SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little ...Kashyap, Desai2009-10-291-1/+1
* [SCSI] mpt2sas: Add Extended Type for Diagnostic Buffer supportKashyap, Desai2009-10-291-2/+16
* [SCSI] mpt2sas: Added command line option diag_buffer_enable.Kashyap, Desai2009-10-291-37/+88
* [SCSI] mpt2sas: Support for stopping driver when Firmware encountersKashyap, Desai2009-10-291-2/+39
* [SCSI] mpt2sas: Call init_completion on a per request basis.Kashyap, Desai2009-10-021-0/+4
* [SCSI] mpt2sas: Target Reset will be issued from Interrupt context.Kashyap, Desai2009-10-021-6/+10