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