aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-11make struct scsi_dh_devlist's staticAdrian Bunk4-4/+4
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King6-14/+34
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-05Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds2-6/+21
2008-08-05ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz1-5/+6
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz1-1/+0
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-7/+26
2008-08-04Revert "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds2-21/+6
2008-07-30[SCSI] scsi_transport_spi: fix oops in revalidateJames Bottomley1-3/+5
2008-07-30[SCSI] ses: fix VPD inquiry overrunJames Bottomley1-4/+14
2008-07-30[SCSI] hptiop: add more PCI device IDsHighPoint Linux Team1-0/+7
2008-07-28[SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori1-0/+1
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds78-965/+3670
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison43-175/+175
2008-07-27[SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins2-6/+21
2008-07-26[SCSI] qla2xxx: Update version number to 8.02.01-k6.Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez6-12/+19
2008-07-26[SCSI] qla2xxx: suppress uninitialized-var warningAndrew Morton1-1/+1
2008-07-26[SCSI] qla2xxx: use memory_read_from_buffer()Akinobu Mita1-35/+9
2008-07-26[SCSI] qla2xxx: Issue proper ISP callbacks during stop-firmware.Andrew Vasquez1-2/+2
2008-07-26[SCSI] ch: fix ch_remove oopsFUJITA Tomonori1-0/+1
2008-07-26[SCSI] 3w-9xxx: add MSI support and misc fixesadam radford2-14/+35
2008-07-26[SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fnMike Christie1-1/+1
2008-07-26[SCSI] ibmvfc: Update driver version to 1.0.1Brian King1-2/+2
2008-07-26[SCSI] ibmvfc: Add ADISC supportBrian King2-0/+171
2008-07-26[SCSI] ibmvfc: Miscellaneous fixesBrian King1-1/+2
2008-07-26[SCSI] ibmvfc: Fix hang on module removalBrian King1-4/+7
2008-07-26[SCSI] ibmvfc: Target refcounting fixesBrian King1-20/+28
2008-07-26[SCSI] ibmvfc: Reduce unnecessary log noiseBrian King1-2/+5
2008-07-26[SCSI] sym53c8xx: free luntbl in sym_hcb_freeMike Anderson1-0/+2
2008-07-26[SCSI] scsi_scan.c: Release mutex in error handling codeJulia Lawall1-0/+1
2008-07-26[SCSI] scsi_eh_prep_cmnd should save scmd->underflowAlan Stern1-0/+2
2008-07-26[SCSI] sd: Support for SCSI disk (SBC) Data Integrity FieldMartin K. Petersen5-40/+647
2008-07-26[SCSI] sd: Identify DIF protection type and application tag ownershipMartin K. Petersen2-4/+141
2008-07-26[SCSI] Do not retry a request whose data integrity check failedMartin K. Petersen2-2/+10
2008-07-26[SCSI] Support devices with protection informationMartin K. Petersen3-3/+59
2008-07-26[SCSI] Command protection operationMartin K. Petersen1-0/+3
2008-07-26[SCSI] Host protection capabilitiesMartin K. Petersen1-0/+4
2008-07-26[SCSI] scsi_dh: create lookup cacheHannes Reinecke1-24/+105
2008-07-26[SCSI] scsi_dh: attach to hardware handler from dm-mpathHannes Reinecke1-0/+64
2008-07-26[SCSI] scsi_dh: add generic SPC-3 alua handlerHannes Reinecke3-0/+811
2008-07-26[SCSI] scsi_dh: Update RDAC device handlerHannes Reinecke1-69/+94
2008-07-26[SCSI] scsi_dh: Update hp_sw hardware handlerHannes Reinecke1-38/+234
2008-07-26[SCSI] scsi_dh: Update EMC handlerHannes Reinecke1-175/+372
2008-07-26[SCSI] scsi_dh: Add 'dh_state' sysfs attributeHannes Reinecke1-1/+102
2008-07-26[SCSI] scsi_dh: Implement common device table handlingHannes Reinecke4-218/+288
2008-07-26[SCSI] sd: update index allocation and use ida instead of idrTejun Heo1-13/+14
2008-07-26[SCSI] fix shared tag map tag allocationMike Christie1-0/+15