1. 11998b3 ide: move ide_map_sg() call out of ->dma_setup method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 7526efa trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  4. a6d67ff ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 1cee52d ide: inline ide_dma_timeout() into ide_dma_timeout_retry() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 16 years ago
  9. e698ea8 ide-cd: minor ide_cdrom_setup() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 14fa91c ide-cd: unify transfer padding in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 4a3d8cf ide-cd: use common completion path for DMA requests in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  12. c7ec899 ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 8652b31 ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 06a449e ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests by Bartlomiej Zolnierkiewicz · 16 years ago
  15. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 5ed57ad ide-cd: cleanup ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. c4c69e2 ide-cd: kill whole failed request in ide_cd_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. f63174e ide-cd: remove cdrom_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 8a11697 ide-cd: unify cdrom_newpc_intr() exit paths by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 984c5e5 ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path by Bartlomiej Zolnierkiewicz · 16 years ago
  21. e0458cc ide-cd: unify ide_cd_do_request() exit paths by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 299c485 ide-cd: factor out failed request completion from cdrom_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 6041e8f ide-cd: remove no longer needed 'ignore' module parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 1ab6d74 ide-cd: remove needless ide_dump_status_no_sense() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 13eae6a ide-cd: remove dead code from cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  26. bf12a9c ide-cd: use ide_end_rq() also for failed non-fs requests by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 116e690 ide-cd: remove dead URLs by Bartlomiej Zolnierkiewicz · 16 years ago
  28. f2bc316 ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 7a00798 ide: add support for arbitrary transfer lengths to ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 2eba082 ide-atapi: start DMA after issuing a packet command by Borislav Petkov · 16 years ago
  31. da19620 at91_ide: fix ->ftf_flags handling by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 479edf0 ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> by Geert Uytterhoeven · 16 years ago
  33. 9010941 ide: Fix code dealing with sleeping devices in do_ide_request() by Elias Oltmanns · 16 years ago
  34. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 35b5d0b ide: remove ide_execute_pkt_cmd() (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 16 years ago
  38. b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. ba7d479 ide: use ide_end_rq() in ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. a9587fd ide: remove BUG() from ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 89f78b32 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 37245aa ide: sanitize ide_end_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 1caf236 ide: add ide_end_rq() (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 1713788 ide: make ide_special_rq() BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 2230d90d ide: sanitize ide_finish_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  50. d364c7f ide: use ide_complete_cmd() for REQ_UNPARK_HEADS by Bartlomiej Zolnierkiewicz · 16 years ago
  51. e7fedc3 ide: use ide_complete_cmd() for head unload commands by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 041cea1 ide: task_error() -> task_error_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 0a1248c ide: unify exit paths in task_pio_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 151055e ide: inline task_in_unexpected() into task_pio_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 901bd08a ide: merge task_{in,out}_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 0dfb991 ide: use ata_tf_protocols enums by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 04d09b0 ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl() by Bartlomiej Zolnierkiewicz · 16 years ago
  58. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 16 years ago
  59. adb1af9 ide: pass command instead of request to ide_pio_datablock() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  61. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  62. b109f52 ide: use blk_fs_request() check in ide-taskfile.c by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 03a2faa ide: return request status from ->pc_callback method by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 313afea ide-{floppy,tape}: cleanup ide*_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 5e2040fd ide: move ->failed_pc to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  68. bfdb0b3 ide-tape: remove superfluous tape->lock by Bartlomiej Zolnierkiewicz · 16 years ago
  69. cc49555 ide-floppy: remove superfluous check from ide_floppy_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  70. c7016e9 ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag by Bartlomiej Zolnierkiewicz · 16 years ago
  71. e295b8d au1xxx-ide: auide_dma_end() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  72. e2bcb2a trm290: trm290_dma_setup() fix by Bartlomiej Zolnierkiewicz · 16 years ago
  73. f7ef124 icside: icside_dma_setup() fixes by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 3937585 ide: move smart_enable() call out from get_smart_data() by Bartlomiej Zolnierkiewicz · 16 years ago
  75. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 5e76acd ide: no need to read Status and Error registers for "empty" taskfile requests by Bartlomiej Zolnierkiewicz · 16 years ago
  77. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 16 years ago
  78. e120237 ide: factor out completion of taskfile from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 3616b65 ide: complete power step in ide_complete_pm_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 19710d2 ide: add "flagged" taskfile flags to struct ide_taskfile (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  81. c094ea0 ide: add IDE_HFLAG_4DRIVES host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 2787cb8 ide: add IDE_HFLAG_DTC2278 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 0a6e49e ide: remove now superfluous check from ide_host_register() by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 16 years ago
  85. c7db966 ide: fix error message in pre_task_out_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 69197ad ide: fix memleak on failure in probe_for_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 304ffd6 scc_pata: remove DECLARE_SCC_DEV() macro (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 15a453a ide: include <asm/ide.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 443d18c at91_ide: use readsw()/writesw() directly by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 3f2154d ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense by Borislav Petkov · 16 years ago
  91. 13b8860 IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS() by Kevin Hilman · 16 years ago
  92. f94116a ide: cleanup <asm-m68k/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 09a3e79 ide: make m68k host drivers use IDE_HFLAG_MMIO by Bartlomiej Zolnierkiewicz · 16 years ago
  94. e354c1d ide: remove IDE_ARCH_LOCK (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  95. d15a613 ide: remove IDE_ARCH_INTR (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 088b1b8 ide: improve debugging scheme by Borislav Petkov · 16 years ago
  97. 70775e9 ide: move ->rqsize init from init_irq() to ide_init_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 211176c macide: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 0e78a54 buddha: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  100. ee1464a ide-pnp: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago