1. a1df516 ide: add helpers for preparing sense requests by Borislav Petkov · 15 years ago
  2. 46a802e ide kill unused ide_cmd->special by Tejun Heo · 15 years ago
  3. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  4. c9ff9e7 ide: refactor tf_load() method by Sergei Shtylyov · 15 years ago
  5. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  6. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  7. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 15 years ago
  8. abb596b ide: turn selectproc() method into dev_select() method (take 5) by Sergei Shtylyov · 15 years ago
  9. 6762511 ide: rename IDE_TFLAG_IN_[HOB_]FEATURE by Sergei Shtylyov · 15 years ago
  10. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 15 years ago
  11. 349d12a ide-floppy: use ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 41fa9f8 ide: decrease size of ->pc_buf field in struct ide_atapi_pc by Bartlomiej Zolnierkiewicz · 15 years ago
  13. f094d4d8 ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 15 years ago
  14. 8a4a573 ide: add ->dma_check method by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 35c9b4d ide: add ->dma_clear method and remove ->dma_timeout one by Bartlomiej Zolnierkiewicz · 15 years ago
  18. 06a449e ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests by Bartlomiej Zolnierkiewicz · 15 years ago
  19. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 15 years ago
  20. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 35b5d0b ide: remove ide_execute_pkt_cmd() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 15 years ago
  24. b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  27. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  28. a9587fd ide: remove BUG() from ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 1caf236 ide: add ide_end_rq() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 0dfb991 ide: use ata_tf_protocols enums by Bartlomiej Zolnierkiewicz · 15 years ago
  32. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  33. adb1af9 ide: pass command instead of request to ide_pio_datablock() by Bartlomiej Zolnierkiewicz · 15 years ago
  34. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  35. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 03a2faa ide: return request status from ->pc_callback method by Bartlomiej Zolnierkiewicz · 15 years ago
  37. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 15 years ago
  38. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 5e2040fd ide: move ->failed_pc to ide_drive_t by Bartlomiej Zolnierkiewicz · 15 years ago
  40. c7016e9 ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag by Bartlomiej Zolnierkiewicz · 15 years ago
  41. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 15 years ago
  42. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 15 years ago
  43. 3616b65 ide: complete power step in ide_complete_pm_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  44. 19710d2 ide: add "flagged" taskfile flags to struct ide_taskfile (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  45. c094ea0 ide: add IDE_HFLAG_4DRIVES host flag by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 2787cb8 ide: add IDE_HFLAG_DTC2278 host flag by Bartlomiej Zolnierkiewicz · 15 years ago
  47. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 15 years ago
  48. 69197ad ide: fix memleak on failure in probe_for_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  49. 15a453a ide: include <asm/ide.h> only when needed by Bartlomiej Zolnierkiewicz · 15 years ago
  50. e354c1d ide: remove IDE_ARCH_LOCK (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  51. d15a613 ide: remove IDE_ARCH_INTR (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  52. 088b1b8 ide: improve debugging scheme by Borislav Petkov · 15 years ago
  53. 2ebe1d9 ide: use try_to_identify() in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  54. d45b70a mn10300: remove <asm/ide.h> by Bartlomiej Zolnierkiewicz · 15 years ago
  55. 662641d frv: remove <asm/ide.h> by Bartlomiej Zolnierkiewicz · 15 years ago
  56. 86ccf37 ide: remove pciirq argument from ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 15 years ago
  57. 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 8b07ed2 ide: remove no longer needed IRQ fallback code from hwif_init() by Bartlomiej Zolnierkiewicz · 15 years ago
  59. 2467922 ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS by Bartlomiej Zolnierkiewicz · 15 years ago
  60. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  61. 7eeaaaa ide: move xfer mode tuning code to ide-xfer-mode.c by Bartlomiej Zolnierkiewicz · 15 years ago
  62. 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 15 years ago
  63. c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 15 years ago
  64. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  65. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 15 years ago
  66. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 15 years ago
  67. 8b803bd ide: sanitize ACPI initialization by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 15 years ago
  69. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  70. 5d82720 ide: save the returned value of dma_map_sg by FUJITA Tomonori · 15 years ago
  71. 849d713 ide: allow to wrap interrupt handler by Stanislaw Gruszka · 15 years ago
  72. 8fed436 ide: fix refcounting in device drivers by Bartlomiej Zolnierkiewicz · 15 years ago
  73. e720b9e IDE: fix sparse signed-ness errors with host->host_busy by Ben Dooks · 15 years ago
  74. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 15 years ago
  75. 94c9644 ide: remove unused ide_hwif_t.sg_mapped field by Bartlomiej Zolnierkiewicz · 15 years ago
  76. 906ef98 ide: struct ide_atapi_pc - remove unused fields and update documentation by Bartlomiej Zolnierkiewicz · 15 years ago
  77. d6251d4 ide-cd: convert to ide-atapi facilities by Borislav Petkov · 15 years ago
  78. 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 15 years ago
  79. 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 15 years ago
  81. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  82. 9892ec5 ide: remove 'byte' typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  83. c0ae502 ide: remove ide_pci_enablebit_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  84. 54cc142 ide: remove local_irq_set() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  85. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  86. b40d1b8 ide: move ide_init_port_data() and friends to ide-probe.c by Bartlomiej Zolnierkiewicz · 15 years ago
  87. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  88. 5b31f85 ide: use lock bitops for ports serialization (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  89. efe0397 ide: remove hwgroup->hwif and {drive,hwif}->next by Bartlomiej Zolnierkiewicz · 15 years ago
  90. ae86afa ide: use per-port IRQ handlers by Bartlomiej Zolnierkiewicz · 15 years ago
  91. bd53cbc ide: add ->cur_port to struct ide_host and use it for serialized hosts by Bartlomiej Zolnierkiewicz · 15 years ago
  92. 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 15 years ago
  93. 5317464 ide: remove the last ide-scsi remnants by Borislav Petkov · 15 years ago
  94. 5d655a0 ide-atapi: remove ide-scsi remnants from ide_pc_intr() by Borislav Petkov · 15 years ago
  95. 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 15 years ago
  96. 392de1d ide-atapi: accomodate transfer length calculation for ide-cd by Borislav Petkov · 15 years ago
  97. bf64741 ide: make IDE_AFLAG_.. numbering continuous again by Borislav Petkov · 15 years ago
  98. 201bffa ide: use per-device request queue locks (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  99. 631de37 ide: add ide_[un]lock_hwgroup() helpers by Bartlomiej Zolnierkiewicz · 15 years ago
  100. 295f000 ide: don't execute the next queued command from the hard-IRQ context (v2) by Bartlomiej Zolnierkiewicz · 15 years ago