summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-292-3/+3
* [ETH]: Combine format_addr() with print_mac().Michael Chan2008-01-291-13/+1Star
* Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-281-0/+12
|\
| * blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt2008-01-281-0/+12
* | Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-282-24/+15Star
|\ \
| * | blk_end_request: changing scsi (take 4)Kiyoshi Ueda2008-01-281-20/+11Star
| * | blk_end_request: changing ide-scsi (take 4)Kiyoshi Ueda2008-01-281-4/+4
| |/
* | SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-281-3/+5
* | SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe2008-01-282-120/+21Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-26155-8524/+9359
|\
| * [SCSI] libsas: abstract STP task status into a functionJames Bottomley2008-01-253-19/+40
| * [SCSI] ultrastor: clean up inline asm warningsFrederik Deweerdt2008-01-251-3/+10
| * [SCSI] aic7xxx: fix firmware buildVegard Nossum2008-01-251-27/+18Star
| * [SCSI] aacraid: fib context lock for management ioctlsSalyzyn, Mark2008-01-251-12/+17
| * [SCSI] ch: remove forward declarationsFUJITA Tomonori2008-01-251-66/+54Star
| * [SCSI] ch: fix device minor number management bugFUJITA Tomonori2008-01-251-31/+40
| * [SCSI] ch: handle class_device_create failure properlyFUJITA Tomonori2008-01-231-7/+15
| * [SCSI] NCR5380: fix section mismatchRandy Dunlap2008-01-231-1/+1
| * [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devicesTony Battersby2008-01-231-1/+1
| * [SCSI] don't use __GFP_DMA for sense buffers if not requiredJames Bottomley2008-01-233-71/+51Star
| * [SCSI] use dynamically allocated sense bufferFUJITA Tomonori2008-01-233-3/+69
| * [SCSI] sd: add fix for devices with last sector access problemsHans de Goede2008-01-231-0/+9
| * [SCSI] fix pcmcia compile problemJames Bottomley2008-01-231-1/+2
| * [SCSI] aacraid: add Voodoo Lite class of cards.Salyzyn, Mark2008-01-234-6/+44
| * [SCSI] aacraid: add new driver features flagsSalyzyn, Mark2008-01-231-0/+25
| * [SCSI] qla2xxx: Update version number to 8.02.00-k7.Andrew Vasquez2008-01-231-1/+1
| * [SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.Seokmann Ju2008-01-232-2/+4
| * [SCSI] qla2xxx: Correct late-memset() of EFT buffer.Andrew Vasquez2008-01-231-1/+1
| * [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez2008-01-2310-14/+405
| * [SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez2008-01-236-20/+50
| * [SCSI] qla2xxx: Code cleanups.Adrian Bunk2008-01-237-238/+19Star
| * [SCSI] qla2xxx: Add a filter to compare port_name against the physical on vpo...Seokmann Ju2008-01-231-0/+2
| * [SCSI] qla2xxx: Use completion routines.Marcus Barrow2008-01-236-69/+16Star
| * [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.Andrew Vasquez2008-01-233-3/+4
| * [SCSI] qla2xxx: Restrict MSI/MSI-X enablement on select ISP2432-type HBAs.Andrew Vasquez2008-01-231-0/+12
| * [SCSI] qla2xxx: Wait for FLASH write-protection to complete after a write.Andrew Vasquez2008-01-231-2/+8
| * [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.Andrew Vasquez2008-01-232-17/+8Star
| * [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs.Andrew Vasquez2008-01-234-98/+74Star
| * [SCSI] qla2xxx: Consolidate duplicate sense-data handling codes.Andrew Vasquez2008-01-231-54/+31Star
| * [SCSI] st: convert to unlocked_ioctlKai Makisara2008-01-231-5/+4Star
| * [SCSI] aacraid: remove pigs in spaceSalyzyn, Mark2008-01-235-464/+458Star
| * [SCSI] sg: handle class_device_create failure properlyFUJITA Tomonori2008-01-231-4/+7
| * [SCSI] sg: set class_data after successFUJITA Tomonori2008-01-231-1/+2
| * [SCSI] dpt_i2o: use constant instead of bare valueSalyzyn, Mark2008-01-231-1/+1
| * [SCSI] ch: Convert to use unlocked_ioctlMathieu Segaud2008-01-231-10/+8Star
| * [SCSI] sg: Only print SCSI data direction warning once for a commandAndi Kleen2008-01-231-2/+6
| * [SCSI] aacraid: fix security weaknessAlan Cox2008-01-231-0/+2
| * [SCSI] aacraid: replace '<?:' with min_t()Salyzyn, Mark2008-01-231-24/+16Star
| * [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-2326-95/+88Star
| * [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori2008-01-234-6/+0Star