1. d6ff9f6 ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 05236ea ide: move ioctls handling to ide-ioctls.c by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 151a670 ide: remove SECTOR_WORDS define by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  6. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 90d2c6b ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 16 years ago
  11. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  12. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 16 years ago
  13. ad15e9f ide: remove needless includes from ide-taskfile.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 605cfe8 ide: remove superfluous BUG_ON() from set_geometry_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 07fe69d ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE by Bartlomiej Zolnierkiewicz · 16 years ago
  16. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  17. ed4af48 ide: move IRQ unmasking out from ->tf_load method by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 154ed28 ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  19. f54feaf ide: increase timeout in wait_drive_not_busy() by Bartlomiej Zolnierkiewicz · 16 years ago
  20. e7b241a ide: use blk_rq_init() to initialize the request by FUJITA Tomonori · 16 years ago
  21. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 16 years ago
  22. d309e0b ide: move ide_tf_{load,read} to ide-iops.c by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 089c5c7 ide: factor out debugging code from ide_tf_load() by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  27. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  29. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  30. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 6c3c315 IDE: Make taskfile interface more robust wrt unexpected end-of-command by Linus Torvalds · 16 years ago
  32. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  33. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  34. af10f77 ide: remove ide_ata66_check() by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 5efe7c5 ide: remove set_transfer() by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  38. da6f4c7 ide: make wait_drive_not_busy() static again by Adrian Bunk · 16 years ago
  39. 5a9e77a ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 852738f ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 145b75e ide: initialize rq->cmd_type in ide_init_drive_cmd() callers by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 2624565 ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 4906f3b ide: kill DATA_READY define by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 4d7a984 ide: task_end_request() fix by Tejun Heo · 16 years ago
  46. 79f21b8 ide: use rq->nr_sectors in task_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 03c3c70 ide: remove needless ->cursg clearing from task_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 73d7de0 ide: fix final status check in task_in_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 35cf2b9 ide: fix ->io_32bit race in ide_taskfile_ioctl() by Tejun Heo · 16 years ago
  51. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 6dd9b83 ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) by Bartlomiej Zolnierkiewicz · 16 years ago
  54. f6e29e3 ide-disk: use do_rw_taskfile() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 57d7366 ide: remove 'handler' field from ide_task_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 1192e52 ide: use ->data_phase to set ->handler in do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 10d9015 ide: convert do_rw_taskfile() to use ->data_phase by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 1edee60 ide: merge flagged_taskfile() into do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 866e2ec ide: remove 'tf_in_flags' field from ide_task_t by Bartlomiej Zolnierkiewicz · 16 years ago
  60. ac026ff ide: remove 'command_type' field from ide_task_t by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 14b89ef ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  62. a3bbb9d ide: remove unnecessary writes to HOB taskfile registers by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 807e35d ide: use ide_tf_load() in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 74095a9 ide: use do_rw_taskfile() in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 9a3c49b ide: add ide_no_data_taskfile() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 9e42237 ide: add ide_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  68. cd2a2d9 ide: remove task_ioreg_t typedef (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 26a5b04 ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 02ac246 ide: add missing rq.ref_count initialization to ide_diag_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  72. eda5b35 ide: check drive->using_dma in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  73. dd35b7b ide: check ->dma_setup() return value in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 52c8136 ide: remove stale comments from ide-taskfile.c by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 55c16a7 IDE: sg chaining support by Jens Axboe · 17 years ago
  76. b42fa13 ide: never called printk statement in ide-taskfile.c::wait_drive_not_busy by Masatake YAMATO · 17 years ago
  77. 3a42bb2 [PATCH] ide: add sanity checking to ide taskfile ioctl by Alan Cox · 18 years ago
  78. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  79. 366c7f5 [PATCH] lockdep: annotate enable_in_hardirq() by Ingo Molnar · 18 years ago
  80. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  81. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  82. 03731fb [PATCH] Ensure ide-taskfile calls any driver specific end_request function by Richard Purdie · 18 years ago
  83. 651c29a [PATCH] ide: touch softlockup detector during pio by Andrew Morton · 18 years ago
  84. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  85. e07bc70 [PATCH] ide: remove dead code from flagged_taskfile() by Bartlomiej Zolnierkiewicz · 19 years ago
  86. c0bc113 [PATCH] ide: remove dead DEBUG_TASKFILE code by Bartlomiej Zolnierkiewicz · 19 years ago
  87. e851b62 [PATCH] ide: possible cleanups by Adrian Bunk · 19 years ago
  88. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  89. f5e3c2f [PATCH] ide: kmalloc + memset -> kzalloc conversion by Deepak Saxena · 19 years ago
  90. ef0f6a43 [PATCH] ide: fix null request pointer for taskfile ioctl by Timothy Thelin · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago