1. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  2. a7928c1 block: move PM request support to IDE by Christoph Hellwig · 9 years ago
  3. 1581208 ide: Fix IDE PIO size calculation by Steven J. Hill · 11 years ago
  4. 45b408d ide: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  5. 38789fd ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  6. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  7. 7d543d8 drivers/ide: Use memdup_user by Julia Lawall · 14 years ago
  8. 720fc22 ide: Fix IDE taskfile with cfq scheduler by Mikulas Patocka · 14 years ago
  9. 665d66e ide: fix races in handling of user-space SET XFER commands by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 2d5abce ide: ide-taskfile.c fix style problems by Jaswinder Singh Rajput · 15 years ago
  11. 7fa350b ide: Fix annoying warning in ide_pio_bytes(). by David S. Miller · 15 years ago
  12. a9079052 IDE: Save a call to PageHighMem() by Jean Delvare · 15 years ago
  13. 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
  14. d6dcdea ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 15 years ago
  15. ca1b96e ide: replace special_t typedef by IDE_SFLAG_* flags by Bartlomiej Zolnierkiewicz · 15 years ago
  16. 9780e2dd ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 15 years ago
  17. d868ca2 ide-taskfile: don't abuse rq->buffer by Tejun Heo · 15 years ago
  18. eace4cb ide-taskfile: don't abuse rq->buffer by Tejun Heo · 15 years ago
  19. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 15 years ago
  20. c9ff9e7 ide: refactor tf_load() method by Sergei Shtylyov · 15 years ago
  21. 4109d19 ide: move common code out of tf_load() method by Sergei Shtylyov · 15 years ago
  22. 745483f ide: simplify 'struct ide_taskfile' by Sergei Shtylyov · 15 years ago
  23. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 15 years ago
  24. 35218d1 ide: move data register access out of tf_{read|load}() methods (take 2) by Sergei Shtylyov · 15 years ago
  25. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 15 years ago
  26. 5ae5412 ide: add ide_dma_prepare() helper by Bartlomiej Zolnierkiewicz · 15 years ago
  27. a08915b ide-cd: use scatterlists for PIO transfers (fs requests) by Bartlomiej Zolnierkiewicz · 15 years ago
  28. f2bc316 ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 7a00798 ide: add support for arbitrary transfer lengths to ide_pio_bytes() by Bartlomiej Zolnierkiewicz · 15 years ago
  30. bf717c0 ide: keep track of number of bytes instead of sectors in struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 35b5d0b ide: remove ide_execute_pkt_cmd() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  33. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 15 years ago
  34. b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 22981694 ide: pass command to ide_map_sg() by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  37. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 2230d90d ide: sanitize ide_finish_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  40. d364c7f ide: use ide_complete_cmd() for REQ_UNPARK_HEADS by Bartlomiej Zolnierkiewicz · 15 years ago
  41. e7fedc3 ide: use ide_complete_cmd() for head unload commands by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 041cea1 ide: task_error() -> task_error_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  43. 0a1248c ide: unify exit paths in task_pio_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  44. 151055e ide: inline task_in_unexpected() into task_pio_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 901bd08a ide: merge task_{in,out}_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 0dfb991 ide: use ata_tf_protocols enums by Bartlomiej Zolnierkiewicz · 15 years ago
  47. 04d09b0 ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl() by Bartlomiej Zolnierkiewicz · 15 years ago
  48. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  49. adb1af9 ide: pass command instead of request to ide_pio_datablock() by Bartlomiej Zolnierkiewicz · 15 years ago
  50. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  51. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  52. b109f52 ide: use blk_fs_request() check in ide-taskfile.c by Bartlomiej Zolnierkiewicz · 15 years ago
  53. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 15 years ago
  54. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 15 years ago
  55. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 15 years ago
  56. 19710d2 ide: add "flagged" taskfile flags to struct ide_taskfile (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  57. c7db966 ide: fix error message in pre_task_out_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  59. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  60. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  61. 4abdc6e ide: Implement disk shock protection support (v4) by Elias Oltmanns · 16 years ago
  62. d6ff9f6 ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 05236ea ide: move ioctls handling to ide-ioctls.c by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 151a670 ide: remove SECTOR_WORDS define by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  67. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 90d2c6b ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 16 years ago
  72. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  73. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 16 years ago
  74. ad15e9f ide: remove needless includes from ide-taskfile.c (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 605cfe8 ide: remove superfluous BUG_ON() from set_geometry_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 07fe69d ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE by Bartlomiej Zolnierkiewicz · 16 years ago
  77. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  78. ed4af48 ide: move IRQ unmasking out from ->tf_load method by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 154ed28 ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  80. f54feaf ide: increase timeout in wait_drive_not_busy() by Bartlomiej Zolnierkiewicz · 16 years ago
  81. e7b241a ide: use blk_rq_init() to initialize the request by FUJITA Tomonori · 16 years ago
  82. 94cd5b6 ide: add ->tf_load and ->tf_read methods by Bartlomiej Zolnierkiewicz · 16 years ago
  83. d309e0b ide: move ide_tf_{load,read} to ide-iops.c by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 089c5c7 ide: factor out debugging code from ide_tf_load() by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 92d3ab2 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  88. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  90. eb63963 ide: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  91. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 6c3c315 IDE: Make taskfile interface more robust wrt unexpected end-of-command by Linus Torvalds · 16 years ago
  93. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  94. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  95. af10f77 ide: remove ide_ata66_check() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 5efe7c5 ide: remove set_transfer() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  99. da6f4c7 ide: make wait_drive_not_busy() static again by Adrian Bunk · 16 years ago
  100. 5a9e77a ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago