summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-06piix: sync ich_laptop[] with ata_piix.cBartlomiej Zolnierkiewicz1-0/+2
2009-01-06ide: fix ide_port_scan() to do ACPI setup after initializing request queuesBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: remove now redundant ->cur_dev checksBartlomiej Zolnierkiewicz1-61/+46
2009-01-06ide: remove superfluous hwif variable assignment from ide_timer_expiry()Bartlomiej Zolnierkiewicz1-1/+0
2009-01-06ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.cBartlomiej Zolnierkiewicz1-2/+1
2009-01-06ide: make "paranoia" ->handler check in ide_intr() more strictBartlomiej Zolnierkiewicz1-6/+3
2009-01-06ide-cd: convert to ide-atapi facilitiesBorislav Petkov2-95/+6
2009-01-06ide-cd: start DMA before sending the actual packet commandBorislav Petkov1-3/+3
2009-01-06ide-cd: wait for DRQ to get set per defaultBorislav Petkov1-14/+7
2009-01-06ide: Fix drive's DWORD-IO handlingMario Schwalbe1-2/+1
2009-01-06ide: add port and host iteratorsBartlomiej Zolnierkiewicz6-83/+58
2009-01-06ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz6-31/+63
2009-01-06ide: NUMA aware allocation of host and port structuresBartlomiej Zolnierkiewicz1-4/+5
2009-01-06it821x: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-6/+2
2009-01-06cmd64x: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-2/+4
2009-01-06cmd640: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-3/+2
2009-01-06amd74xx: use ide_get_pair_dev() helperBartlomiej Zolnierkiewicz1-2/+2
2009-01-06ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz4-14/+2
2009-01-06ide: unexport ide_wait_not_busy()Bartlomiej Zolnierkiewicz1-3/+0
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz10-38/+38
2009-01-06ide: remove 'byte' typedefBartlomiej Zolnierkiewicz4-18/+18
2009-01-06ide: remove ide_pci_enablebit_t typedefBartlomiej Zolnierkiewicz1-1/+1
2009-01-06ide: remove local_irq_set() macroBartlomiej Zolnierkiewicz2-2/+4
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz34-101/+102
2009-01-06ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz2-146/+135
2009-01-06ide: update ide_unregister() documentationBartlomiej Zolnierkiewicz1-13/+5
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz25-235/+164
2009-01-06ide: use lock bitops for ports serialization (v2)Bartlomiej Zolnierkiewicz1-42/+63
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz2-90/+12
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz3-64/+32
2009-01-06ide: add ->cur_port to struct ide_host and use it for serialized hostsBartlomiej Zolnierkiewicz1-10/+15
2009-01-06ide: fix setting nIEN on idle devicesBartlomiej Zolnierkiewicz1-4/+6
2009-01-06ide: fix LOCKDEP warningBartlomiej Zolnierkiewicz1-1/+0
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds21-981/+1293
2009-01-06dm snapshot: extend exception store functionsJonathan Brassow6-37/+55
2009-01-06dm snapshot: split out exception store implementationsAlasdair G Kergon6-737/+833
2009-01-06dm snapshot: rename struct exception_storeJonathan Brassow3-24/+25
2009-01-06dm snapshot: separate out exception store interfaceJonathan Brassow4-120/+134
2009-01-06dm mpath: move trigger_event to system workqueueAlasdair G Kergon1-4/+4
2009-01-06dm: add name and uuid to sysfsMilan Broz4-2/+136
2009-01-06dm table: rework reference countingMikulas Patocka4-20/+33
2009-01-06dm: support barriers on simple devicesAndi Kleen4-10/+26
2009-01-06dm request: add cachesKiyoshi Ueda1-1/+40
2009-01-06dm ioctl: allow dm_copy_name_and_uuid to return only one fieldMilan Broz1-2/+4
2009-01-06dm log: ensure log bitmap fits on log deviceMilan Broz1-0/+8
2009-01-06dm log: move region_size validationMilan Broz2-14/+14
2009-01-06dm log: avoid reinitialising io_req on every operationTakahiro Yasui1-10/+7
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka9-48/+16
2009-01-06dm raid1: fix error countJonathan Brassow1-3/+3
2009-01-06dm log: fix dm_io_client leak on error pathsTakahiro Yasui1-0/+5