| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: Create two versions of scsi_internal_device_unblock() | Bart Van Assche | 2017-06-12 | 1 | -2/+2 |
* | scsi: Split scsi_internal_device_block() | Bart Van Assche | 2017-06-12 | 1 | -2/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-05-04 | 1 | -1/+0 |
|\ |
|
| * | scsi: sas: move scsi_remove_host call into sas_remove_host | Johannes Thumshirn | 2017-04-21 | 1 | -1/+0 |
* | | scsi: mpt3sas: Avoid sleeping in interrupt context | Bart Van Assche | 2017-03-01 | 1 | -2/+2 |
* | | scsi: sd: Check for unaligned partial completion | Damien Le Moal | 2017-03-01 | 1 | -15/+0 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-02-21 | 1 | -11/+45 |
|\ |
|
| * | scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices. | Chaitra P B | 2017-01-31 | 1 | -3/+28 |
| * | scsi: mpt3sas: Added print to notify cable running at a degraded speed. | Chaitra P B | 2017-01-31 | 1 | -8/+17 |
* | | Merge branch 'for-4.11/next' into for-4.11/linus-merge | Jens Axboe | 2017-02-17 | 1 | -1/+1 |
|\ \ |
|
* | | | scsi: mpt3sas: disable ASPM for MPI2 controllers | ojab | 2017-02-09 | 1 | -0/+3 |
* | | | scsi: mpt3sas: Force request partial completion alignment | Ram Pai | 2017-01-31 | 1 | -0/+15 |
|/ / |
|
* / | scsi: mpt3sas: fix hang on ata passthrough commands | James Bottomley | 2017-01-17 | 1 | -14/+26 |
|/ |
|
* | scsi: mpt3sas: Recognize and act on iopriority info | Adam Manzanares | 2016-12-14 | 1 | -1/+33 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2016-12-14 | 1 | -32/+97 |
|\ |
|
| * | scsi: mpt3sas: fix some spelling mistakes in message and comments | Colin Ian King | 2016-11-08 | 1 | -8/+8 |
| * | scsi: mpt3sas: Fix for Endianness issue. | Suganath Prabu Subramani | 2016-11-08 | 1 | -5/+7 |
| * | scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3... | Suganath Prabu Subramani | 2016-11-08 | 1 | -12/+12 |
| * | scsi: mpt3sas: set EEDP-escape-flags for SAS35 devices. | Suganath Prabu Subramani | 2016-11-08 | 1 | -0/+3 |
| * | scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices. | Suganath Prabu Subramani | 2016-11-08 | 1 | -2/+9 |
| * | scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header. | Suganath Prabu Subramani | 2016-11-08 | 1 | -0/+31 |
| * | scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path | Suganath Prabu Subramani | 2016-11-08 | 1 | -1/+23 |
| * | scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or ... | Suganath Prabu Subramani | 2016-11-08 | 1 | -4/+4 |
* | | scsi: mpt3sas: Unblock device after controller reset | Suganath Prabu S | 2016-11-22 | 1 | -5/+8 |
* | | scsi: mpt3sas: Fix secure erase premature termination | Andrey Grodzovsky | 2016-11-12 | 1 | -1/+14 |
* | | scsi: mpt3sas: Fix for block device of raid exists even after deleting raid disk | Sreekanth Reddy | 2016-11-01 | 1 | -2/+2 |
|/ |
|
* | mpt3sas: Don't spam logs if logging level is 0 | Johannes Thumshirn | 2016-08-08 | 1 | -1/+1 |
* | mpt3sas: Fix warnings exposed by W=1 | Calvin Owens | 2016-08-08 | 1 | -37/+33 |
* | mpt3sas: Eliminate dead sleep_flag code | Calvin Owens | 2016-08-08 | 1 | -13/+8 |
* | mpt3sas: Eliminate conditional locking in mpt3sas_scsih_issue_tm() | Calvin Owens | 2016-08-08 | 1 | -35/+31 |
* | mpt3sas: Ensure the connector_name string is NUL-terminated | Calvin Owens | 2016-08-08 | 1 | -4/+6 |
* | mpt3sas: Fix panic when aer correct error occurred | Kefeng Wang | 2016-07-15 | 1 | -2/+5 |
* | mpt3sas: set num_phys after allocating phy[] space | Joe Lawrence | 2016-07-12 | 1 | -9/+11 |
* | mpt3sas: add missing curly braces | Dan Carpenter | 2016-05-22 | 1 | -1/+2 |
* | mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMs | Chaitra P B | 2016-05-11 | 1 | -1/+3 |
* | mpt3sas: Set maximum transfer length per IO to 4MB for VDs | Chaitra P B | 2016-05-11 | 1 | -0/+8 |
* | mpt3sas: Fix initial Reference tag field for 4K PI drives. | Chaitra P B | 2016-05-11 | 1 | -1/+1 |
* | mpt3sas: Handle active cable exception event | Chaitra P B | 2016-05-11 | 1 | -0/+13 |
* | mpt3sas - remove unused fw_event_work elements | Joe Lawrence | 2016-04-25 | 1 | -6/+4 |
* | mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim... | Suganath prabu Subramani | 2016-02-23 | 1 | -3/+9 |
* | mpt3sas: Make use of additional HighPriority credit message frames for sendin... | Suganath prabu Subramani | 2016-02-23 | 1 | -4/+150 |
* | mpt3sas: Never block the Enclosure device | Suganath prabu Subramani | 2016-02-23 | 1 | -1/+21 |
* | mpt3sas: Fix static analyzer(coverity) tool identified defects | Suganath prabu Subramani | 2016-02-23 | 1 | -2/+2 |
* | mpt3sas: Added support for high port count HBA variants. | Suganath prabu Subramani | 2016-02-23 | 1 | -11/+69 |
* | mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T... | Sreekanth Reddy | 2015-11-13 | 1 | -2/+1 |
* | mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs | Sreekanth Reddy | 2015-11-11 | 1 | -109/+372 |
* | mpt3sas: setpci reset kernel oops fix | Sreekanth Reddy | 2015-11-11 | 1 | -0/+12 |
* | mpt3sas: Refcount fw_events and fix unsafe list usage | Sreekanth Reddy | 2015-11-11 | 1 | -22/+94 |
* | mpt3sas: Refcount sas_device objects and fix unsafe list usage | Sreekanth Reddy | 2015-11-11 | 1 | -149/+331 |
* | mpt3sas: Ported WarpDrive product SSS6200 support | Sreekanth Reddy | 2015-11-11 | 1 | -38/+222 |