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