1. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 16 years ago
  3. 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 16 years ago
  4. 07bd3f4 ide-floppy: allocate only toplevel packet commands by Linus Torvalds · 16 years ago
  5. 0df9627 ide-floppy: remove idefloppy_floppy_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 806f80a ide: add generic ATA/ATAPI disk driver by Bartlomiej Zolnierkiewicz · 16 years ago
  7. c84d9bb ide-floppy: factor out generic disk handling code to ide-gd-floppy.c by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
  9. e012862 ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS by Bartlomiej Zolnierkiewicz · 16 years ago
  10. da16787 ide: IDE_AFLAG_WP -> IDE_DFLAG_WP by Bartlomiej Zolnierkiewicz · 16 years ago
  11. fe11edf ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 6f84083 ide-floppy: use drive->capacity64 for caching current capacity by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 8f29cd9 ide-floppy: drop 'floppy' argument from idefloppy_setup() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. ae9f9f0 ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 9c3ba76 ide-floppy: use alloc_disk_node() by Bartlomiej Zolnierkiewicz · 16 years ago
  16. b9103da ide-floppy: move /proc handling to ide-floppy_proc.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 5bb1536 ide-floppy: move all ioctl handling to ide-floppy_ioctl.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 4ab3d50 ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 0ae4b31 ide: remove superfluous ->media field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 0964dbe ide-floppy: add a debug_mask module parameter by Borislav Petkov · 16 years ago
  22. 7b35572 ide-floppy: convert driver to the new debugging macro by Borislav Petkov · 16 years ago
  23. 5aeddf9 ide: unify conversion macros by Borislav Petkov · 16 years ago
  24. baf08f0 ide: make ide_transfer_pc() static by Bartlomiej Zolnierkiewicz · 16 years ago
  25. aa5d2de7 ide: make ide_pc_intr() static by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 85e3903 ide: add ->pc_{update,io}_buffers methods by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 6b0da28 ide: add ide_retry_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 67c5636 ide: add request_sense_{pc,rq} to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 844b946 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 2b9efba ide: add pointer to the current packet command to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  31. b14c721 ide: drop dsc_handle argument from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  33. d6e2955 ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  34. de699ad ide: add ide_do_test_unit_ready() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 0c8a6c7 ide: add ide_do_start_stop() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 0578042 ide: add ide_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 0127854 ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 49cac39 ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP} by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 2ac07d9 ide: add ide_queue_pc_tail() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 7645c15 ide: add ide_queue_pc_head() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 7bf7420 ide: add ide_init_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  42. e996fc8 ide-floppy: add ide_floppy_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  43. acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 4de4b9e ide-floppy: remove MODE_SENSE_* defines by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 2e8a6f8 ide-{floppy,tape}: remove packet command stack by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 394a4c2 ide-{floppy,tape}: remove request stack by Bartlomiej Zolnierkiewicz · 16 years ago
  47. b98b340 ide-floppy: use scatterlists for pio transfers by Borislav Petkov · 16 years ago
  48. d56c99e ide-floppy: add ide_floppy_format_ioctl() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  49. e3faa24 ide-floppy: remove needless parens by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 51509ee ide: add ide_check_atapi_device() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 1e874f4 ide: call ide_proc_register_driver() later by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  58. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  60. ea68d27 ide-floppy: convert to using the new atapi_flags (take 2) by Borislav Petkov · 16 years ago
  61. 20cd93be ide-floppy: pass packet command in rq->cmd by Borislav Petkov · 16 years ago
  62. 2207fa5 ide-floppy: use drive->pc_callback instead of pc->callback by Borislav Petkov · 16 years ago
  63. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  64. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 16 years ago
  66. 85ae98a3 ide: endian annotations in ide-floppy.c by Harvey Harrison · 16 years ago
  67. 68dc357 ide-floppy: zero out the whole struct ide_atapi_pc on init by Borislav Petkov · 16 years ago
  68. c96a7df ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_open by Borislav Petkov · 16 years ago
  69. cbbc4e8 ide-floppy: fix unfortunate function naming by Borislav Petkov · 16 years ago
  70. 646c0cb ide: add ide_pc_intr() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 55d82bf ide-{floppy,scsi}: read Status Register before stopping DMA engine by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 4c93067 ide-floppy: add more debugging to idefloppy_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. dd2e9a0 ide-{floppy,tape}: move checking of ->failed_pc to ->callback by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 6bf1641 ide: add ide_issue_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 28c7214 ide: add PC_FLAG_DRQ_INTERRUPT pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 594c16d ide: add ide_transfer_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 794cc68 ide-{cd,floppy,tape}: remove checking for drive->scsi by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 5d41893 ide: add PC_FLAG_ZIP_DRIVE pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 6ffb664 ide-floppy: start DMA engine in idefloppy_transfer_pc1() by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 5e33109 ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 1b06e92 ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 81f4938 ide-floppy: merge callbacks by Borislav Petkov · 16 years ago
  83. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 0b2eea4 ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1() by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  86. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 124cafc ide: remove ide_init_drive_cmd by FUJITA Tomonori · 16 years ago
  88. 6fe1623 ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  89. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 52d3ccf IDE: Coding Style fixes to drivers/ide/ide-floppy.c by Paolo Ciarrocchi · 16 years ago
  98. eaec3e7 ide: use generic ATAPI packet command flags in ide-{floppy,tape} by Borislav Petkov · 16 years ago
  99. c2b2b29 ide-floppy: rename end_request handler properly by Borislav Petkov · 16 years ago
  100. 8e55512 ide-floppy: convert driver to using generic ide_atapi_pc by Borislav Petkov · 16 years ago