Age | Commit message (Expand) | Author | Files | Lines |
2008-02-02 | ide-cd: remove struct atapi_{mechstat_header,changer_info,slot} | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-02-02 | ide-cd: remove unused and write-only struct ide_cd_config_flags fields | Bartlomiej Zolnierkiewicz | 1 | -16/+2 |
2008-02-02 | ide-cd: remove needless zeroing of 'info' fields from ide_cdrom_setup() | Bartlomiej Zolnierkiewicz | 1 | -37/+7 |
2008-02-02 | ide-cd: remove dead code from cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -7/+0 |
2008-02-02 | ide-cd: remove stale cdrom_transfer_packet_command() comment | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
2008-02-02 | ide-cd: move historical changelog to Documentation/ide/ChangeLog.ide-cd.1994-... | Bartlomiej Zolnierkiewicz | 1 | -270/+4 |
2008-02-02 | ide-cd: fix trailing whitespaces in changelog | Bartlomiej Zolnierkiewicz | 1 | -12/+11 |
2008-02-02 | ide-cd: fix DMA error handling in cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 1 | -4/+6 |
2008-02-02 | ide-cd: fix "missing data" handling in cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -3/+4 |
2008-02-02 | ide-cd: add ide_cd_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 1 | -26/+25 |
2008-02-02 | ide-cd: use xfer_func_t in cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -30/+17 |
2008-02-01 | ide-cd: fix leftover data BUG | Jens Axboe | 1 | -1/+1 |
2008-01-28 | blk_end_request: changing ide-cd (take 4) | Kiyoshi Ueda | 1 | -14/+35 |
2008-01-28 | blk_end_request: changing ide normal caller (take 4) | Kiyoshi Ueda | 1 | -3/+3 |
2008-01-26 | ide: add ide_pktcmd_tf_load() helper | Bartlomiej Zolnierkiewicz | 1 | -8/+2 |
2008-01-26 | ide-cd: fix register loading order in cdrom_start_packet_command() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2007-12-24 | ide-cd: fix 'ireason' reporting in cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2007-12-24 | ide-cd: fix error message in cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-12-24 | ide-cd: add error message for DMA error to cdrom_read_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+4 |
2007-12-24 | ide-cd: fix error messages in cdrom_write_intr() | Bartlomiej Zolnierkiewicz | 1 | -5/+8 |
2007-12-24 | ide-cd: add missing 'ireason' masking to cdrom_write_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-12-24 | ide-cd: fix error messages in cdrom_{read,write}_check_ireason() | Bartlomiej Zolnierkiewicz | 1 | -8/+8 |
2007-12-24 | ide-cd: use ide_cd_release() in ide_cd_probe() | Bartlomiej Zolnierkiewicz | 1 | -8/+1 |
2007-12-24 | ide-cd: fix ACER/AOpen 24X CDROM speed reporting on big-endian machines | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2007-12-24 | ide-cd: fix SAMSUNG CD-ROM SCR-3231 quirk | Bartlomiej Zolnierkiewicz | 1 | -1/+4 |
2007-12-13 | ide-cd: remove dead post_transform_command() | Bartlomiej Zolnierkiewicz | 1 | -28/+0 |
2007-12-13 | ide: DMA reporting and validity checking fixes (take 3) | Bartlomiej Zolnierkiewicz | 1 | -6/+1 |
2007-10-20 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 1 | -3/+3 |
2007-07-24 | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 1 | -2/+2 |
2007-07-10 | ide-cd: replace C code with call to ARRAY_SIZE() macro | Robert P. J. Day | 1 | -3/+3 |
2007-05-10 | ide: move IDE settings handling to ide-proc.c | Bartlomiej Zolnierkiewicz | 1 | -5/+9 |
2007-05-10 | ide: split off ioctl handling from IDE settings (v2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-05-10 | ide: make /proc/ide/ optional | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2007-04-11 | ide: ugly messages trying to open CD drive with no media present | Stuart Hayes | 1 | -0/+9 |
2007-02-17 | ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2007-02-17 | ide: remove ide_drive_t.usage | Bartlomiej Zolnierkiewicz | 1 | -11/+4 |
2007-02-17 | ide: remove write-only ide_hwif_t.no_dsc flag | Bartlomiej Zolnierkiewicz | 1 | -8/+0 |
2007-02-17 | ide: remove clearing bmdma status from cdrom_decode_status() (rev #4) | Albert Lee | 1 | -7/+0 |
2007-02-17 | ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4) | Albert Lee | 1 | -0/+8 |
2006-12-10 | [PATCH] ide-cd: Handle strange interrupt on the Intel ESB2 | Alan Cox | 1 | -0/+7 |
2006-11-13 | [PATCH] ide-cd: only set rq->errors SCSI style for block pc requests | Jens Axboe | 1 | -1/+1 |
2006-10-12 | [PATCH] ide-cd: one more missing REQ_TYPE_CMD_ATA check | Jens Axboe | 1 | -1/+1 |
2006-10-12 | [PATCH] ide-cd: fix breakage with internally queued commands | Jens Axboe | 1 | -2/+3 |
2006-09-30 | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 1 | -34/+35 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-26 | [PATCH] devfs: Remove devfs support from the ide subsystem. | Greg Kroah-Hartman | 1 | -2/+0 |
2006-06-25 | [PATCH] IDE CD end-of media error fix | Alan Cox | 1 | -28/+92 |
2006-06-23 | [PATCH] More BUG_ON conversion | Eric Sesterhenn | 1 | -2/+1 |
2006-06-23 | [PATCH] Fix cdrom being confused on using kdump | Rachita Kothiyal | 1 | -1/+4 |
2006-03-27 | [PATCH] ide-cd: quiet down GPCMD_READ_CDVD_CAPACITY failure | Jens Axboe | 1 | -0/+1 |