1. d878829 piix: The Sony TZ90 needs the cable type hardcoding by Alan Cox · 15 years ago
  2. b019447 icside: register second channel of version 6 PCB by Sergei Shtylyov · 15 years ago
  3. 36999a5 ide-tape: remove back-to-back REQUEST_SENSE detection by Tejun Heo · 15 years ago
  4. 96c1674 ide-cd: fix REQ_QUIET tests in cdrom_decode_status by Borislav Petkov · 15 years ago
  5. d7f51435 palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixup by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 33e8601 palm_bk3710: those registers/bitfields don't exist by David Brownell · 15 years ago
  7. b0aedb0 ide: Stop disks on reboot for laptop which cuts power by Bruno Prémont · 15 years ago
  8. a1f9a89 ide-cd: fix kernel crash on hppa regression by Helge Deller · 15 years ago
  9. db2f38c palm_bk3710: UDMA performance fix by David Brownell · 15 years ago
  10. 15da90b cs5536: define dma_sff_read_status() method by Sergei Shtylyov · 15 years ago
  11. f505d49 ide: fix barriers support by Bartlomiej Zolnierkiewicz · 15 years ago
  12. d5f840b ide: Remove void casts by Jack Stone · 15 years ago
  13. 59c8d04 hpt366: use ATA_DMA_* constants by Sergei Shtylyov · 15 years ago
  14. c018f1e hpt366: fix HPT370 DMA timeouts by Sergei Shtylyov · 15 years ago
  15. fb4252e at91_ide: turn on PIO 6 support by Stanislaw Gruszka · 15 years ago
  16. 55c590b at91_ide: remove unused ide_mm_{outb,inb} by Stanislaw Gruszka · 15 years ago
  17. 3c8a48e ide-cd: reverse NOT_READY sense key logic by Borislav Petkov · 15 years ago
  18. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  19. c9ff9e7 ide: refactor tf_load() method by Sergei Shtylyov · 15 years ago
  20. 30881b9 ide: call write_devctl() method from tf_read() method by Sergei Shtylyov · 15 years ago
  21. 4109d19 ide: move common code out of tf_load() method by Sergei Shtylyov · 15 years ago
  22. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  23. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  24. 674f0ea ide-cd: fix intendation in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 1920c48 ide-cd: unify handling of fs and pc requests in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 15 years ago
  26. e01f251 ide-cd: convert cdrom_decode_status() to use switch statements by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 98036ab ide-cd: update debugging support by Borislav Petkov · 15 years ago
  28. dfa4411 ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status() by Borislav Petkov · 15 years ago
  29. 1597cd8 ide: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  30. aa24d97 tx4939ide: Fix tx4939ide_{in,out}put_data_swap argument by Atsushi Nemoto · 15 years ago
  31. d68bab5 tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read} by Atsushi Nemoto · 15 years ago
  32. 805ec58 ide-cd: carve out an ide_cd_breathe()-helper for fs write requests by Borislav Petkov · 15 years ago
  33. 8e59bfd ide-cd: move status checking into the IRQ handler by Borislav Petkov · 15 years ago
  34. cfd30da ide-h8300: remove custom tf_{read|load}() methods by Sergei Shtylyov · 15 years ago
  35. 7636e45 at91_ide: remove custom tf_{read|load}() methods by Sergei Shtylyov · 15 years ago
  36. add4d9a ide-h8300: remove mm_{inw|outw}() by Sergei Shtylyov · 15 years ago
  37. 253275c tx4939ide: remove wmb() by Atsushi Nemoto · 15 years ago
  38. edafcf7 ide: remove wmb() from ide-dma-sff.c and scc_pata.c by Grant Grundler · 15 years ago
  39. d188120 ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data by Geert Uytterhoeven · 15 years ago
  40. aa07573 ide: Fix host drivers that need IRQF_SHARED by Geert Uytterhoeven · 15 years ago
  41. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  42. 5b6c942 ide-floppy: do not complete rq's prematurely by Borislav Petkov · 15 years ago
  43. d80c592 ide: be able to build pmac driver without IDE built-in by Gilles Espinasse · 15 years ago
  44. a9d5a97 ide-pmac: IDE cable detection on Apple PowerBook by TOMARI Hisanobu · 15 years ago
  45. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 15 years ago
  46. abb596b ide: turn selectproc() method into dev_select() method (take 5) by Sergei Shtylyov · 15 years ago
  47. 35218d1 ide: move data register access out of tf_{read|load}() methods (take 2) by Sergei Shtylyov · 15 years ago
  48. bac08ce ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2) by Sergei Shtylyov · 15 years ago
  49. deae17f ide-io-std: shorten ide_{in|out}put_data() by Sergei Shtylyov · 15 years ago
  50. 6762511 ide: rename IDE_TFLAG_IN_[HOB_]FEATURE by Sergei Shtylyov · 15 years ago
  51. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 15 years ago
  52. 4d74c3f ide: use ATA_HOB by Sergei Shtylyov · 15 years ago
  53. 47ab834 ide-disk: use ATA_ERR by Sergei Shtylyov · 15 years ago
  54. 74638c8 ide: add support for CFA specified transfer modes (take 3) by Sergei Shtylyov · 15 years ago
  55. c419993 ide-iops: only clear DMA words on setting DMA mode by Sergei Shtylyov · 15 years ago
  56. 8d64fcd ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3) by Sergei Shtylyov · 15 years ago
  57. 985232e au1xxx-ide: auide_{in|out}sw() should be static by Sergei Shtylyov · 15 years ago
  58. 349d12a ide-floppy: use ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  59. d93bc45 ide-{floppy,tape}: fix padding for PIO transfers by Bartlomiej Zolnierkiewicz · 15 years ago
  60. 9f5af4d ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option by Bartlomiej Zolnierkiewicz · 15 years ago
  61. 41fa9f8 ide: decrease size of ->pc_buf field in struct ide_atapi_pc by Bartlomiej Zolnierkiewicz · 15 years ago
  62. b547916 ide: fix locking in drive_release_dev() by Bartlomiej Zolnierkiewicz · 15 years ago
  63. 4465461 ide: merge ide_arm and ide_generic host drivers by Bartlomiej Zolnierkiewicz · 15 years ago
  64. 52913ab ide-generic: remove no longer needed sysfs interface by Bartlomiej Zolnierkiewicz · 15 years ago
  65. f094d4d8 ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 15 years ago
  66. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  67. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 15 years ago
  69. 7526efa trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  70. a6d67ff ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  71. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  72. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  73. 1cee52d ide: inline ide_dma_timeout() into ide_dma_timeout_retry() by Bartlomiej Zolnierkiewicz · 15 years ago
  74. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  75. e698ea8 ide-cd: minor ide_cdrom_setup() cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  76. 14fa91c ide-cd: unify transfer padding in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  77. 4a3d8cf ide-cd: use common completion path for DMA requests in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  78. c7ec899 ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  79. 8652b31 ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw() by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 06a449e ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests by Bartlomiej Zolnierkiewicz · 15 years ago
  81. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 15 years ago
  82. 5ed57ad ide-cd: cleanup ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  83. c4c69e2 ide-cd: kill whole failed request in ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  84. f63174e ide-cd: remove cdrom_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  85. 8a11697 ide-cd: unify cdrom_newpc_intr() exit paths by Bartlomiej Zolnierkiewicz · 15 years ago
  86. 984c5e5 ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path by Bartlomiej Zolnierkiewicz · 15 years ago
  87. e0458cc ide-cd: unify ide_cd_do_request() exit paths by Bartlomiej Zolnierkiewicz · 15 years ago
  88. 299c485 ide-cd: factor out failed request completion from cdrom_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  89. 6041e8f ide-cd: remove no longer needed 'ignore' module parameter by Bartlomiej Zolnierkiewicz · 15 years ago
  90. 1ab6d74 ide-cd: remove needless ide_dump_status_no_sense() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  91. 13eae6a ide-cd: remove dead code from cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 15 years ago
  92. bf12a9c ide-cd: use ide_end_rq() also for failed non-fs requests by Bartlomiej Zolnierkiewicz · 15 years ago
  93. 116e690 ide-cd: remove dead URLs by Bartlomiej Zolnierkiewicz · 15 years ago
  94. f2bc316 ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  95. 7a00798 ide: add support for arbitrary transfer lengths to ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  96. 2eba082 ide-atapi: start DMA after issuing a packet command by Borislav Petkov · 15 years ago
  97. da19620 at91_ide: fix ->ftf_flags handling by Bartlomiej Zolnierkiewicz · 15 years ago
  98. 479edf0 ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> by Geert Uytterhoeven · 15 years ago
  99. 9010941 ide: Fix code dealing with sleeping devices in do_ide_request() by Elias Oltmanns · 15 years ago
  100. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago