aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-11mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy1-3101/+0
2015-09-06mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan1-7/+31
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy1-1/+2
2014-09-16mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy1-1/+1
2014-05-28mpt2sas: Remove uses of serial_numberMatthew Wilcox1-1/+1
2013-09-03[SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy1-1/+1
2013-09-03[SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callback functionSreekanth Reddy1-4/+8
2013-04-29mpt2sas: don't wank with fasync on ->release()Al Viro1-14/+0
2012-09-24[SCSI] mpt2sas: fix double mutex lock in NON_BLOCKING stateAlexey Khoroshilov1-3/+5
2012-08-24[SCSI] mpt2sas: Provide sysfs attribute to report Backup Rail Monitor Statussreekanth.reddy@lsi.com1-0/+70
2012-08-24[SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com1-1/+1
2012-04-23[SCSI] mpt2sas: Fix security scan issues reported by source code analysis toolnagalakshmi.nandigama@lsi.com1-2/+10
2012-04-23[SCSI] mpt2sas : Perform Target Reset instead of HBA reset when a SATA_PASSTHROUGH cmd timeout happensnagalakshmi.nandigama@lsi.com1-1/+2
2012-04-23[SCSI] mpt2sas: Removed redundant global mutex for IOCTLsnagalakshmi.nandigama@lsi.com1-175/+122
2012-03-28[SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revisionSergei Shtylyov1-3/+1
2011-12-15[SCSI] mpt2sas: Rearrange the the code so that the completion queues are initialized prior to sending the request to controller firmwarenagalakshmi.nandigama@lsi.com1-4/+4
2011-10-30[SCSI] mpt2sas: New feature - Fast Load Supportnagalakshmi.nandigama@lsi.com1-2/+7
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+28
2011-09-22[SCSI] mpt2sas: Added NUNA IO support in driver which uses multi-reply queue support of the HBAnagalakshmi.nandigama@lsi.com1-0/+28
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl1-1/+0
2011-06-29[SCSI] mpt2sas: fix broadcast AEN and task management issueKashyap, Desai1-1/+1
2011-06-29[SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPCKashyap, Desai1-5/+5
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+4
2011-05-01[SCSI] mpt2sas : WarpDrive New product SSS6200 support addedKashyap, Desai1-1/+4
2011-04-24[SCSI] mpt2sas: prevent heap overflows and unchecked readsDan Rosenberg1-2/+21
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-21[SCSI] mpt2sas: Removed compiler warnnings when logging is disabledKashyap, Desai1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-07-27[SCSI] mpt2sas: driver fails to recover from injected PCIe bus errorsEric Moore1-2/+2
2010-07-27[SCSI] mpt2sas: Copy message frame before releasing to free pool to have a local reference.Kashyap, Desai1-18/+38
2010-07-27[SCSI] mpt2sas: Copy sense buffer instead of working on direct memory locationKashyap, Desai1-4/+21
2010-07-27[SCSI] mpt2sas: Tie a log info message to a specific PHY.Kashyap, Desai1-0/+42
2010-07-27[SCSI] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFOKashyap, Desai1-34/+34
2010-07-27[SCSI] mpt2sas: Added sysfs support for trace bufferKashyap, Desai1-0/+192
2010-07-27[SCSI] mpt2sas: Added sysfs counter for ioc resetKashyap, Desai1-0/+24
2010-04-11[SCSI] mpt2sas: Send default descriptor for RAID pass through in mpt2ctlKashyap, Desai1-2/+5
2010-04-11[SCSI] mpt2sas: Copyright 2010.Kashyap, Desai1-1/+1
2010-04-11[SCSI] mpt2sas: removed use of tm_cmds.mutex in IOCTL branch.Kashyap, Desai1-6/+7
2010-04-11[SCSI] mpt2sas: Fix for little endianKashyap, Desai1-12/+14
2010-02-08[SCSI] mpt2sas: Use compat_ptr to setup the pointer compatibility.Kashyap, Desai1-8/+4
2010-02-08[SCSI] mpt2sas: Return -ENODATA on IOCTL timeoutKashyap, Desai1-0/+1
2009-10-29[SCSI] mpt2sas : PPC (power pc) endian bug fix'sKashyap, Desai1-5/+6
2009-10-29[SCSI] mpt2sas: mpt2sas_base_get_sense_buffer_dma should be returning little endianKashyap, Desai1-1/+1
2009-10-29[SCSI] mpt2sas: Add Extended Type for Diagnostic Buffer supportKashyap, Desai1-2/+16
2009-10-29[SCSI] mpt2sas: Added command line option diag_buffer_enable.Kashyap, Desai1-37/+88
2009-10-29[SCSI] mpt2sas: Support for stopping driver when Firmware encountersKashyap, Desai1-2/+39
2009-10-02[SCSI] mpt2sas: Call init_completion on a per request basis.Kashyap, Desai1-0/+4
2009-10-02[SCSI] mpt2sas: Target Reset will be issued from Interrupt context.Kashyap, Desai1-6/+10