1. 9a6d548 ide: ensure atapi sense request aren't preempted by Jens Axboe · 6 years ago
  2. 9334ae5 ide: clear ide_req()->special for non-passthrough requests by Jens Axboe · 6 years ago
  3. d16a676 ide: don't clear special on ide_queue_rq() entry by Jens Axboe · 6 years ago
  4. 22ce0a7 ide: don't use req->special by Christoph Hellwig · 6 years ago
  5. 535ac5d ide: cleanup ->prep_rq calling convention by Christoph Hellwig · 6 years ago
  6. 6003352 ide: convert to blk-mq by Jens Axboe · 6 years ago
  7. bb1215a ide: remove redundant variables queue_run_ms and left by Colin Ian King · 7 years ago
  8. 56f0dda ide: Handle irq disabling consistently by Sebastian Andrzej Siewior · 7 years ago
  9. 10738ba ide: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  10. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  11. acfead3 ide: don't call memcpy with the same source and destination by Mikulas Patocka · 8 years ago
  12. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 8 years ago
  13. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  14. 2f5a8e80 ide: don't abuse cmd_type by Christoph Hellwig · 8 years ago
  15. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  16. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  17. e806402 block: split out request-only flags into a new namespace by Christoph Hellwig · 8 years ago
  18. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 10 years ago
  19. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 10 years ago
  20. 782b86e ide: always ensure that blk_delay_queue() is called if we have pending IO by Jens Axboe · 14 years ago
  21. 929e272 ide: ide_requeue_and_plug() reinstate "always plug" behaviour by Jens Axboe · 14 years ago
  22. 9ced0b9 ide: ensure that we re-run the queue handler by Jens Axboe · 14 years ago
  23. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  24. 0da2f50 ide: remove unnecessary blk_queue_flushing() test in do_ide_request() by Tejun Heo · 14 years ago
  25. 4c4762d block: fix some more cmd_type cleanup fallout by Christoph Hellwig · 15 years ago
  26. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  27. 6072f74 ide: Requeue request after DMA timeout by Herbert Xu · 15 years ago
  28. 3503e0a Revert "ide: improve handling of Power Management requests" by David S. Miller · 16 years ago
  29. 5e95524 ide: always kill the whole request on error by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 7895475 ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requests by Bartlomiej Zolnierkiewicz · 16 years ago
  31. a1317f7 ide: improve handling of Power Management requests by Bartlomiej Zolnierkiewicz · 16 years ago
  32. f4d3ffa ide: move ack_intr() method into 'struct ide_port_ops' (take 2) by Sergei Shtylyov · 16 years ago
  33. eba8999 ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2) by Sergei Shtylyov · 16 years ago
  34. 53b987d ide: call clear_irq() method in ide_timer_expiry() by Sergei Shtylyov · 16 years ago
  35. d614aec Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  36. 734affd ide: add IDE_DFLAG_NIEN_QUIRK device flag by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 9bd7de5 Merge branch 'master' into for-2.6.31 by Jens Axboe · 16 years ago
  38. 4c9773e Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 16 years ago
  39. e3b29f0 ide: fix OOPS during ide-cd error recovery by Bartlomiej Zolnierkiewicz · 16 years ago
  40. ca1b96e ide: replace special_t typedef by IDE_SFLAG_* flags by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 582078e ide: merge ide_disk_special() into do_special() (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 5f582c8 ide: BUG() on unknown flags in ide_disk_special() by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
  44. 8f6205c ide: dequeue in-flight request by Tejun Heo · 16 years ago
  45. 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 16 years ago
  46. 9780e2d ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 16 years ago
  47. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 16 years ago
  48. 5ad960f ide: drop rq->data handling from ide_map_sg() by Tejun Heo · 16 years ago
  49. 765139e ide-pm: don't abuse rq->data by Tejun Heo · 16 years ago
  50. 02e7cf8 ide-cd,atapi: use bio for internal commands by Tejun Heo · 16 years ago
  51. d868ca2 ide-taskfile: don't abuse rq->buffer by Tejun Heo · 16 years ago
  52. 2c316bb ide: drop rq->data handling from ide_map_sg() by Tejun Heo · 16 years ago
  53. fc38b52 ide-pm: don't abuse rq->data by Tejun Heo · 16 years ago
  54. 5c4be57 ide-cd,atapi: use bio for internal commands by Tejun Heo · 16 years ago
  55. eace4cb ide-taskfile: don't abuse rq->buffer by Tejun Heo · 16 years ago
  56. f505d49 ide: fix barriers support by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 16 years ago
  58. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 16 years ago
  59. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 16 years ago
  60. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 16 years ago
  61. 35218d1 ide: move data register access out of tf_{read|load}() methods (take 2) by Sergei Shtylyov · 16 years ago
  62. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 16 years ago
  63. 9010941 ide: Fix code dealing with sleeping devices in do_ide_request() by Elias Oltmanns · 16 years ago
  64. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. ba7d479 ide: use ide_end_rq() in ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  69. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  70. a9587fd ide: remove BUG() from ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 89f78b3 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 37245aa ide: sanitize ide_end_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 1caf236 ide: add ide_end_rq() (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 1713788 ide: make ide_special_rq() BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 16 years ago
  76. e7fedc3 ide: use ide_complete_cmd() for head unload commands by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 0dfb991 ide: use ata_tf_protocols enums by Bartlomiej Zolnierkiewicz · 16 years ago
  78. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 16 years ago
  81. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 16 years ago
  82. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 5e76acd ide: no need to read Status and Error registers for "empty" taskfile requests by Bartlomiej Zolnierkiewicz · 16 years ago
  84. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 16 years ago
  85. e120237 ide: factor out completion of taskfile from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 3616b65 ide: complete power step in ide_complete_pm_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 16 years ago
  88. e354c1d ide: remove IDE_ARCH_LOCK (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  89. d15a613 ide: remove IDE_ARCH_INTR (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 16 years ago
  92. c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 1bc6daa ide: factor out processing of special commands from ide_special_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 16 years ago
  96. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 75a0cff4 ide: unexport ide_devset_execute() by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 849d713 ide: allow to wrap interrupt handler by Stanislaw Gruszka · 16 years ago
  100. e0c6dcd ide: expiry() returns int, negative expiry() return values won't be noticed by Roel Kluin · 16 years ago