aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu1-18/+3
2018-11-06scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu1-1/+1
2018-10-17scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig1-16/+18
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches1-285/+208
2018-06-19scsi: mpt3sas: Improve kernel-doc headersBart Van Assche1-116/+151
2018-06-19scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler()Bart Van Assche1-40/+49
2018-06-19scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche1-0/+1
2018-06-18scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal commands during controller reset.Chaitra P B1-23/+15
2018-05-08scsi: mpt3sas: For NVME device, issue a protocol level resetChaitra P B1-4/+18
2018-05-08scsi: mpt3sas: Bug fix for big endian systems.Chaitra P B1-5/+6
2018-02-27scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura controllers.Suganath Prabu S1-11/+11
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+12
2018-01-10scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani1-9/+8
2018-01-10scsi: mpt3sas: simplify mpt3sas_scsi_issue_tm()Hannes Reinecke1-2/+2
2018-01-10scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke1-8/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-03scsi: mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log infoSuganath Prabu Subramani1-30/+58
2017-11-03scsi: mpt3sas: Added support for nvme encapsulated request message.Suganath Prabu Subramani1-6/+63
2017-11-03scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani1-0/+1
2017-09-25scsi: mpt3sas: remove redundant copy_from_user in _ctl_getiocinfoMeng Xu1-6/+0
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-31scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B1-1/+3
2016-12-14scsi: mpt3sas: Recognize and act on iopriority infoAdam Manzanares1-2/+41
2016-11-08scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS35 devices.Suganath Prabu Subramani1-11/+11
2016-11-08scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.Suganath Prabu Subramani1-1/+4
2016-11-08scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani1-7/+39
2016-08-08mpt3sas: Fix warnings exposed by W=1Calvin Owens1-17/+12
2016-08-08mpt3sas: Eliminate dead sleep_flag codeCalvin Owens1-10/+5
2016-08-08mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm()Calvin Owens1-3/+2
2016-02-23mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.Suganath prabu Subramani1-1/+1
2016-02-23mpt3sas: Fix static analyzer(coverity) tool identified defectsSuganath prabu Subramani1-1/+2
2016-02-23mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani1-7/+25
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy1-28/+123
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy1-8/+34
2015-11-11mpt3sas: sysfs attribute to report Backup Rail Monitor StatusSreekanth Reddy1-0/+74
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy1-1/+4
2015-11-11mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy1-9/+1
2015-11-11mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy1-3/+15
2015-11-11mpt3sas: Move Gen3 HBA's device registration to a separate fileSreekanth Reddy1-21/+0
2015-11-11mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy1-20/+20
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy1-1/+2
2014-09-16mpt3sas: Copyright in driver sources is updated for year the 2014.Sreekanth Reddy1-1/+1
2014-05-28mpt3sas: Remove uses of serial_numberMatthew Wilcox1-1/+1
2013-07-09[SCSI] mpt3sas: 2013 source code copyrightSreekanth Reddy1-1/+1
2013-04-29mpt3sas: don't wank with fasync on ->release()Al Viro1-14/+0
2013-01-29[SCSI] mpt3sas: Remove unneeded version.h header inclusionSachin Kamat1-1/+0
2013-01-29[SCSI] mpt3sas: cut and paste bug storing trigger mpiDan Carpenter1-1/+1
2012-12-01[SCSI] mpt3sas: add new driver supporting 12GB SASSreekanth Reddy1-0/+3297