| Commit message (Expand) | Author | Age |
* | fusion: fix kernel-doc notation | Ben Hutchings | 2010-05-24 |
* | [SCSI] mptfusion: Bump version 03.04.15 | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Proper error handling is added after mpt_config timeout | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Event data alignment with 4 byte. | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Check for command status is added after completion. | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Task abort is not supported for Volumes | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: sanity check for vdevice pointer is added | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Setting period,offset and width for SPI driver | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Proper bus_type check is added | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: mpt_detach is called properly at the time of rmmod | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: mpt config will do Hard Reset based upon retry counts | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Updated SCSI IO IOCTL error handling. | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) | Kashyap, Desai | 2010-04-11 |
* | [SCSI] mpt: modify mptctl_exit() to call proper deregister functions | Kei Tokunaga | 2010-04-11 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-02-26 |
|\ |
|
| * | [SCSI] fusion: hold off error recovery while alternate ioc is initializing | Michael Reed | 2010-02-17 |
| * | [SCSI] mptfusion: Bump version 03.04.14 | Kashyap, Desai | 2010-01-18 |
| * | [SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com... | Kashyap, Desai | 2010-01-18 |
| * | [SCSI] mptfusion: block device when target is being removed by FW | Kashyap, Desai | 2010-01-18 |
| * | [SCSI] mptfusion: Added sysfs expander manufacture information at the time of... | Kashyap, Desai | 2010-01-18 |
| * | [SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priority | Kashyap, Desai | 2010-01-18 |
| * | [SCSI] fusion: fix warning when not using procfs | Erik Ekman | 2010-01-18 |
* | | [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v... | Kashyap, Desai | 2010-02-08 |
|/ |
|
* | [SCSI] mptsas: Fix issue with chain pools allocation on katmai | Anatolij Gustschin | 2010-01-17 |
* | [SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources. | Pravin Bathija | 2009-12-10 |
* | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2009-12-04 |
* | [SCSI] mptfusion: Bump version to 3.04.13 | Kashyap, Desai | 2009-10-29 |
* | [SCSI] mptspi: Fix for incorrect data underrun errata | Kashyap, Desai | 2009-10-29 |
* | [SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me... | Kashyap, Desai | 2009-10-29 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 |
* | trivial: fix typos "man[ae]g?ment" -> "management" | Uwe Kleine-Koenig | 2009-09-21 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2009-09-14 |
|\ |
|
| * | [SCSI] mptsas : Bump version to 3.04.12 | Kashyap, Desai | 2009-09-12 |
| * | [SCSI] mptsas : FW event thread and scsi mid layer deadlock in SYNCHRONIZE CA... | Kashyap, Desai | 2009-09-12 |
| * | [SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed device | Kashyap, Desai | 2009-09-12 |
| * | [SCSI] mptsas : PAE Kernel more than 4 GB kernel panic | Kashyap, Desai | 2009-09-12 |
| * | [SCSI] mptsas : NULL pointer on big endian systems causing Expander not to te... | Kashyap, Desai | 2009-09-12 |
| * | [SCSI] mptsas : Sanity check for phyinfo is added | Kashyap, Desai | 2009-09-12 |
| * | [SCSI] mptsas : Bump version to 3.04.11 | Kashyap, Desai | 2009-08-22 |
| * | [SCSI] mptsas : Code cleanup of host page alloc and diag reset. | Kashyap, Desai | 2009-08-22 |
| * | [SCSI] mptsas : set max_id to infinite value. | Kashyap, Desai | 2009-08-22 |
| * | [SCSI] mptsas : Change config request timeout value to 30 seconds. | Kashyap, Desai | 2009-08-22 |
| * | [SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s... | Kashyap, Desai | 2009-08-22 |
| * | [SCSI] mptsas : Removed mptscsih_timer_expired. | Kashyap, Desai | 2009-08-22 |
| * | [SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices. | Kashyap, Desai | 2009-08-22 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 |
|/ |
|
* | fusion: mptsas, fix lock imbalance | Jiri Slaby | 2009-06-22 |
* | convert some DMA_nnBIT_MASK() callers | Andrew Morton | 2009-06-19 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 |
|\ |
|