| Commit message (Expand) | Author | Age |
* | ide: remove needless drive->present checks from device drivers | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-cd: use the new object_is_in_stack() helper | FUJITA Tomonori | 2008-10-10 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | block: move policy from disk to part0 | Tejun Heo | 2008-10-09 |
* | ide-cd: Optiarc DVD RW AD-7200A does play audio | Bodo Eggert | 2008-10-05 |
* | ide-cd: temporary tray close fix | Borislav Petkov | 2008-10-05 |
* | block: disable sysfs parts of the disk command filter | Jens Axboe | 2008-09-11 |
* | remove blk_register_filter and blk_unregister_filter in gendisk | FUJITA Tomonori | 2008-08-29 |
* | ide-cd: use bcd2bin/bin2bcd | Adrian Bunk | 2008-08-18 |
* | ide-cd: fix endianity for the error message in cdrom_read_capacity | Petr Tesarik | 2008-08-05 |
* | ide: fix regression caused by ide_device_{get,put}() addition (take 2) | Bartlomiej Zolnierkiewicz | 2008-08-05 |
* | ide-cd: fix oops when using growisofs | Jens Axboe | 2008-07-24 |
* | ide: add ide_device_{get,put}() helpers | Bartlomiej Zolnierkiewicz | 2008-07-24 |
* | ide: ide-cd.c fix sparse endianness warnings | Harvey Harrison | 2008-07-23 |
* | ide-cd: convert to using the new atapi_flags | Borislav Petkov | 2008-07-23 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 |
* | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 |
* | IDE: Remove unused code | Elias Oltmanns | 2008-07-16 |
* | ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue path | Borislav Petkov | 2008-07-16 |
* | ide-cd: move request prep from cdrom_start_rw_cont to rq issue path | Borislav Petkov | 2008-07-16 |
* | ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path | Borislav Petkov | 2008-07-16 |
* | ide-cd: fold cdrom_start_seek into ide_cd_do_request | Borislav Petkov | 2008-07-16 |
* | ide-cd: simplify request issuing path | Borislav Petkov | 2008-07-16 |
* | ide-cd: mv ide_do_rw_cdrom ide_cd_do_request | Borislav Petkov | 2008-07-16 |
* | ide-cd: cdrom_start_seek: remove unused argument block | Borislav Petkov | 2008-07-16 |
* | ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else block | Borislav Petkov | 2008-07-16 |
* | ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer | Borislav Petkov | 2008-07-16 |
* | ide-cd: remove wait-for-idle-controller bit in cdrom_start_packet_command | Borislav Petkov | 2008-07-16 |
* | ide: use the dma safe check for REQ_TYPE_ATA_PC | FUJITA Tomonori | 2008-07-16 |
* | ide: avoid DMA on the stack for REQ_TYPE_ATA_PC | FUJITA Tomonori | 2008-07-16 |
* | ide-{cd,floppy,tape}: remove checking for drive->scsi | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 |
* | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | ide-cd: remove ide_cd_init_rq | FUJITA Tomonori | 2008-07-15 |
* | ide: remove ide_init_drive_cmd | FUJITA Tomonori | 2008-07-15 |
* | ide-cd: convert ide_cd_queue_pc to use blk_execute_rq | FUJITA Tomonori | 2008-07-15 |
* | ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | block: replace sizeof(rq->cmd) with BLK_MAX_CDB | FUJITA Tomonori | 2008-04-29 |
* | ide-cd: clean up cdrom_analyze_sense_data() | Roel Kluin | 2008-04-28 |
* | ide-cd: fix test unsigned var < 0 | Roel Kluin | 2008-04-28 |
* | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 |
* | ide: remove obsoleted "hdx=noautotune" kernel parameter | Bartlomiej Zolnierkiewicz | 2008-04-27 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide-cd: fix remaining checkpatch.pl issues | Borislav Petkov | 2008-04-26 |
* | ide-cd: shorten lines longer than 80 columns | Borislav Petkov | 2008-04-26 |