1. e642340 Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  2. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  3. 8dcce40 Merge branch 'bp-remove-pc-buf' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  4. d614aec Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  5. 19af5cd trivial: fix typo milisecond/millisecond for documentation and source comments. by Martin Olsson · 15 years ago
  6. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  7. 626542c ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically by Borislav Petkov · 15 years ago
  8. 103f703 ide: unify interrupt reason checking by Borislav Petkov · 15 years ago
  9. 19f52a7 ide-atapi: remove pc->buf by Borislav Petkov · 15 years ago
  10. ae3a838 ide-atapi: use local sense buffer by Borislav Petkov · 15 years ago
  11. b13345f ide-atapi: add a buffer-arg to ide_queue_pc_tail by Borislav Petkov · 15 years ago
  12. 5a0e43b ide-atapi: add a len-parameter to ide_queue_pc_tail by Borislav Petkov · 15 years ago
  13. 077e6db ide-atapi: switch to rq->resid_len by Borislav Petkov · 15 years ago
  14. dfb7e62 ide-atapi: switch to blk_rq_bytes() on do_request() path by Borislav Petkov · 15 years ago
  15. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  16. 8f6205c ide: dequeue in-flight request by Tejun Heo · 15 years ago
  17. 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  18. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  19. 29d1a43 ide-atapi: kill unused fields and callbacks by Tejun Heo · 15 years ago
  20. e998f30 ide-tape: use standard data transfer mechanism by Tejun Heo · 15 years ago
  21. eb6a61b ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 15 years ago
  22. 02e7cf8 ide-cd,atapi: use bio for internal commands by Tejun Heo · 15 years ago
  23. 0687532 ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 15 years ago
  24. e69d800 ide: add helpers for preparing sense requests by Borislav Petkov · 15 years ago
  25. ac0b011 ide-atapi: don't abuse rq->buffer by Tejun Heo · 15 years ago
  26. 6d70038 ide-atapi: kill unused fields and callbacks by Tejun Heo · 15 years ago
  27. 21d9c5d ide-tape: use standard data transfer mechanism by Tejun Heo · 15 years ago
  28. b3071d1 ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 15 years ago
  29. 5c4be57 ide-cd,atapi: use bio for internal commands by Tejun Heo · 15 years ago
  30. 6b544fc ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 15 years ago
  31. a1df516 ide: add helpers for preparing sense requests by Borislav Petkov · 15 years ago
  32. c267cc1 ide-atapi: don't abuse rq->buffer by Tejun Heo · 15 years ago
  33. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  34. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  35. 5b6c942 ide-floppy: do not complete rq's prematurely by Borislav Petkov · 15 years ago
  36. 349d12a ide-floppy: use ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  37. d93bc45 ide-{floppy,tape}: fix padding for PIO transfers by Bartlomiej Zolnierkiewicz · 15 years ago
  38. f094d4d8 ide: sanitize ide_build_sglist() and ide_destroy_dmatable() by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 88b4132 ide: set/clear drive->waiting_for_dma flag in the core code by Bartlomiej Zolnierkiewicz · 15 years ago
  40. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  41. 4453011 ide: destroy DMA mappings after ending DMA (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 2eba082 ide-atapi: start DMA after issuing a packet command by Borislav Petkov · 15 years ago
  43. 479edf0 ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> by Geert Uytterhoeven · 15 years ago
  44. 35b5d0b ide: remove ide_execute_pkt_cmd() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 15 years ago
  47. b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 15 years ago
  48. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  49. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  50. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  51. 89f78b32 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  52. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  53. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  54. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  55. 03a2faa ide: return request status from ->pc_callback method by Bartlomiej Zolnierkiewicz · 15 years ago
  56. c7016e9 ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag by Bartlomiej Zolnierkiewicz · 15 years ago
  57. 0d6a975 ide: move ide_read_bcount_and_ireason() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  59. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  60. 3eb76c1 ide-floppy: do not map dataless cmds to an sg by Borislav Petkov · 15 years ago
  61. d6251d4 ide-cd: convert to ide-atapi facilities by Borislav Petkov · 16 years ago
  62. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  63. b16aabc ide-atapi: start dma in a drive-specific way by Borislav Petkov · 16 years ago
  64. 06cc277 ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transfer_pc by Borislav Petkov · 16 years ago
  65. 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 16 years ago
  66. d77612a ide-atapi: split drive-specific functionality in ide_issue_pc by Borislav Petkov · 16 years ago
  67. def860d ide-atapi: assign expiry and timeout based on device type by Borislav Petkov · 16 years ago
  68. 8c66285 ide-atapi: compute cmd_len based on device type in ide_transfer_pc by Borislav Petkov · 16 years ago
  69. 5317464 ide: remove the last ide-scsi remnants by Borislav Petkov · 16 years ago
  70. 5d655a0 ide-atapi: remove ide-scsi remnants from ide_pc_intr() by Borislav Petkov · 16 years ago
  71. 5fe3110 ide-atapi: remove ide-scsi remnants from ide_transfer_pc() by Borislav Petkov · 16 years ago
  72. 152fe1c ide-atapi: remove ide-scsi remnants from ide_issue_pc by Borislav Petkov · 16 years ago
  73. 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 16 years ago
  74. 5f25843 ide-atapi: teach ide atapi about drive->waiting_for_dma by Borislav Petkov · 16 years ago
  75. 392de1d ide-atapi: accomodate transfer length calculation for ide-cd by Borislav Petkov · 16 years ago
  76. 4f02ff0 ide-atapi: setup dma for ide-cd by Borislav Petkov · 16 years ago
  77. ed48554 ide-atapi: combine drive-specific assignments by Borislav Petkov · 16 years ago
  78. 991cb26 ide-atapi: add a dev_is_idecd-inline by Borislav Petkov · 16 years ago
  79. 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
  80. f9476b9 ide-atapi: assign taskfile flags per device type by Borislav Petkov · 16 years ago
  81. 0a9b6f8 ide: add ide_drive_t.dma flag by Borislav Petkov · 16 years ago
  82. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  83. baf08f0 ide: make ide_transfer_pc() static by Bartlomiej Zolnierkiewicz · 16 years ago
  84. aa5d2de7 ide: make ide_pc_intr() static by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 85e3903 ide: add ->pc_{update,io}_buffers methods by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 6b0da28 ide: add ide_retry_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 844b946 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 2b9efba ide: add pointer to the current packet command to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  89. b14c721 ide: drop dsc_handle argument from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  90. de699ad ide: add ide_do_test_unit_ready() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 0c8a6c7 ide: add ide_do_start_stop() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 0578042 ide: add ide_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 2ac07d9 ide: add ide_queue_pc_tail() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 7645c15 ide: add ide_queue_pc_head() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 7bf7420 ide: add ide_init_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  96. acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 51509ee ide: add ide_check_atapi_device() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  99. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  100. ac77ef8 ide: remove unused PC_FLAG_DRQ_INTERRUPT by Borislav Petkov · 16 years ago