1. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  8. e3bfae4 ide-scsi: do non-atomic pc->flags testing by Borislav Petkov · 16 years ago
  9. 1c06578 ide-scsi: convert driver to using generic ide_atapi_pc by Borislav Petkov · 16 years ago
  10. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 7616c0a ide: add ide_atapi_{discard_data,write_zeros} inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  12. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 98d2a7a ide-scsi: remove needless SELECT_DRIVE() call by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 2d6027f ide-scsi: use ide_execute_command() by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 5a330e3 blk_end_request: changing ide-scsi (take 4) by Kiyoshi Ueda · 17 years ago
  18. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 16 years ago
  22. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 69ae6fe ide-scsi: add ide_scsi_hex_dump() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  25. 6413f08 ide-scsi: use print_hex_dump from <linux/kernel.h> by Denis Cheng · 17 years ago
  26. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  27. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  28. c79d88b [SCSI] ide-scsi: remove usage of sg_last() by Jens Axboe · 17 years ago
  29. 2428427 [SCSI] ide-scsi: use scsi_sg_count() instead of ->use_sg by Boaz Harrosh · 17 years ago
  30. d274a98 ide-scsi: sg chaining support by Jens Axboe · 17 years ago
  31. 6fdea8d [SCSI] ide-scsi: Close narrow race in release by Matthew Wilcox · 17 years ago
  32. 427d0bd [SCSI] ide-scsi.: convert to data accessors and !use_sg cleanup by Boaz Harrosh · 17 years ago
  33. 41ead3c drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  34. d1be0a8 ide-scsi: fix OOPS in idescsi_expiry() by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 7662d04 ide: move IDE settings handling to ide-proc.c by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 1497943 ide: split off ioctl handling from IDE settings (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  37. ecfd80e ide: make /proc/ide/ optional by Bartlomiej Zolnierkiewicz · 17 years ago
  38. c94964a ide: remove ide_drive_t.usage by Bartlomiej Zolnierkiewicz · 17 years ago
  39. aaeab80 [PATCH] ide_scsi: allow it to be used for non CD only by Alan Cox · 18 years ago
  40. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  41. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  42. 36e8e57 [PATCH] lockdep: annotate idescsi_pc_intr() by Ingo Molnar · 18 years ago
  43. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  44. 125e187 [PATCH] More BUG_ON conversion by Eric Sesterhenn · 18 years ago
  45. e723ccd [PATCH] sem2mutex: drivers/scsi/ide-scsi.c by Jes Sorensen · 18 years ago
  46. b62735d [PATCH] ide-scsi: fix for IDE probe/remove ops changes by Mikael Pettersson · 18 years ago
  47. 8ffdc65 [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() by Tejun Heo · 19 years ago
  48. 4ef3b8f [PATCH] ide: remove ide_driver_t.owner field by Laurent Riffard · 19 years ago
  49. f64a181 [SCSI] remove Scsi_Device typedef by Christoph Hellwig · 19 years ago
  50. 383f974 Merge by hand (conflicts between pending drivers and kfree cleanups) by James Bottomley · 19 years ago
  51. c9475cb [PATCH] kfree cleanup: drivers/scsi by Jesper Juhl · 19 years ago
  52. 3256534 [SCSI] ide-scsi fails to call idescsi_check_condition for things like "Medium not present" by Willem Riede · 19 years ago
  53. 849a892 Merge by Hand by James Bottomley · 19 years ago
  54. a717f77 [PATCH] revert ide-scsi highmem cleanup by Andrew Morton · 19 years ago
  55. 17fd47a [PATCH] ide-scsi highmem cleanup by Andrew Morton · 19 years ago
  56. 017560f [SCSI] use sfoo_printk() in drivers by Jeff Garzik · 19 years ago
  57. df0ae24 [SCSI] allow sleeping in ->eh_host_reset_handler() by Jeff Garzik · 19 years ago
  58. 41bb4c4 [PATCH] ide-scsi: kmap scatter/gather before doing PIO by Stuart Hayes · 19 years ago
  59. 8604aff [PATCH] convert IDE device drivers to driver-model by Bartlomiej Zolnierkiewicz · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago