summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue createAnirban Chakraborty2009-10-021-2/+4
* [SCSI] st: fix possible memory use after free after MTSETBLK ioctlDavid Jeffery2009-10-021-3/+0
* [SCSI] be2iscsi: Moving to pci_pools v3Jayamohan Kallickal2009-10-023-65/+51
* [SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal2009-10-028-9/+19
* [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driverJayamohan Kallickal2009-10-0214-0/+7126
* [SCSI] zfcp: Fix hang when offlining device with offline chpidChristof Schmitt2009-10-022-5/+5
* [SCSI] zfcp: Fix lockdep warning when offlining device with offline chpidChristof Schmitt2009-10-022-1/+4
* [SCSI] zfcp: Fix oops during shutdown of offline deviceChristof Schmitt2009-10-021-4/+4
* [SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocationChristof Schmitt2009-10-024-31/+38
* [SCSI] zfcp: correctly initialize unchained requestsChristof Schmitt2009-10-021-4/+18
* [SCSI] mpt2sas: Bump version 02.100.03.00Kashyap, Desai2009-10-021-3/+3
* [SCSI] mpt2sas: Support dev remove when phy status is MPI2_EVENT_SAS_TOPO_PHY...Kashyap, Desai2009-10-021-5/+6
* [SCSI] mpt2sas: Timeout occurred within the HANDSHAKE logic while waiting on ...Kashyap, Desai2009-10-021-3/+1
* [SCSI] mpt2sas: Call init_completion on a per request basis.Kashyap, Desai2009-10-023-3/+10
* [SCSI] mpt2sas: Target Reset will be issued from Interrupt context.Kashyap, Desai2009-10-026-54/+372
* [SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to supp...Kashyap, Desai2009-10-024-137/+307
* [SCSI] mpt2sas: Copyright change to 2009.Kashyap, Desai2009-10-029-9/+9
* [SCSI] mpt2sas: Added mpi2_history.txt for MPI2 headers.Kashyap, Desai2009-10-021-0/+334
* [SCSI] mpt2sas: Update driver to MPI2 REV K headers.Kashyap, Desai2009-10-0211-207/+652
* [SCSI] bfa: Brocade BFA FC SCSI driverJing Huang2009-10-02198-0/+49189
* [SCSI] scsi_transport_fc: fix missing kernel-docRandy Dunlap2009-10-021-0/+2
* [SCSI] scsi_debug: Implement support for DIF Type 2Martin K. Petersen2009-10-021-23/+116
* [SCSI] sd: Support disks formatted with DIF Type 2Martin K. Petersen2009-10-023-11/+78
* [SCSI] Fix protection scsi_data_buffer leakMartin K. Petersen2009-10-021-4/+7
* [SCSI] sd: Detach DIF from block integrity infrastructureMartin K. Petersen2009-10-024-80/+53
* [SCSI] Deprecate SCSI_PROT_*_CONVERT operationsMartin K. Petersen2009-10-023-32/+7
* [SCSI] Retry ADD_TO_MLQUEUE return value for EH commandsHannes Reinecke2009-10-021-0/+3
* [SCSI] sg: Free data buffers after calling blk_rq_unmap_userChristof Schmitt2009-10-021-5/+5
* [SCSI] sr: consider the last written sector when determining media sizeTejun Heo2009-10-021-8/+14
* [SCSI] bnx2i: Fix context mapping issue for architectures with PAGE_SIZE != 4096Anil Veerabhadrappa2009-10-022-1/+3
* [SCSI] hptiop: Add RR44xx adapter supportHighPoint Linux Team2009-10-023-13/+48
* [SCSI] scsi_dh_rdac: Fix for returning correct mode select cmd return infoMoger, Babu2009-10-021-2/+0
* [SCSI] pmcraid: Changed driver prints to scmd/sdev_printkAnil Ravindranath2009-10-021-27/+31
* [SCSI] mvsas: Support Areca SAS/SATA HBA, ARC-1300/1320Nick Cheng2009-10-022-0/+8
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-09-3030-114/+1852
|\
| * MIPS: Avoid spurious make includecheck messageRalf Baechle2009-09-301-2/+2
| * MIPS: VPE: Get rid of BKL.Ralf Baechle2009-09-302-42/+50
| * MIPS: VPE: Fix build after the credential changes a while ago.Ralf Baechle2009-09-301-10/+23
| * MIPS: Excite: Get rid of BKL.Ralf Baechle2009-09-301-2/+0
| * MIPS: Sibyte: Get rid of BKL.Ralf Baechle2009-09-301-18/+15
| * MIPS: BCM63xx: Add PCMCIA & Cardbus support.Maxime Bizon2009-09-308-1/+763
| * MIPS: MSP71xx: request_irq() failure ignored in msp_pcibios_config_access()Roel Kluin2009-09-301-1/+4
| * MIPS: Decrease size of au1xxx_dbdma_pm_regs[][]Roel Kluin2009-09-301-5/+3
| * MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}Ralf Baechle2009-09-302-15/+13
| * MIPS: SMP: Fix build.Ralf Baechle2009-09-302-2/+2
| * MIPS: MIPSxx SC: Avoid destructive invalidation on partial L2 cachelines.Kevin Cernekee2009-09-301-0/+5
| * MIPS: Sibyte: Fix compilation error.Mark Mason2009-09-301-1/+1
| * MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Ralf Baechle2009-09-301-4/+0
| * MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon2009-09-308-1/+964
| * MIPS: Loongson2: Fix typo "enalbe" -> "enable"Uwe Kleine-König2009-09-301-7/+7