- c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
- 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 16 years ago
- e8e7526 ide-tape: fix debug call by Mark de Wever · 16 years ago
- 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 16 years ago
- 9780e2dd ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 16 years ago
- c3a4d78 block: add rq->resid_len by Tejun Heo · 16 years ago
- 9720aef ide-tape: don't initialize rq->sector for rw requests by Tejun Heo · 16 years ago
- 29d1a43 ide-atapi: kill unused fields and callbacks by Tejun Heo · 16 years ago
- 4344d07 ide-tape: simplify read/write functions by Tejun Heo · 16 years ago
- 71294cf ide-tape: use byte size instead of sectors on rw issue functions by Tejun Heo · 16 years ago
- 3596b66 ide-tape: unify r/w init paths by Tejun Heo · 16 years ago
- 6cf3d54 ide-tape: kill idetape_bh by Tejun Heo · 16 years ago
- e998f30 ide-tape: use standard data transfer mechanism by Tejun Heo · 16 years ago
- 7b13354 ide-tape: use single continuous buffer by Tejun Heo · 16 years ago
- eb6a61b ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 16 years ago
- 08f370f ide-tape,floppy: fix failed command completion after request sense by Tejun Heo · 16 years ago
- 02e7cf8 ide-cd,atapi: use bio for internal commands by Tejun Heo · 16 years ago
- 0687532 ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 16 years ago
- ac0b011 ide-atapi: don't abuse rq->buffer by Tejun Heo · 16 years ago
- 0de57fb ide-tape: remove back-to-back REQUEST_SENSE detection by Tejun Heo · 16 years ago
- 6d70038 ide-atapi: kill unused fields and callbacks by Tejun Heo · 16 years ago
- 07bd968 ide-tape: simplify read/write functions by Tejun Heo · 16 years ago
- 6bb11dd ide-tape: use byte size instead of sectors on rw issue functions by Tejun Heo · 16 years ago
- 88f1b94 ide-tape: unify r/w init paths by Tejun Heo · 16 years ago
- 963da55 ide-tape: kill idetape_bh by Tejun Heo · 16 years ago
- 21d9c5d ide-tape: use standard data transfer mechanism by Tejun Heo · 16 years ago
- 35ab8d3 ide-tape: use single continuous buffer by Tejun Heo · 16 years ago
- b3071d1 ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 16 years ago
- ea7066a ide-tape,floppy: fix failed command completion after request sense by Tejun Heo · 16 years ago
- 5c4be57 ide-cd,atapi: use bio for internal commands by Tejun Heo · 16 years ago
- 6b544fc ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 16 years ago
- c267cc1 ide-atapi: don't abuse rq->buffer by Tejun Heo · 16 years ago
- 1e75540 ide-tape: remove back-to-back REQUEST_SENSE detection by Tejun Heo · 16 years ago
- d93bc45 ide-{floppy,tape}: fix padding for PIO transfers by Bartlomiej Zolnierkiewicz · 16 years ago
- 41fa9f8 ide: decrease size of ->pc_buf field in struct ide_atapi_pc by Bartlomiej Zolnierkiewicz · 16 years ago
- b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 16 years ago
- 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
- f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
- 89f78b3 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
- 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
- 03a2faa ide: return request status from ->pc_callback method by Bartlomiej Zolnierkiewicz · 16 years ago
- 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 16 years ago
- 313afea7 ide-{floppy,tape}: cleanup ide*_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
- c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 16 years ago
- 5e2040fd ide: move ->failed_pc to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
- bfdb0b3 ide-tape: remove superfluous tape->lock by Bartlomiej Zolnierkiewicz · 16 years ago
- a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 16 years ago
- 71bfc7a ide: NULL noise: drivers/ide/ide-*.c by Hannes Eder · 16 years ago
- 8fed436 ide: fix refcounting in device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
- 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 16 years ago
- 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
- b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
- 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 16 years ago
- 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 16 years ago
- a4600f8 [PATCH] switch ide-tape by Al Viro · 17 years ago
- d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
- 1bddd9e [PATCH] lose the unused file argument in generic_ide_ioctl() by Al Viro · 16 years ago
- 79cb380 ide: allow device drivers to specify per-device type /proc settings by Bartlomiej Zolnierkiewicz · 16 years ago
- 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
- 3ee074b device create: ide: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
- 4ab3d50 ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
- 0ae4b31 ide: remove superfluous ->media field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
- 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
- 5aeddf9 ide: unify conversion macros by Borislav Petkov · 16 years ago
- baf08f0 ide: make ide_transfer_pc() static by Bartlomiej Zolnierkiewicz · 16 years ago
- aa5d2de7 ide: make ide_pc_intr() static by Bartlomiej Zolnierkiewicz · 16 years ago
- 85e3903 ide: add ->pc_{update,io}_buffers methods by Bartlomiej Zolnierkiewicz · 16 years ago
- 6b0da28 ide: add ide_retry_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 67c5636 ide: add request_sense_{pc,rq} to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
- 844b946 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
- 2b9efba ide: add pointer to the current packet command to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
- b14c721 ide: drop dsc_handle argument from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
- 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
- d6e2955 ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
- de699ad ide: add ide_do_test_unit_ready() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 0c8a6c7 ide: add ide_do_start_stop() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 0578042 ide: add ide_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 2ac07d9 ide: add ide_queue_pc_tail() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 7645c15 ide: add ide_queue_pc_head() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 7bf7420 ide: add ide_init_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 385a4b8 ide-tape: add ide_tape_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 2e8a6f8 ide-{floppy,tape}: remove packet command stack by Bartlomiej Zolnierkiewicz · 16 years ago
- 394a4c2 ide-{floppy,tape}: remove request stack by Bartlomiej Zolnierkiewicz · 16 years ago
- f025ffd ide-tape: remove idetape_init_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
- 51509ee ide: add ide_check_atapi_device() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
- 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
- 1e874f4 ide: call ide_proc_register_driver() later by Bartlomiej Zolnierkiewicz · 16 years ago
- 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
- 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
- 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
- 730616b ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1. by Mark de Wever · 16 years ago
- 801bd32 ide-tape: fix vendor strings by Borislav Petkov · 16 years ago
- d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
- cd740ab ide: ide-tape.c sparse annotations and unaligned access removal by Harvey Harrison · 16 years ago
- 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
- f2e3ab5 ide-tape: convert to using the new atapi_flags by Borislav Petkov · 16 years ago
- 0014c75 ide-tape: pass packet command in rq->cmd by Borislav Petkov · 16 years ago
- 83dd573 ide-tape: make room for packet command ids in rq->cmd by Borislav Petkov · 16 years ago