| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-20 | ide: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2011-10-31 | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 1 | -0/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2010-08-09 | drivers/ide: Use memdup_user | Julia Lawall | 1 | -7/+3 |
| 2010-04-06 | ide: Fix IDE taskfile with cfq scheduler | Mikulas Patocka | 1 | -4/+2 |
| 2009-08-07 | ide: fix races in handling of user-space SET XFER commands | Bartlomiej Zolnierkiewicz | 1 | -1/+8 |
| 2009-08-07 | ide: ide-taskfile.c fix style problems | Jaswinder Singh Rajput | 1 | -58/+51 |
| 2009-08-07 | ide: Fix annoying warning in ide_pio_bytes(). | David S. Miller | 1 | -1/+1 |
| 2009-08-07 | IDE: Save a call to PageHighMem() | Jean Delvare | 1 | -2/+4 |
| 2009-06-12 | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Linus Torvalds | 1 | -2/+1 |
| 2009-06-07 | ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2009-05-17 | ide: replace special_t typedef by IDE_SFLAG_* flags | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2009-05-11 | ide: convert to rq pos and nr_sectors accessors | Tejun Heo | 1 | -1/+1 |
| 2009-04-28 | ide-taskfile: don't abuse rq->buffer | Tejun Heo | 1 | -7/+11 |
| 2009-04-19 | ide-taskfile: don't abuse rq->buffer | Tejun Heo | 1 | -7/+11 |
| 2009-04-08 | ide: refactor tf_read() method | Sergei Shtylyov | 1 | -0/+17 |
| 2009-04-08 | ide: refactor tf_load() method | Sergei Shtylyov | 1 | -1/+2 |
| 2009-04-08 | ide: move common code out of tf_load() method | Sergei Shtylyov | 1 | -0/+10 |
| 2009-04-08 | ide: simplify 'struct ide_taskfile' | Sergei Shtylyov | 1 | -18/+13 |
| 2009-04-08 | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 1 | -16/+20 |
| 2009-03-31 | ide: move data register access out of tf_{read|load}() methods (take 2) | Sergei Shtylyov | 1 | -0/+6 |
| 2009-03-31 | ide: turn set_irq() method into write_devctl() method | Sergei Shtylyov | 1 | -1/+1 |
| 2009-03-31 | ide: add ide_dma_prepare() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
| 2009-03-31 | ide-cd: use scatterlists for PIO transfers (fs requests) | Bartlomiej Zolnierkiewicz | 1 | -2/+3 |
| 2009-03-31 | ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 1 | -8/+6 |
| 2009-03-31 | ide: add support for arbitrary transfer lengths to ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 1 | -36/+37 |
| 2009-03-27 | ide: keep track of number of bytes instead of sectors in struct ide_cmd | Bartlomiej Zolnierkiewicz | 1 | -16/+16 |
| 2009-03-27 | ide: remove ide_execute_pkt_cmd() (v2) | Bartlomiej Zolnierkiewicz | 1 | -4/+2 |
| 2009-03-27 | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz | 1 | -2/+4 |
| 2009-03-27 | ide: set hwif->expiry prior to calling [__]ide_set_handler() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2009-03-27 | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
| 2009-03-27 | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2009-03-27 | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2009-03-27 | ide: pass number of bytes to complete to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2009-03-27 | ide: pass error value to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
| 2009-03-27 | ide: sanitize ide_finish_cmd() | Bartlomiej Zolnierkiewicz | 1 | -15/+9 |
| 2009-03-27 | ide: use ide_complete_cmd() for REQ_UNPARK_HEADS | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
| 2009-03-27 | ide: use ide_complete_cmd() for head unload commands | Bartlomiej Zolnierkiewicz | 1 | -10/+3 |
| 2009-03-27 | ide: task_error() -> task_error_cmd() | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
| 2009-03-27 | ide: unify exit paths in task_pio_intr() | Bartlomiej Zolnierkiewicz | 1 | -20/+17 |
| 2009-03-27 | ide: inline task_in_unexpected() into task_pio_intr() | Bartlomiej Zolnierkiewicz | 1 | -23/+13 |
| 2009-03-27 | ide: merge task_{in,out}_intr() | Bartlomiej Zolnierkiewicz | 1 | -41/+31 |
| 2009-03-27 | ide: use ata_tf_protocols enums | Bartlomiej Zolnierkiewicz | 1 | -49/+34 |
| 2009-03-27 | ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl() | Bartlomiej Zolnierkiewicz | 1 | -4/+9 |
| 2009-03-27 | ide: move command related fields from ide_hwif_t to struct ide_cmd | Bartlomiej Zolnierkiewicz | 1 | -17/+16 |
| 2009-03-27 | ide: pass command instead of request to ide_pio_datablock() | Bartlomiej Zolnierkiewicz | 1 | -45/+43 |
| 2009-03-27 | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 1 | -71/+77 |
| 2009-03-27 | ide: call ide_build_sglist() prior to ->dma_setup (v2) | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2009-03-27 | ide: use blk_fs_request() check in ide-taskfile.c | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2009-03-27 | ide: use ->end_request only for private device driver requests | Bartlomiej Zolnierkiewicz | 1 | -13/+3 |
| 2009-03-27 | ide: remove ->data_phase field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -10/+8 |
| 2009-03-27 | ide: move request type specific code from ide_end_drive_cmd() to callers (v3) | Bartlomiej Zolnierkiewicz | 1 | -7/+19 |
| 2009-03-27 | ide: add "flagged" taskfile flags to struct ide_taskfile (v2) | Bartlomiej Zolnierkiewicz | 1 | -6/+6 |
| 2009-03-27 | ide: fix error message in pre_task_out_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
| 2009-01-06 | ide: remove ide_driver_t typedef | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
| 2009-01-06 | ide: remove HWIF() macro | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2009-01-06 | ide: merge ide_hwgroup_t with ide_hwif_t (v2) | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-10-13 | ide: Implement disk shock protection support (v4) | Elias Oltmanns | 1 | -1/+10 |
| 2008-10-13 | ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr() | Bartlomiej Zolnierkiewicz | 1 | -80/+25 |
| 2008-10-13 | ide: add device flags | Bartlomiej Zolnierkiewicz | 1 | -7/+7 |
| 2008-10-10 | ide: move ioctls handling to ide-ioctls.c | Bartlomiej Zolnierkiewicz | 1 | -109/+0 |
| 2008-10-10 | ide: remove SECTOR_WORDS define | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-10-10 | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 1 | -13/+13 |
| 2008-10-10 | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 1 | -11/+16 |
| 2008-10-10 | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+4 |
| 2008-07-24 | ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase | Bartlomiej Zolnierkiewicz | 1 | -2/+10 |
| 2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -12/+17 |
| 2008-07-23 | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 1 | -9/+14 |
| 2008-07-23 | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-16 | ide: remove needless includes from ide-taskfile.c (take 2) | Bartlomiej Zolnierkiewicz | 1 | -10/+0 |
| 2008-07-16 | ide: remove superfluous BUG_ON() from set_geometry_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2008-07-16 | ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE | Bartlomiej Zolnierkiewicz | 1 | -21/+1 |
| 2008-07-15 | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-15 | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2008-07-15 | ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq | FUJITA Tomonori | 1 | -14/+20 |
| 2008-06-20 | ide: increase timeout in wait_drive_not_busy() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2008-04-29 | ide: use blk_rq_init() to initialize the request | FUJITA Tomonori | 1 | -2/+1 |
| 2008-04-28 | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-04-28 | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz | 1 | -45/+0 |
| 2008-04-28 | ide: factor out debugging code from ide_tf_load() | Bartlomiej Zolnierkiewicz | 1 | -12/+17 |
| 2008-04-28 | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-04-28 | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 1 | -7/+9 |
| 2008-04-27 | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 1 | -15/+14 |
| 2008-04-26 | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-04-26 | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 1 | -3/+4 |
| 2008-04-26 | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -6/+6 |
| 2008-04-18 | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 1 | -13/+16 |
| 2008-03-18 | IDE: Make taskfile interface more robust wrt unexpected end-of-command | Linus Torvalds | 1 | -9/+27 |
| 2008-02-06 | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 1 | -3/+2 |
| 2008-02-06 | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 1 | -15/+15 |
| 2008-02-02 | ide: remove ide_ata66_check() | Bartlomiej Zolnierkiewicz | 1 | -1/+4 |
| 2008-02-02 | ide: remove set_transfer() | Bartlomiej Zolnierkiewicz | 1 | -1/+5 |
| 2008-02-01 | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
| 2008-02-01 | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2008-02-01 | ide: make wait_drive_not_busy() static again | Adrian Bunk | 1 | -1/+1 |
| 2008-01-26 | ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 1 | -32/+31 |
| 2008-01-26 | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
| 2008-01-26 | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-01-26 | ide: initialize rq->cmd_type in ide_init_drive_cmd() callers | Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
| 2008-01-26 | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -3/+2 |
| 2008-01-26 | ide: kill DATA_READY define | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-01-26 | ide: task_end_request() fix | Tejun Heo | 1 | -7/+4 |
| 2008-01-26 | ide: use rq->nr_sectors in task_end_request() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-01-26 | ide: remove needless ->cursg clearing from task_end_request() | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2008-01-26 | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 1 | -4/+5 |
| 2008-01-26 | ide: fix final status check in task_in_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-01-26 | ide: fix ->io_32bit race in ide_taskfile_ioctl() | Tejun Heo | 1 | -5/+12 |
| 2008-01-26 | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 1 | -30/+2 |
| 2008-01-26 | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
| 2008-01-26 | ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) | Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
| 2008-01-25 | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -8/+8 |
| 2008-01-25 | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -9/+19 |
| 2008-01-25 | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -6/+10 |
| 2008-01-25 | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz | 1 | -12/+13 |
| 2008-01-25 | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -20/+12 |
| 2008-01-25 | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz | 1 | -16/+13 |
| 2008-01-25 | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 1 | -45/+44 |
| 2008-01-25 | ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 1 | -14/+15 |
| 2008-01-25 | ide: remove unnecessary writes to HOB taskfile registers | Bartlomiej Zolnierkiewicz | 1 | -0/+9 |
| 2008-01-25 | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz | 1 | -1/+9 |
| 2008-01-25 | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -107/+73 |
| 2008-01-25 | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 1 | -2/+10 |
| 2008-01-25 | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz | 1 | -22/+34 |
| 2008-01-25 | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 1 | -53/+46 |
| 2008-01-25 | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2007-11-05 | ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2007-11-05 | ide: add missing rq.ref_count initialization to ide_diag_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -1/+1 |
| 2007-10-20 | ide: check drive->using_dma in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
| 2007-10-20 | ide: check ->dma_setup() return value in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -4/+7 |
| 2007-10-20 | ide: remove stale comments from ide-taskfile.c | Bartlomiej Zolnierkiewicz | 1 | -23/+0 |
| 2007-10-16 | IDE: sg chaining support | Jens Axboe | 1 | -4/+14 |
| 2007-07-03 | ide: never called printk statement in ide-taskfile.c::wait_drive_not_busy | Masatake YAMATO | 1 | -4/+8 |
| 2006-10-16 | [PATCH] ide: add sanity checking to ide taskfile ioctl | Alan Cox | 1 | -4/+9 |
| 2006-09-30 | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 1 | -4/+4 |
| 2006-07-03 | [PATCH] lockdep: annotate enable_in_hardirq() | Ingo Molnar | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-23 | [PATCH] More BUG_ON conversion | Eric Sesterhenn | 1 | -2/+1 |
| 2006-03-31 | [PATCH] Ensure ide-taskfile calls any driver specific end_request function | Richard Purdie | 1 | -1/+7 |
| 2006-02-15 | [PATCH] ide: touch softlockup detector during pio | Andrew Morton | 1 | -0/+3 |
| 2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 1 | -1/+1 |
| 2005-11-19 | [PATCH] ide: remove dead code from flagged_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -9/+3 |
| 2005-11-19 | [PATCH] ide: remove dead DEBUG_TASKFILE code | Bartlomiej Zolnierkiewicz | 1 | -15/+0 |
| 2005-11-09 | [PATCH] ide: possible cleanups | Adrian Bunk | 1 | -2/+0 |
| 2005-11-07 | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 1 | -4/+2 |
| 2005-11-07 | [PATCH] ide: kmalloc + memset -> kzalloc conversion | Deepak Saxena | 1 | -8/+4 |
| 2005-09-17 | [PATCH] ide: fix null request pointer for taskfile ioctl | Timothy Thelin | 1 | -0/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+884 |