1. 582078e ide: merge ide_disk_special() into do_special() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  2. 5f582c8 ide: BUG() on unknown flags in ide_disk_special() by Bartlomiej Zolnierkiewicz · 15 years ago
  3. 2c316bb ide: drop rq->data handling from ide_map_sg() by Tejun Heo · 15 years ago
  4. fc38b52 ide-pm: don't abuse rq->data by Tejun Heo · 15 years ago
  5. 5c4be57 ide-cd,atapi: use bio for internal commands by Tejun Heo · 15 years ago
  6. eace4cb ide-taskfile: don't abuse rq->buffer by Tejun Heo · 15 years ago
  7. f505d49 ide: fix barriers support by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  9. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  10. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  11. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 15 years ago
  12. 35218d1 ide: move data register access out of tf_{read|load}() methods (take 2) by Sergei Shtylyov · 15 years ago
  13. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 15 years ago
  14. 9010941 ide: Fix code dealing with sleeping devices in do_ide_request() by Elias Oltmanns · 15 years ago
  15. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  19. ba7d479 ide: use ide_end_rq() in ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  20. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  21. a9587fd ide: remove BUG() from ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 89f78b32 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  24. 37245aa ide: sanitize ide_end_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 1caf236 ide: add ide_end_rq() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 1713788 ide: make ide_special_rq() BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 15 years ago
  27. e7fedc3 ide: use ide_complete_cmd() for head unload commands by Bartlomiej Zolnierkiewicz · 15 years ago
  28. 0dfb991 ide: use ata_tf_protocols enums by Bartlomiej Zolnierkiewicz · 15 years ago
  29. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 15 years ago
  32. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 15 years ago
  33. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 15 years ago
  34. 5e76acd ide: no need to read Status and Error registers for "empty" taskfile requests by Bartlomiej Zolnierkiewicz · 15 years ago
  35. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 15 years ago
  36. e120237 ide: factor out completion of taskfile from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  37. 3616b65 ide: complete power step in ide_complete_pm_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 15 years ago
  39. e354c1d ide: remove IDE_ARCH_LOCK (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  40. d15a613 ide: remove IDE_ARCH_INTR (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  41. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 15 years ago
  43. c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 15 years ago
  44. 1bc6daa ide: factor out processing of special commands from ide_special_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 15 years ago
  47. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 15 years ago
  48. 75a0cff ide: unexport ide_devset_execute() by Bartlomiej Zolnierkiewicz · 15 years ago
  49. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  50. 849d713 ide: allow to wrap interrupt handler by Stanislaw Gruszka · 15 years ago
  51. e0c6dcd ide: expiry() returns int, negative expiry() return values won't be noticed by Roel Kluin · 15 years ago
  52. 9e772d0 ide-cd: fix DMA for non bio-backed requests by Borislav Petkov · 15 years ago
  53. c38714e ide: remove now redundant ->cur_dev checks by Bartlomiej Zolnierkiewicz · 16 years ago
  54. b1b1cd9 ide: remove superfluous hwif variable assignment from ide_timer_expiry() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 9600dcf ide: make "paranoia" ->handler check in ide_intr() more strict by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  59. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 5b31f85 ide: use lock bitops for ports serialization (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  61. efe0397 ide: remove hwgroup->hwif and {drive,hwif}->next by Bartlomiej Zolnierkiewicz · 16 years ago
  62. ae86afa ide: use per-port IRQ handlers by Bartlomiej Zolnierkiewicz · 16 years ago
  63. bd53cbc ide: add ->cur_port to struct ide_host and use it for serialized hosts by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 42cf261 ide: fix setting nIEN on idle devices by Bartlomiej Zolnierkiewicz · 16 years ago
  65. b46f205 ide: fix LOCKDEP warning by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 5317464 ide: remove the last ide-scsi remnants by Borislav Petkov · 16 years ago
  67. 201bffa ide: use per-device request queue locks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 631de37 ide: add ide_[un]lock_hwgroup() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  69. b2cfb05 ide: remove "paranoia" checks for hwgroup->busy by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 2fb2115 ide: remove IDE PM hack from do_ide_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 295f000 ide: don't execute the next queued command from the hard-IRQ context (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  72. e2984c6 ide: move Power Management support to ide-pm.c by Bartlomiej Zolnierkiewicz · 16 years ago
  73. b002415 ide: remove redundant code from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  74. f58c1ab ide: always set nIEN on idle devices by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 46aa7af ide: fix ->quirk_list checking in ide_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 08cd1dc ide: cleanup ide_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 2a2ca6a ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 6ea5222 ide: use queue lock instead of ide_lock when possible by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 3c8a2cc ide: ide_lock + __blk_end_request() -> blk_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  80. a72b214 ide: push ide_lock to __ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 1d0bf58 ide: ide_hwgroup_t.rq doesn't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 3e0e29f ide: unify ide_intr()'s exit points by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 1a65988 Revert "ide: respect current DMA setting during resume" by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 6b7d8fc ide: fix build for DEBUG_PM by Bartlomiej Zolnierkiewicz · 16 years ago
  85. e9eb838 ide: respect current DMA setting during resume by Bartlomiej Zolnierkiewicz · 16 years ago
  86. f9e3326 ide: fix the ide_release_lock imbalance by Michael Schmitz · 16 years ago
  87. f73e2d1 block: remove __generic_unplug_device() from exports by Jens Axboe · 16 years ago
  88. 4abdc6e ide: Implement disk shock protection support (v4) by Elias Oltmanns · 16 years ago
  89. e415e49 ide: Two fixes regarding memory allocation by Elias Oltmanns · 16 years ago
  90. bfa7d8e ide: ->ide_dma_clear_irq() -> ->clear_irq() by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 6982daf ide: convert 'pio_mode' device setting to use DS_SYNC flag by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 7f612f2 ide: remove [ata_]select_t by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 0d346ba ide: sanitize ide*_pm_* enums by Bartlomiej Zolnierkiewicz · 16 years ago
  94. d1d7671 ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices by Bartlomiej Zolnierkiewicz · 16 years ago
  95. c392204 ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRY by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  98. ff2779b ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 4b58f17 ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago