summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] don't include ioctl32.h in driversChristoph Hellwig2006-01-103-3/+0
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-01-096-6/+0
|\
| * Merge Linus' tree.Russell King2006-01-091-16/+5
| |\
| * | [ARM] Remove asm/irq.h includes from ARM driversRussell King2006-01-096-6/+0
* | | [PATCH] Fix sg_page_malloc() memsetHugh Dickins2006-01-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-092-9/+16
|\ \ \
| * | | [PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt2006-01-092-9/+16
| |/ /
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-091-6/+24
|\ \ \
| * | | [PATCH] sata_nv, spurious interrupts at system startup with MAXTOR 6H500F0 driveAndrew Chew2006-01-091-6/+24
| | |/ | |/|
* | | [SCSI] Kill the SCSI softirq handlingJens Axboe2006-01-093-101/+45
|/ /
* | [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-081-16/+5
|/
* Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-0620-125/+103
|\
| * [SCSI] scsi_end_async() needs to take an uptodate parameterJens Axboe2006-01-061-1/+1
| * [BLOCK] add FUA support to libataTejun Heo2006-01-063-13/+54
| * [BLOCK] update libata to use new blk_ordered for barriersTejun Heo2006-01-0613-13/+0
| * [BLOCK] scsi: add FUA support to sdTejun Heo2006-01-061-3/+26
| * [BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo2006-01-063-93/+20
| * [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-063-4/+4
* | [PATCH] Suspend support for libataJens Axboe2006-01-064-0/+165
* | [PATCH] parport: Kconfig dependency fixesMarko Kohtala2006-01-061-4/+4
* | [PATCH] s390: cleanup KconfigMartin Schwidefsky2006-01-061-1/+1
|/
* [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski2006-01-066-228/+51
* [PATCH] pcmcia: remove dev_list from driversDominik Brodowski2006-01-064-68/+11
* [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski2006-01-066-65/+26
* [PATCH] pcmcia: new suspend coreDominik Brodowski2006-01-055-134/+186
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-041-1/+1
|\
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-1/+1
| * [PATCH] merge kobject_uevent and kobject_hotplugKay Sievers2006-01-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-042-0/+9
|\ \
| * | gitignore: misc filesBrian Gerst2006-01-012-0/+9
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2006-01-0412-246/+367
|\ \ \
| * \ \ Merge branch 'master'Jeff Garzik2006-01-033-18/+95
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master'Jeff Garzik2005-12-2416-88/+86
| |\ \ \
| * \ \ \ Merge branch 'upstream-fixes'Jeff Garzik2005-12-134-10/+15
| |\ \ \ \
| * | | | | [PATCH] libata: remove unused qc->waitingTejun Heo2005-12-131-12/+2
| * | | | | [PATCH] libata: remove unused functionsTejun Heo2005-12-132-30/+0
| * | | | | [PATCH] libata: use ata_exec_internal()Tejun Heo2005-12-131-101/+44
| * | | | | [PATCH] libata: implement ata_exec_internal()Tejun Heo2005-12-131-0/+99
| * | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-12-121-2/+2
| |\ \ \ \ \
| * | | | | | [PATCH] libata: ata_piix 450NX errataAlan Cox2005-12-121-1/+43
| * | | | | | Merge branch 'master'Jeff Garzik2005-12-122-4/+8
| |\ \ \ \ \ \
| * | | | | | | [PATCH] libata: add ata_piix notesAlan Cox2005-12-121-0/+43
| * | | | | | | [PATCH] libata: err_mask misc fixAlbert Lee2005-12-061-5/+13
| * | | | | | | [PATCH] libata: determine the err_mask directly in atapi_packet_task()Albert Lee2005-12-061-6/+7
| * | | | | | | [PATCH] libata: determine the err_mask when the error is foundAlbert Lee2005-12-061-1/+9
| * | | | | | | [PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee2005-12-0610-54/+81
| * | | | | | | [PATCH] libata: minor patch before moving err_maskAlbert Lee2005-12-061-3/+7
| * | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-12-039-27/+39
| |\ \ \ \ \ \ \
| * | | | | | | | [PATCH] mark several libata datastructures constArjan van de Ven2005-12-018-11/+11
| * | | | | | | | Merge branch 'master'Jeff Garzik2005-12-011-15/+14
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud