| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-16 | 1 | -3/+3 |
|\ |
|
| * | Fusion: sg chaining support | Jens Axboe | 2007-10-16 | 1 | -3/+3 |
* | | docbook: fix kernel-api content | Randy Dunlap | 2007-10-16 | 1 | -7/+3 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 27 | -1213/+1564 |
|\ |
|
| * | [SCSI] mptctl : shutup uninitialized variable warnings | Eric Moore | 2007-10-12 | 1 | -5/+3 |
| * | [SCSI] mptlan: bug fix, only half the message frame is dma'd resulting in cor... | Eric Moore | 2007-10-12 | 1 | -0/+2 |
| * | [SCSI] mpt fusion: fix up fusion prints using the sdev_printk, dev_printk, an... | Eric Moore | 2007-10-12 | 4 | -18/+20 |
| * | [SCSI] mpt fusion: lock down ScsiLookup | Eric Moore | 2007-10-12 | 5 | -87/+149 |
| * | [SCSI] mpt fusion: Fix sparse warnings | Eric Moore | 2007-10-12 | 3 | -22/+28 |
| * | [SCSI] mpt fusion: add use of shost_priv and remove all the typecasting | Eric Moore | 2007-10-12 | 5 | -76/+62 |
| * | [SCSI] mpt fusion: bump version to 3.04.06 | Eric Moore | 2007-10-12 | 1 | -2/+2 |
| * | [SCSI] mpt fusion: Kconfig cleanup | Eric Moore | 2007-10-12 | 1 | -2/+4 |
| * | [SCSI] mpt fusion: removing Dell copyright | Eric Moore | 2007-10-12 | 1 | -1/+0 |
| * | [SCSI] mpt fusion: removing references to hd->ioc | Eric Moore | 2007-10-12 | 4 | -162/+188 |
| * | [SCSI] mpt fusion: rename vdev to vdevice | Eric Moore | 2007-10-12 | 5 | -60/+60 |
| * | [SCSI] mpt fusion: adding/removing white space | Eric Moore | 2007-10-12 | 1 | -11/+11 |
| * | [SCSI] mpt fusion: standardize printks and debug info | Eric Moore | 2007-10-12 | 6 | -464/+505 |
| * | [SCSI] mpt fusion: remove redundant memset | Mariusz Kozlowski | 2007-10-12 | 1 | -5/+3 |
| * | [SCSI] mpt fusion: fix two potential mem leaks | Jesper Juhl | 2007-10-12 | 1 | -6/+7 |
| * | [SCSI] mpt fusion: mostly kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-12 | 1 | -24/+12 |
| * | [SCSI] mpt fusion: Use menuconfig objects | Jan Engelhardt | 2007-10-12 | 1 | -9/+10 |
| * | [SCSI] mpt fusion: Change company name from LSI Logic to LSI | Prakash, Sathya | 2007-10-12 | 25 | -48/+48 |
| * | [SCSI] mpt fusion: Link speed change display support | Prakash, Sathya | 2007-10-12 | 2 | -0/+68 |
| * | [SCSI] mpt fusion: Creation of mptsas.h header file | Prakash, Sathya | 2007-10-12 | 2 | -105/+159 |
| * | [SCSI] mpt fusion: Change call back indices to u8 from int | Prakash, Sathya | 2007-10-12 | 7 | -144/+150 |
| * | [SCSI] mpt fusion: Usage of high priority request FIFO to send task managemen... | Prakash, Sathya | 2007-10-12 | 5 | -28/+75 |
| * | [SCSI] mpt fusion: Add support for ATTO 4LD: Rebranded LSI 53C1030 | Eric Moore | 2007-10-12 | 4 | -0/+64 |
* | | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -2/+0 |
|/ |
|
* | [SCSI] mptsas: add SMP passthrough support via bsg | FUJITA Tomonori | 2007-07-31 | 1 | -0/+126 |
* | [SCSI] mpt fusion: make logging a global sysfs parameter | James Bottomley | 2007-07-31 | 1 | -1/+16 |
* | [SCSI] mpt fusion: Changes in mptctl.c for logging support | Prakash, Sathya | 2007-07-28 | 1 | -125/+141 |
* | [SCSI] mpt fusion: Changes in mptfc.c mptlan.c mptsas.c and mptspi.c for logg... | Prakash, Sathya | 2007-07-28 | 4 | -246/+194 |
* | [SCSI] mpt fusion: Changes in mptscsih.c for logging support | Prakash, Sathya | 2007-07-28 | 1 | -186/+260 |
* | [SCSI] mpt fusion: Changes in mptbase.c for logging support | Prakash, Sathya | 2007-07-28 | 1 | -233/+234 |
* | [SCSI] mpt fusion: logging support in Kconfig, Makefile, mptbase.h and additi... | Prakash, Sathya | 2007-07-28 | 4 | -229/+308 |
* | [SCSI] mpt fusion: update Kconfig help | Gwendal Grignou | 2007-07-20 | 1 | -0/+1 |
* | [SCSI] mpt fusion: add support for Brocade branded LSI FC HBA | Prakash, Sathya | 2007-07-18 | 3 | -63/+278 |
* | [SCSI] mpt fusion: deregister from transport layer if PCI registration failed | Prakash, Sathya | 2007-07-18 | 2 | -2/+14 |
* | [SCSI] mpt fusion: add sysfs attributes to display IOC parameters | Prakash, Sathya | 2007-07-18 | 7 | -0/+272 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-16 | 19 | -425/+328 |
|\ |
|
| * | [SCSI] mpt fusion: fix for mounted raid volume filesytem that goes read-only | Eric Moore | 2007-06-17 | 1 | -8/+45 |
| * | [SCSI] mpt fusion: cleanup eh handlers | Eric Moore | 2007-06-17 | 1 | -55/+77 |
| * | [SCSI] mpt fusion: bump version | Eric Moore | 2007-06-17 | 1 | -2/+2 |
| * | [SCSI] mpt fusion: fc loginfo using defines from the header | Eric Moore | 2007-06-17 | 1 | -7/+31 |
| * | [SCSI] mpt fusion: remove unused header - linux_compat.h | Eric Moore | 2007-06-17 | 4 | -12/+0 |
| * | [SCSI] mpt fusion: remove unused header - mpi_inb.h | Eric Moore | 2007-06-17 | 1 | -221/+0 |
| * | [SCSI] mpt fusion: new mpi headers version 1.5.16 | Eric Moore | 2007-06-17 | 6 | -51/+144 |
| * | [SCSI] mpt fusion: update MAINTAINERS (fusion part) | Eric Moore | 2007-06-17 | 11 | -11/+11 |
| * | [SCSI] Merge up to linux-2.6 head | James Bottomley | 2007-05-31 | 2 | -5/+5 |
| |\ |
|
| * | | [SCSI] fusion: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-30 | 1 | -59/+19 |