| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] mptsas: Add device ID for SAS1068_820XELP. | Chandrakala Chavva | 2011-12-15 | 1 | -0/+2 |
* | [SCSI] mptfusion: Fix for device offline while doing aggressive HBA reset | kashyap.desai@lsi.com | 2011-08-27 | 1 | -0/+9 |
* | [SCSI] mptfusion: Avoid out of order Event processing due to cpu migration | kashyap.desai@lsi.com | 2011-08-27 | 1 | -7/+9 |
* | [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error condition | kashyap.desai@lsi.com | 2011-08-27 | 1 | -0/+2 |
* | [SCSI] mptfusion: Set max sector count module parameter | kashyap.desai@lsi.com | 2011-08-27 | 1 | -0/+20 |
* | [SCSI] mptsas: Fix annoying warning | Borislav Petkov | 2011-05-17 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -4/+4 |
* | [SCSI] mptfusion: Remove bus reset for mptsas module | Kashyap, Desai | 2011-02-12 | 1 | -1/+0 |
* | [SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 Controllers | Kashyap, Desai | 2011-02-12 | 1 | -1/+5 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 1 | -1/+3 |
|\ |
|
| * | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
|/ |
|
* | [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e... | Kashyap, Desai | 2010-07-28 | 1 | -5/+10 |
* | [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMD | Kashyap, Desai | 2010-07-28 | 1 | -1/+124 |
* | [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeout | Kei Tokunaga | 2010-07-27 | 1 | -2/+3 |
* | [SCSI] mptsas: fixed hot-removal processing | Kei Tokunaga | 2010-07-27 | 1 | -1/+1 |
* | [SCSI] mptfusion: Added code for occationally SATA hotplug failure. | Kashyap, Desai | 2010-07-27 | 1 | -1/+30 |
* | [SCSI] mptfusion: schedule_target_reset from all Reset context | Kashyap, Desai | 2010-07-27 | 1 | -18/+41 |
* | [SCSI] mptfusion: Added sanity to check B_T mapping for device before adding ... | Kashyap, Desai | 2010-07-27 | 1 | -0/+37 |
* | [SCSI] mptfusion: Corrected declaration of device_missing_delay | Kashyap, Desai | 2010-07-27 | 1 | -2/+2 |
* | [SCSI] mptfusion: Proper error handling is added after mpt_config timeout | Kashyap, Desai | 2010-04-11 | 1 | -5/+11 |
* | [SCSI] mptfusion: Check for command status is added after completion. | Kashyap, Desai | 2010-04-11 | 1 | -10/+16 |
* | [SCSI] mptfusion: Proper bus_type check is added | Kashyap, Desai | 2010-04-11 | 1 | -0/+3 |
* | [SCSI] mptfusion: mpt_detach is called properly at the time of rmmod | Kashyap, Desai | 2010-04-11 | 1 | -0/+6 |
* | [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) | Kashyap, Desai | 2010-04-11 | 1 | -4/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | [SCSI] mptfusion: block device when target is being removed by FW | Kashyap, Desai | 2010-01-18 | 1 | -5/+20 |
* | [SCSI] mptfusion: Added sysfs expander manufacture information at the time of... | Kashyap, Desai | 2010-01-18 | 1 | -0/+186 |
* | [SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CA... | Kashyap, Desai | 2009-09-12 | 1 | -7/+1 |
* | [SCSI] mptsas : NULL pointer on big endian systems causing Expander not to te... | Kashyap, Desai | 2009-09-12 | 1 | -0/+1 |
* | [SCSI] mptsas : Sanity check for phyinfo is added | Kashyap, Desai | 2009-09-12 | 1 | -1/+7 |
* | [SCSI] mptsas : set max_id to infinite value. | Kashyap, Desai | 2009-08-22 | 1 | -3/+2 |
* | [SCSI] mptsas : Change config request timeout value to 30 seconds. | Kashyap, Desai | 2009-08-22 | 1 | -9/+10 |
* | [SCSI] mptsas : Removed mptscsih_timer_expired. | Kashyap, Desai | 2009-08-22 | 1 | -19/+0 |
* | [SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices. | Kashyap, Desai | 2009-08-22 | 1 | -1/+1 |
* | fusion: mptsas, fix lock imbalance | Jiri Slaby | 2009-06-22 | 1 | -2/+2 |
* | [SCSI] Merge branch 'linus' | James Bottomley | 2009-06-12 | 1 | -11/+11 |
|\ |
|
| * | block: set rq->resid_len to blk_rq_bytes() on issue | Tejun Heo | 2009-05-19 | 1 | -1/+2 |
| * | block: cleanup rq->data_len usages | Tejun Heo | 2009-05-11 | 1 | -10/+10 |
| * | block: add rq->resid_len | Tejun Heo | 2009-05-11 | 1 | -2/+1 |
* | | [SCSI] mpt fusion: fix up doc book comments | James Bottomley | 2009-06-09 | 1 | -9/+7 |
* | | [SCSI] mpt fusion: Added support for Broadcast primitives Event handling | Kashyap, Desai | 2009-06-09 | 1 | -0/+207 |
* | | [SCSI] mpt fusion: Queue full event handling | Kashyap, Desai | 2009-06-09 | 1 | -0/+133 |
* | | [SCSI] mpt fusion: RAID device handling and Dual port Raid support is added | Kashyap, Desai | 2009-06-09 | 1 | -60/+272 |
* | | [SCSI] mpt fusion: Code Cleanup patch | Kashyap, Desai | 2009-06-09 | 1 | -32/+62 |
* | | [SCSI] mpt fusion: Rescan SAS topology added | Kashyap, Desai | 2009-06-09 | 1 | -1/+168 |
* | | [SCSI] mpt fusion: SAS topology scan changes, expander events | Kashyap, Desai | 2009-06-09 | 1 | -236/+510 |
* | | [SCSI] mpt fusion: Firmware event implementation using seperate WorkQueue | Kashyap, Desai | 2009-06-09 | 1 | -442/+936 |
* | | [SCSI] mpt fusion: rewrite of ioctl_cmds internal generated function | Kashyap, Desai | 2009-06-09 | 1 | -6/+31 |
* | | [SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frame | Kashyap, Desai | 2009-06-09 | 1 | -54/+87 |