summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | [SCSI] add scsi changer driverGerd Knorr2005-05-203-0/+1044
| | | * | | | | | [SCSI] ipr: Fix ipr PCI hotplug hang with CDROM attachbrking@us.ibm.com2005-05-201-2/+1
| | | * | | | | | [SCSI] drivers/scsi/sym53c416.c: fix a wrong checkAdrian Bunk2005-05-201-1/+1
| | | * | | | | | [SCSI] SCSI tape: fix permissions for SG_IO, etc.Kai Makisara2005-05-201-6/+13
| | | * | | | | | [SCSI] ipr: Driver version 2.0.14brking@us.ibm.com2005-05-201-2/+2
| | | * | | | | | [SCSI] ipr: Array error logging fixbrking@us.ibm.com2005-05-201-1/+1
| | | * | | | | | [SCSI] qla1280.c - fix result for device Busy and Queue FullJeremy Higdon2005-05-201-5/+4
| | | * | | | | | [SCSI] ultrastor: fix compile failureJames Bottomley2005-05-201-1/+1
| | | * | | | | | [SCSI] qla trivial iomem annotationAl Viro2005-05-201-1/+1
| | | * | | | | | [SCSI] aacraid: remove sparse warningsMark Haverkamp2005-05-2010-247/+303
| | | * | | | | | [SCSI] drivers/scsi/dpt_i2o.c: fix compile warningsBenoit Boissinot2005-05-202-17/+17
| | | * | | | | | [SCSI] drivers/scsi/dpt_i2o.c: cleanup useless codeBenoit Boissinot2005-05-201-19/+1
| | | * | | | | | [SCSI] drivers/scsi/aacraid/: make some functions staticAdrian Bunk2005-05-207-12/+11
| | | * | | | | | [SCSI] drivers/scsi/FlashPoint.c: cleanupsJames Bottomley2005-05-201-4801/+875
| | | * | | | | | [SCSI] drivers/scsi/NCR53C9x.c: make a struct staticAdrian Bunk2005-05-202-3/+1
| | | * | | | | | [SCSI] drivers/scsi/atp870u.c: make a function staticAdrian Bunk2005-05-201-2/+2
| | | * | | | | | [SCSI] make scsi_queue_insert() use blk_requeue_request()Tejun Heo2005-05-201-5/+14
| | | * | | | | | [SCSI] make scsi_requeue_request() use blk_requeue_request()Tejun Heo2005-05-201-1/+6
| | | * | | | | | [SCSI] remove requeue feature from blk_insert_request()Tejun Heo2005-05-201-1/+1
| | | * | | | | | [SCSI] remove REQ_SPECIAL in scsi_init_io()Tejun Heo2005-05-201-3/+1
| | | * | | | | | [SCSI] remove some dead code in qla2xxxAndrew Vasquez2005-05-208-204/+12
| | | * | | | | | [SCSI] remove PCI2000 and PCI2220i driversJames Bottomley2005-05-207-4709/+0
| | | * | | | | | [SCSI] qla1280: update firmwareJames Bottomley2005-05-203-5314/+5406
| * | | | | | | | [PATCH] M68k: Mark Sun-3 NCR5380 SCSI brokenGeert Uytterhoeven2005-06-121-1/+1
* | | | | | | | | [SCSI] qla2xxx: Pull-down scsi-host-addition to follow board initialization.Andrew Vasquez2005-06-111-27/+28
|/ / / / / / / /
* | | | | | | | [PATCH] sg traverse fix for __atapi_pio_bytes()Albert Lee2005-06-091-3/+1
* | | | | | | | [PATCH] sata_sil: Fix FIFO PCI Bus Arbitration kernel oopsJens Axboe2005-06-091-1/+7
| |_|_|/ / / / |/| | | | | |
* | | | | | | Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6Linus Torvalds2005-06-032-11/+14
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] fix slab corruption during ipr probeNathan Lynch2005-06-031-0/+1
| * | | | | | | [SCSI] qla2xxx: fix bad locking during eh_abortAndrew Vasquez2005-06-031-11/+13
| |/ / / / / /
* | | | | | | Automatic merge of /spare/repo/linux-2.6/.git branch HEAD2005-06-0215-6/+32
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Automatic merge of 'misc-fixes' branch fromLinus Torvalds2005-05-2914-5/+31
| |\ \ \ \ \ \
| | * | | | | | libata: bump versionJeff Garzik2005-05-291-1/+1
| | * | | | | | Automatic merge of /spare/repo/netdev-2.6 branch use-after-unmap2005-05-2913-4/+28
| | |\ \ \ \ \ \
| | | * | | | | | libata: Fix use-after-iounmapJeff Garzik2005-05-2613-4/+28
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | [PATCH] drivers/scsi/ahci: add #include req'd for the DMA_{64,32}BIT_MASK con...domen@coderock.org2005-05-271-0/+1
| | * | | | | | [PATCH] drivers/scsi/sata_vsc: add #include req'd for DMA_32BIT_MASK constantdomen@coderock.org2005-05-271-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | [PATCH] swsusp: ahd_dv_0 can't be stoppedShaohua Li2005-05-281-1/+1
| |/ / / / /
* | | | | | libata: kernel-doc warning fixesJeff Garzik2005-06-021-3/+3
* | | | | | libata: update inline source docsEdward Falk2005-06-021-7/+276
* | | | | | libata: doc updatesJeff Garzik2005-05-303-50/+118
* | | | | | libata: more doc updatesJeff Garzik2005-05-301-13/+44
|/ / / / /
* | | | | Merge of 'misc-fixes' branch fromLinus Torvalds2005-05-261-6/+7
|\ \ \ \ \
| * | | | | [PATCH] libata: Fix zero sg_dma_len() on 64-bit platformAlbert Lee2005-05-261-6/+7
| |/ / / /
* | | | | [PATCH] ide-scsi: kmap scatter/gather before doing PIO Stuart Hayes2005-05-261-4/+24
* | | | | [PATCH] convert IDE device drivers to driver-modelBartlomiej Zolnierkiewicz2005-05-261-32/+26
|/ / / /
* | | | [PATCH] sata_promise: add PCI ID for FastTrak TX2200 2-portsFrancisco Javier2005-05-251-0/+2
* | | | [PATCH] sata_sil: new ID 1002:437A for ATI IXP400NAKAMURA Kenta2005-05-251-0/+1
| |_|/ |/| |
* | | [PATCH] aic7xxx_osm build fixAndrew Morton2005-05-241-2/+5
* | | Automatic merge of rsync://www.parisc-linux.org/~jejb/git/scsi-for-linus-2.6.gitLinus Torvalds2005-05-207-1310/+524
|\ \ \
OpenPOWER on IntegriCloud