| Commit message (Expand) | Author | Age |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-disk: use ata_id_hpa_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide-disk: use ata_id_wcache_enabled() | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 |
* | block: allow disk to have extended device number | Tejun Heo | 2008-10-09 |
* | block: replace @ext_minors with GENHD_FL_EXT_DEVT | Tejun Heo | 2008-10-09 |
* | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT | Tejun Heo | 2008-10-09 |
* | sd/ide-disk: apply extended minors to sd and ide | Tejun Heo | 2008-10-09 |
* | ide-disk: remove stale init_idedisk_capacity() documentation | Bartlomiej Zolnierkiewicz | 2008-09-02 |
* | ide: fix regression caused by ide_device_{get,put}() addition (take 2) | Bartlomiej Zolnierkiewicz | 2008-08-05 |
* | ide: add ide_device_{get,put}() helpers | Bartlomiej Zolnierkiewicz | 2008-07-24 |
* | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 2008-07-23 |
* | IDE: Remove unused code | Elias Oltmanns | 2008-07-16 |
* | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 2008-07-15 |
* | ide-disk: convert ide_do_drive_cmd path to use blk_execute_rq | FUJITA Tomonori | 2008-07-15 |
* | ide-disk: fix issues found by checkpatch.pl | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide-disk: add proc_idedisk_read_smart() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide-disk: add missing printk() KERN_* levels | Bartlomiej Zolnierkiewicz | 2008-02-26 |
* | ide/libata: ST310211A has buggy HPA too | Mikko Rapeli | 2008-02-18 |
* | ide-disk: fix flush requests (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-10 |
* | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 2008-02-01 |
* | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 2008-02-01 |
* | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide-disk: add idedisk_set_doorlock() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: add ide_tf_set_cmd() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: extend timeout for PIO-in commands | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: guarantee 400ns delay after writing command register | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove unnecessary writes to HOB taskfile registers | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: use struct ide_taskfile in __ide_do_rw_disk() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove stale changelog from ide-disk.c | Bartlomiej Zolnierkiewicz | 2007-12-12 |
* | ide: DMA reporting and validity checking fixes (take 3) | Bartlomiej Zolnierkiewicz | 2007-12-12 |