Age | Commit message (Expand) | Author | Files | Lines |
2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -12/+5 |
2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -2/+2 |
2010-05-27 | drivers/message/i2o/i2o_config.c: use memdup_user | Julia Lawall | 1 | -8/+3 |
2010-05-24 | fusion: fix kernel-doc notation | Ben Hutchings | 1 | -4/+2 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 8 | -109/+370 |
2010-04-26 | i2o: cleanup some exit paths | Dan Carpenter | 1 | -10/+6 |
2010-04-11 | [SCSI] mptfusion: Bump version 03.04.15 | Kashyap, Desai | 1 | -2/+2 |
2010-04-11 | [SCSI] mptfusion: Proper error handling is added after mpt_config timeout | Kashyap, Desai | 1 | -5/+11 |
2010-04-11 | [SCSI] mptfusion: Event data alignment with 4 byte. | Kashyap, Desai | 1 | -1/+1 |
2010-04-11 | [SCSI] mptfusion: Check for command status is added after completion. | Kashyap, Desai | 1 | -10/+16 |
2010-04-11 | [SCSI] mptfusion: Task abort is not supported for Volumes | Kashyap, Desai | 1 | -1/+13 |
2010-04-11 | [SCSI] mptfusion: sanity check for vdevice pointer is added | Kashyap, Desai | 3 | -0/+26 |
2010-04-11 | [SCSI] mptfusion: Setting period,offset and width for SPI driver | Kashyap, Desai | 1 | -0/+5 |
2010-04-11 | [SCSI] mptfusion: Proper bus_type check is added | Kashyap, Desai | 3 | -1/+12 |
2010-04-11 | [SCSI] mptfusion: mpt_detach is called properly at the time of rmmod | Kashyap, Desai | 2 | -5/+6 |
2010-04-11 | [SCSI] mptfusion: mpt config will do Hard Reset based upon retry counts | Kashyap, Desai | 1 | -2/+7 |
2010-04-11 | [SCSI] mptfusion: Updated SCSI IO IOCTL error handling. | Kashyap, Desai | 1 | -75/+86 |
2010-04-11 | [SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset) | Kashyap, Desai | 5 | -10/+177 |
2010-04-11 | [SCSI] mpt: modify mptctl_exit() to call proper deregister functions | Kei Tokunaga | 1 | -1/+12 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 10 | -0/+10 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -8/+3 |
2010-03-01 | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -3/+2 |
2010-02-28 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 6 | -19/+231 |
2010-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 6 | -19/+231 |
2010-02-26 | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 1 | -2/+1 |
2010-02-26 | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 1 | -1/+1 |
2010-02-17 | [SCSI] fusion: hold off error recovery while alternate ioc is initializing | Michael Reed | 1 | -6/+11 |
2010-02-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -1/+3 |
2010-02-08 | [SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v... | Kashyap, Desai | 1 | -1/+1 |
2010-02-05 | tree-wide: fix typos "ammount" -> "amount" | Uwe Kleine-König | 1 | -1/+1 |
2010-01-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -7/+6 |
2010-01-18 | [SCSI] mptfusion: Bump version 03.04.14 | Kashyap, Desai | 1 | -2/+2 |
2010-01-18 | [SCSI] mptfusion: corrected if condition check for SCSIIO and PASSTHROUGH com... | Kashyap, Desai | 1 | -2/+2 |
2010-01-18 | [SCSI] mptfusion: block device when target is being removed by FW | Kashyap, Desai | 1 | -5/+20 |
2010-01-18 | [SCSI] mptfusion: Added sysfs expander manufacture information at the time of... | Kashyap, Desai | 1 | -0/+186 |
2010-01-18 | [SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priority | Kashyap, Desai | 1 | -2/+7 |
2010-01-18 | [SCSI] fusion: fix warning when not using procfs | Erik Ekman | 1 | -2/+3 |
2010-01-17 | [SCSI] mptsas: Fix issue with chain pools allocation on katmai | Anatolij Gustschin | 1 | -0/+2 |
2010-01-07 | drivers/message/i2o/i2o_proc.c: use %pM to show MAC address | H Hartley Sweeten | 1 | -8/+3 |
2010-01-04 | i2o: propogate the BKL down into the ioctl method | Alan Cox | 1 | -7/+6 |
2009-12-10 | [SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources. | Pravin Bathija | 1 | -3/+3 |
2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
2009-12-04 | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 2 | -3/+9 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2 | -3/+3 |
2009-10-29 | [SCSI] mptfusion: Bump version to 3.04.13 | Kashyap, Desai | 1 | -2/+2 |
2009-10-29 | [SCSI] mptspi: Fix for incorrect data underrun errata | Kashyap, Desai | 1 | -5/+81 |
2009-10-29 | [SCSI] mptctl : Remove printk which floods unnecessary messages to var/log/me... | Kashyap, Desai | 1 | -4/+1 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |