- b0b93b4 block: move REQ_TYPE_SENSE to the ide driver by Christoph Hellwig · 10 years ago
- 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 10 years ago
- ca957b6 drivers: ide: Fix mostly harmless off-by-one hardcoded value by Rasmus Villemoes · 10 years ago
- 3ec7215 ide-{cd,floppy,tape}: Do not include <linux/irq.h> by Geert Uytterhoeven · 13 years ago
- d798f7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- f17bfe7 IDE: ide-floppy, remove unnecessary NULL check by Jiri Slaby · 14 years ago
- 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
- 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
- 5e95524 ide: always kill the whole request on error by Bartlomiej Zolnierkiewicz · 15 years ago
- 2c7eaa4 ide: BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 15 years ago
- 19f52a7 ide-atapi: remove pc->buf by Borislav Petkov · 16 years ago
- ae3a838 ide-atapi: use local sense buffer by Borislav Petkov · 16 years ago
- d9a6830 ide-floppy/ide_floppy_get_flexible_disk_page: use local buffer by Borislav Petkov · 16 years ago
- b13345f ide-atapi: add a buffer-arg to ide_queue_pc_tail by Borislav Petkov · 16 years ago
- 5a0e43b ide-atapi: add a len-parameter to ide_queue_pc_tail by Borislav Petkov · 16 years ago
- dfb7e62 ide-atapi: switch to blk_rq_bytes() on do_request() path by Borislav Petkov · 16 years ago
- 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 16 years ago
- 9780e2d ide: convert to rq pos and nr_sectors accessors 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
- 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
- 8968932 ide-floppy: block pc always uses bio by Tejun Heo · 16 years ago
- 349d12a ide-floppy: use ide_pio_bytes() 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
- bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 16 years ago
- b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 16 years ago
- 22981694 ide: pass command to ide_map_sg() 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
- 89f78b32 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
- b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd 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
- 313afea 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
- cc49555 ide-floppy: remove superfluous check from ide_floppy_end_request() 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
- 088b1b8 ide: improve debugging scheme by Borislav Petkov · 16 years ago
- 3eb76c1 ide-floppy: do not map dataless cmds to an sg by Borislav Petkov · 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
- 07bd3f4 ide-floppy: allocate only toplevel packet commands by Linus Torvalds · 16 years ago
- 0df9627 ide-floppy: remove idefloppy_floppy_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
- 806f80a ide: add generic ATA/ATAPI disk driver by Bartlomiej Zolnierkiewicz · 16 years ago
- c84d9bb ide-floppy: factor out generic disk handling code to ide-gd-floppy.c by Bartlomiej Zolnierkiewicz · 16 years ago
- 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
- e012862 ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS by Bartlomiej Zolnierkiewicz · 16 years ago
- da16787 ide: IDE_AFLAG_WP -> IDE_DFLAG_WP by Bartlomiej Zolnierkiewicz · 16 years ago
- fe11edf ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED by Bartlomiej Zolnierkiewicz · 16 years ago
- 6f84083 ide-floppy: use drive->capacity64 for caching current capacity by Bartlomiej Zolnierkiewicz · 16 years ago
- 8f29cd9 ide-floppy: drop 'floppy' argument from idefloppy_setup() by Bartlomiej Zolnierkiewicz · 16 years ago
- ae9f9f0 ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup() by Bartlomiej Zolnierkiewicz · 16 years ago
- 9c3ba76 ide-floppy: use alloc_disk_node() by Bartlomiej Zolnierkiewicz · 16 years ago
- b9103da ide-floppy: move /proc handling to ide-floppy_proc.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
- 5bb1536 ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2) by Bartlomiej Zolnierkiewicz · 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
- 0964dbe ide-floppy: add a debug_mask module parameter by Borislav Petkov · 16 years ago
- 7b35572 ide-floppy: convert driver to the new debugging macro by Borislav Petkov · 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
- 0127854 ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
- 49cac39 ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP} 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
- e996fc8 ide-floppy: add ide_floppy_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- 4de4b9e ide-floppy: remove MODE_SENSE_* defines 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
- b98b340 ide-floppy: use scatterlists for pio transfers by Borislav Petkov · 16 years ago
- d56c99e ide-floppy: add ide_floppy_format_ioctl() helper by Bartlomiej Zolnierkiewicz · 16 years ago
- e3faa24 ide-floppy: remove needless parens 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
- 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
- 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago