1. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  2. e27420d ide-scsi: remove kmalloced struct request by FUJITA Tomonori · 16 years ago
  3. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  4. be4c916 ide-scsi: convert to using the new atapi_flags by Borislav Petkov · 16 years ago
  5. 08feacf ide-scsi: pass packet command in rq->cmd by Borislav Petkov · 16 years ago
  6. db9d286 ide-scsi: use drive->pc_callback instead of pc->callback by Borislav Petkov · 16 years ago
  7. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  8. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  9. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 16 years ago
  11. 646c0cb ide: add ide_pc_intr() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 55d82bf ide-{floppy,scsi}: read Status Register before stopping DMA engine by Bartlomiej Zolnierkiewicz · 16 years ago
  13. cdca5c1 ide-scsi: add more debugging to idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. c6b2d26 ide-scsi: use pc->callback by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 6bf1641 ide: add ide_issue_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 28c7214 ide: add PC_FLAG_DRQ_INTERRUPT pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 4cc1968 ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 594c16d ide: add ide_transfer_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  19. f83cbc7 ide-scsi: set drive->scsi flag for devices handled by the driver by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 43a2b5b ide-scsi: add debug_log() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  22. c8c5112 ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 3e52fb4 ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers() by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 6c60bd8 ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  25. c04bbc8 ide-scsi: fix handling of DMA errors in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  26. e8e25f0 ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  27. b3d96af ide-scsi: fix race in idescsi_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  29. 7e12ca1 ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait by FUJITA Tomonori · 16 years ago
  30. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 124cafc ide: remove ide_init_drive_cmd by FUJITA Tomonori · 16 years ago
  33. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  41. e3bfae4 ide-scsi: do non-atomic pc->flags testing by Borislav Petkov · 16 years ago
  42. 1c06578 ide-scsi: convert driver to using generic ide_atapi_pc by Borislav Petkov · 16 years ago
  43. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 7616c0a ide: add ide_atapi_{discard_data,write_zeros} inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  45. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 98d2a7a ide-scsi: remove needless SELECT_DRIVE() call by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 2d6027f ide-scsi: use ide_execute_command() by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 5a330e3 blk_end_request: changing ide-scsi (take 4) by Kiyoshi Ueda · 17 years ago
  51. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 17 years ago
  55. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 69ae6fe ide-scsi: add ide_scsi_hex_dump() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 6413f08 ide-scsi: use print_hex_dump from <linux/kernel.h> by Denis Cheng · 17 years ago
  59. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  60. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  61. c79d88b [SCSI] ide-scsi: remove usage of sg_last() by Jens Axboe · 17 years ago
  62. 2428427 [SCSI] ide-scsi: use scsi_sg_count() instead of ->use_sg by Boaz Harrosh · 17 years ago
  63. d274a98 ide-scsi: sg chaining support by Jens Axboe · 17 years ago
  64. 6fdea8d [SCSI] ide-scsi: Close narrow race in release by Matthew Wilcox · 17 years ago
  65. 427d0bd [SCSI] ide-scsi.: convert to data accessors and !use_sg cleanup by Boaz Harrosh · 17 years ago
  66. 41ead3c drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  67. d1be0a8 ide-scsi: fix OOPS in idescsi_expiry() by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 7662d04 ide: move IDE settings handling to ide-proc.c by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 1497943 ide: split off ioctl handling from IDE settings (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  70. ecfd80e ide: make /proc/ide/ optional by Bartlomiej Zolnierkiewicz · 17 years ago
  71. c94964a ide: remove ide_drive_t.usage by Bartlomiej Zolnierkiewicz · 18 years ago
  72. aaeab80 [PATCH] ide_scsi: allow it to be used for non CD only by Alan Cox · 18 years ago
  73. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  74. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  75. 36e8e57 [PATCH] lockdep: annotate idescsi_pc_intr() by Ingo Molnar · 18 years ago
  76. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  77. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  78. e723ccd [PATCH] sem2mutex: drivers/scsi/ide-scsi.c by Jes Sorensen · 18 years ago
  79. b62735d [PATCH] ide-scsi: fix for IDE probe/remove ops changes by Mikael Pettersson · 19 years ago
  80. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 19 years ago
  81. 4ef3b8f [PATCH] ide: remove ide_driver_t.owner field by Laurent Riffard · 19 years ago
  82. f64a181 [SCSI] remove Scsi_Device typedef by Christoph Hellwig · 19 years ago
  83. 383f974 Merge by hand (conflicts between pending drivers and kfree cleanups) by James Bottomley · 19 years ago
  84. c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
  85. 3256534 [SCSI] ide-scsi fails to call idescsi_check_condition for things like "Medium not present" by Willem Riede · 19 years ago
  86. 849a892 Merge by Hand by James Bottomley · 19 years ago
  87. a717f77 [PATCH] revert ide-scsi highmem cleanup by Andrew Morton · 19 years ago
  88. 17fd47a [PATCH] ide-scsi highmem cleanup by Andrew Morton · 19 years ago
  89. 017560f [SCSI] use sfoo_printk() in drivers by Jeff Garzik · 19 years ago
  90. df0ae24 [SCSI] allow sleeping in ->eh_host_reset_handler() by Jeff Garzik · 19 years ago
  91. 41bb4c4 [PATCH] ide-scsi: kmap scatter/gather before doing PIO by Stuart Hayes · 19 years ago
  92. 8604aff [PATCH] convert IDE device drivers to driver-model by Bartlomiej Zolnierkiewicz · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago