aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-10-10libata: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz
2008-10-10ide-disk: use ata_id_hpa_enabled()Bartlomiej Zolnierkiewicz
2008-10-10ide-disk: use ata_id_wcache_enabled()Bartlomiej Zolnierkiewicz
2008-10-10ide: use ata_id_current_chs_valid()Bartlomiej Zolnierkiewicz
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz
2008-10-10ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz
2008-10-10ide: cleanup ide_disk_init_mult_count()Bartlomiej Zolnierkiewicz
2008-10-10ide: remove superfluous check from ide_disk_special()Bartlomiej Zolnierkiewicz
2008-10-10ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.Mark de Wever
2008-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds
2008-10-10Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-10-10dm: detect lost queueAlasdair G Kergon
2008-10-10dm: publish dm_vcallocMikulas Patocka
2008-10-10dm: publish dm_table_unplug_allMikulas Patocka
2008-10-10dm: publish dm_get_mapinfoMikulas Patocka
2008-10-10dm: export struct dm_devMikulas Patocka
2008-10-10dm crypt: avoid unnecessary wait when splitting bioMilan Broz
2008-10-10dm crypt: tidy ctx pendingMilan Broz
2008-10-10dm crypt: fix async inc_pendingMilan Broz
2008-10-10dm crypt: move dec_pending on error into write_io_submitMilan Broz
2008-10-10dm crypt: remove inc_pending from write_io_submitAlasdair G Kergon
2008-10-10dm crypt: tidy write loop pendingMilan Broz
2008-10-10dm crypt: tidy crypt allocMilan Broz
2008-10-10dm crypt: tidy inc pendingMilan Broz
2008-10-10dm exception store: use chunk_t for_areasMikulas Patocka
2008-10-10dm exception store: introduce area_location functionMikulas Patocka
2008-10-10dm raid1: kcopyd should stop on error if errors handledJonathan Brassow
2008-10-10dm mpath: remove is_active from struct dm_pathKiyoshi Ueda
2008-10-10dm mpath: use more error codesBenjamin Marzinski
2008-10-09Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4...Roland Dreier
2008-10-09RDMA/nes: Fix slab corruptionChien Tung
2008-10-09hwmon: (abituguru3) Enable DMI probing feature on Abit AT8 32XAlistair John Strachan
2008-10-09hwmon: (abituguru3) Enable reading from AUX3 fan on Abit AT8 32XAlistair John Strachan
2008-10-09hwmon: (it87) Prevent power-off on Shuttle SN68PTJean Delvare
2008-10-09eeepc-laptop: Fix hwmon interfaceCorentin Chary
2008-10-09block: mark bio_split_pool staticDenis ChengRq
2008-10-09gdrom: change to use __blk_end_request()Kiyoshi Ueda
2008-10-09memstick: change to use __blk_end_request()Kiyoshi Ueda
2008-10-09virtio_blk: change to use __blk_end_request()Kiyoshi Ueda
2008-10-09libata: set queue SSD flag for SSD devicesJens Axboe
2008-10-09floppy: support arbitrary first-sector numbersKeith Wansbrough
2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall
2008-10-09cciss: Fix cciss SCSI rescan code to better notice device changesscameron@beardog.cca.cpqcorp.net
2008-10-09block: Expand Xen blkfront for > 16 xvdChris Lalancette
2008-10-09sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori