| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-06-14 |
|\ |
|
| * | trivial: fix typo milisecond/millisecond for documentation and source comments. | Martin Olsson | 2009-06-12 |
* | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 2009-06-12 |
|\ \
| |/
|/| |
|
| * | ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically | Borislav Petkov | 2009-06-07 |
* | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-06-11 |
|\ \
| |/
|/| |
|
| * | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 |
| * | ide: dequeue in-flight request | Tejun Heo | 2009-05-11 |
| * | ide: cleanup rq->data_len usages | Tejun Heo | 2009-05-11 |
| * | block: add rq->resid_len | Tejun Heo | 2009-05-11 |
| * | ide-atapi: kill unused fields and callbacks | Tejun Heo | 2009-04-28 |
| * | ide-tape: use standard data transfer mechanism | Tejun Heo | 2009-04-28 |
| * | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len | Tejun Heo | 2009-04-28 |
| * | ide-cd,atapi: use bio for internal commands | Tejun Heo | 2009-04-28 |
| * | ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer | Borislav Petkov | 2009-04-28 |
| * | ide: add helpers for preparing sense requests | Borislav Petkov | 2009-04-28 |
| * | ide-atapi: don't abuse rq->buffer | Tejun Heo | 2009-04-28 |
* | | ide-atapi: kill unused fields and callbacks | Tejun Heo | 2009-04-18 |
* | | ide-tape: use standard data transfer mechanism | Tejun Heo | 2009-04-18 |
* | | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len | Tejun Heo | 2009-04-18 |
* | | ide-cd,atapi: use bio for internal commands | Tejun Heo | 2009-04-18 |
* | | ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer | Borislav Petkov | 2009-04-18 |
* | | ide: add helpers for preparing sense requests | Borislav Petkov | 2009-04-18 |
* | | ide-atapi: don't abuse rq->buffer | Tejun Heo | 2009-04-18 |
|/ |
|
* | ide: refactor tf_read() method | Sergei Shtylyov | 2009-04-08 |
* | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 |
* | ide-floppy: do not complete rq's prematurely | Borislav Petkov | 2009-03-31 |
* | ide-floppy: use ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide-{floppy,tape}: fix padding for PIO transfers | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide: sanitize ide_build_sglist() and ide_destroy_dmatable() | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide: set/clear drive->waiting_for_dma flag in the core code | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide: add ide_dma_prepare() helper | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide: destroy DMA mappings after ending DMA (v2) | Bartlomiej Zolnierkiewicz | 2009-03-31 |
* | ide-atapi: start DMA after issuing a packet command | Borislav Petkov | 2009-03-31 |
* | ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> | Geert Uytterhoeven | 2009-03-31 |
* | ide: remove ide_execute_pkt_cmd() (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: set hwif->expiry prior to calling [__]ide_set_handler() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: pass number of bytes to complete to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: move rq->errors quirk out from ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: pass error value to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: call ide_build_sglist() prior to ->dma_setup (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: return request status from ->pc_callback method | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag | Bartlomiej Zolnierkiewicz | 2009-03-27 |
* | ide: move ide_read_bcount_and_ireason() to ide-atapi.c | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: remove ide_do_drive_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-24 |
* | ide: move ide_pktcmd_tf_load() to ide-atapi.c | Bartlomiej Zolnierkiewicz | 2009-03-24 |