summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fix crash when disconnecting usb storageAlexey Kuznetsov2009-11-261-1/+1
* [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-262-50/+31
* [SCSI] sd: Return correct error code for DIFMartin K. Petersen2009-11-261-1/+1
* [SCSI] bfa: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+2
* [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones2009-11-111-1/+1
* [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang2009-11-061-1/+0
* [SCSI] pmcraid: Fix ppc64 driver build for using cpu_to_le32 on U8 data typeAnil Ravindranath2009-11-061-5/+5
* [SCSI] ipr: add workaround for MSI interrupts on P7Wayne Boyer2009-11-062-9/+34
* [SCSI] scsi_transport_fc: Fix WARN message for FC passthru failure pathsBrian King2009-11-061-0/+3
* [SCSI] bfa: fix test in bfad_os_fc_host_init()Roel Kluin2009-11-031-1/+1
* dpt_i2o: Fix typo of EINVALOGAWA Hirofumi2009-10-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-292-5/+4
|\
| * [SCSI] fix memory leak in initializationJames Bottomley2009-10-132-5/+4
* | dpt_i2o: Fix up copy*userAlan Cox2009-10-291-0/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-11247-610/+58321
|\
| * [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-026-7/+16
| * [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driverJayamohan Kallickal2009-10-0213-0/+7118
| * [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-02197-0/+49182
| * [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-022-11/+75
| * [SCSI] Fix protection scsi_data_buffer leakMartin K. Petersen2009-10-021-4/+7
| * [SCSI] sd: Detach DIF from block integrity infrastructureMartin K. Petersen2009-10-023-76/+42
| * [SCSI] Deprecate SCSI_PROT_*_CONVERT operationsMartin K. Petersen2009-10-022-28/+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-022-12/+28
| * [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
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-13/+30
|/
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* headers: kref.h reduxAlexey Dobriyan2009-09-261-1/+0
* seq_file: constify seq_operationsJames Morris2009-09-231-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-225-6/+6
|\
| * trivial: fix typo in aic7xxx commentUwe Kleine-Koenig2009-09-211-1/+1