Age | Commit message (Expand) | Author | Files | Lines |
2008-04-29 | block: replace sizeof(rq->cmd) with BLK_MAX_CDB | FUJITA Tomonori | 1 | -2/+2 |
2008-04-29 | ide-cd: clean up cdrom_analyze_sense_data() | Roel Kluin | 1 | -5/+2 |
2008-04-29 | ide-cd: fix test unsigned var < 0 | Roel Kluin | 1 | -2/+0 |
2008-04-29 | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 1 | -8/+1 |
2008-04-29 | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 1 | -7/+7 |
2008-04-27 | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2008-04-27 | ide: remove obsoleted "hdx=noautotune" kernel parameter | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
2008-04-27 | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-04-27 | ide-cd: fix remaining checkpatch.pl issues | Borislav Petkov | 1 | -19/+17 |
2008-04-27 | ide-cd: shorten lines longer than 80 columns | Borislav Petkov | 1 | -23/+46 |
2008-04-27 | ide-cd: fixup comments | Borislav Petkov | 1 | -210/+191 |
2008-04-27 | ide-cd: put all proc-related code at one place | Borislav Petkov | 1 | -36/+35 |
2008-04-27 | ide-cd: include proper headers | Borislav Petkov | 1 | -3/+3 |
2008-04-26 | ide-cd: put proc-related functions together under single ifdef | Borislav Petkov | 1 | -13/+10 |
2008-04-26 | ide-cd: Replace __FUNCTION__ with __func__ | Paolo Ciarrocchi | 1 | -5/+5 |
2008-04-26 | IDE: Coding Style fixes to drivers/ide/ide-cd.c | Paolo Ciarrocchi | 1 | -124/+134 |
2008-04-26 | ide-cd: remove the internal 64k buffer | Borislav Petkov | 1 | -119/+4 |
2008-04-21 | cdrom: make unregister_cdrom() return void | Akinobu Mita | 1 | -3/+2 |
2008-04-18 | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 1 | -4/+6 |
2008-02-26 | ide-cd: fix CD/DVD burning | Andreas Schwab | 1 | -3/+2 |
2008-02-26 | ide-cd: fix 'ireason' handling for REQ_TYPE_ATA_PC requests | Bartlomiej Zolnierkiewicz | 1 | -14/+10 |
2008-02-26 | ide-cd: Enable audio play quirk for Optiarc DVD RW AD-5200A drive | Borislav Petkov | 1 | -0/+1 |
2008-02-19 | ide-cd: fix missing residual count setting in DMA mode | Kiyoshi Ueda | 1 | -1/+5 |
2008-02-11 | ide-cd: replace ntohs with generic byteorder macro be16_to_cpu | Borislav Petkov | 1 | -1/+1 |
2008-02-06 | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-02-06 | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 1 | -3/+4 |
2008-02-02 | ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw | Borislav Petkov | 1 | -2/+0 |
2008-02-02 | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2008-02-02 | ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c | Borislav Petkov | 1 | -216/+1 |
2008-02-02 | ide-cd: update driver version, comments and copyrights | Bartlomiej Zolnierkiewicz | 1 | -13/+4 |
2008-02-02 | ide-cd: unify request end exit path in cdrom_decode_status() | Bartlomiej Zolnierkiewicz | 1 | -26/+24 |
2008-02-02 | ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason() | Bartlomiej Zolnierkiewicz | 1 | -49/+15 |
2008-02-02 | ide-cd: merge cdrom_rw_intr() and cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 1 | -178/+94 |
2008-02-02 | ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_rw_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
2008-02-02 | ide-cd: prepare cdrom_rw_intr() and cdrom_newpc_intr() to be merged | Bartlomiej Zolnierkiewicz | 1 | -21/+26 |
2008-02-02 | ide-cd: unify moving to the next buffer in cdrom_rw_intr() | Bartlomiej Zolnierkiewicz | 1 | -8/+1 |
2008-02-02 | ide-cd: merge cdrom_start_read() and cdrom_start_write() | Bartlomiej Zolnierkiewicz | 1 | -61/+40 |
2008-02-02 | ide-cd: merge cdrom_start_read_continuation() and cdrom_start_rw_cont() | Bartlomiej Zolnierkiewicz | 1 | -39/+35 |
2008-02-02 | ide-cd: merge cdrom_read_intr() and cdrom_write_intr() | Bartlomiej Zolnierkiewicz | 1 | -138/+69 |
2008-02-02 | ide-cd: factor out transfer size checking from cdrom_read_intr() | Bartlomiej Zolnierkiewicz | 1 | -12/+26 |
2008-02-02 | ide-cd: add ide_cd_drain_data() helper | Bartlomiej Zolnierkiewicz | 1 | -13/+15 |
2008-02-02 | ide-cd: merge cdrom_do_packet_command() and cdrom_do_block_pc() | Bartlomiej Zolnierkiewicz | 1 | -20/+5 |
2008-02-02 | ide-cd: remove cdrom_do_pc_continuation() | Bartlomiej Zolnierkiewicz | 1 | -13/+2 |
2008-02-02 | ide-cd: merge cdrom_pc_intr() and cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 1 | -113/+58 |
2008-02-02 | ide-cd: unify request end exit path in cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -12/+11 |
2008-02-02 | ide-cd: factor out request sense fixup from cdrom_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -10/+15 |
2008-02-02 | ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+5 |
2008-02-02 | ide-cd: remove BUG_ON() from cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-02-02 | ide-cd: move code handling cdrom.c IOCTLs to ide-cd_ioctl.c | Bartlomiej Zolnierkiewicz | 1 | -264/+7 |
2008-02-02 | ide-cd: rename cdrom_* functions to ide_cd_* | Bartlomiej Zolnierkiewicz | 1 | -39/+44 |