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