1. 0578042 ide: add ide_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 0127854 ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 49cac39 ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP} by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 2ac07d9 ide: add ide_queue_pc_tail() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 7645c15 ide: add ide_queue_pc_head() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 7bf7420 ide: add ide_init_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  7. e996fc8 ide-floppy: add ide_floppy_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  8. acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 4de4b9e ide-floppy: remove MODE_SENSE_* defines by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 2e8a6f8 ide-{floppy,tape}: remove packet command stack by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 394a4c2 ide-{floppy,tape}: remove request stack by Bartlomiej Zolnierkiewicz · 16 years ago
  12. b98b340 ide-floppy: use scatterlists for pio transfers by Borislav Petkov · 16 years ago
  13. d56c99e ide-floppy: add ide_floppy_format_ioctl() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  14. e3faa24 ide-floppy: remove needless parens by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 51509ee ide: add ide_check_atapi_device() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 1e874f4 ide: call ide_proc_register_driver() later by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  23. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  25. ea68d27 ide-floppy: convert to using the new atapi_flags (take 2) by Borislav Petkov · 16 years ago
  26. 20cd93b ide-floppy: pass packet command in rq->cmd by Borislav Petkov · 16 years ago
  27. 2207fa5 ide-floppy: use drive->pc_callback instead of pc->callback by Borislav Petkov · 16 years ago
  28. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  29. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 16 years ago
  31. 85ae98a ide: endian annotations in ide-floppy.c by Harvey Harrison · 16 years ago
  32. 68dc357 ide-floppy: zero out the whole struct ide_atapi_pc on init by Borislav Petkov · 16 years ago
  33. c96a7df ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_open by Borislav Petkov · 16 years ago
  34. cbbc4e8 ide-floppy: fix unfortunate function naming by Borislav Petkov · 16 years ago
  35. 646c0cb ide: add ide_pc_intr() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 55d82bf ide-{floppy,scsi}: read Status Register before stopping DMA engine by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 4c93067 ide-floppy: add more debugging to idefloppy_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  38. dd2e9a0 ide-{floppy,tape}: move checking of ->failed_pc to ->callback by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 6bf1641 ide: add ide_issue_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 28c7214 ide: add PC_FLAG_DRQ_INTERRUPT pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 594c16d ide: add ide_transfer_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 794cc68 ide-{cd,floppy,tape}: remove checking for drive->scsi by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 5d41893 ide: add PC_FLAG_ZIP_DRIVE pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 6ffb664 ide-floppy: start DMA engine in idefloppy_transfer_pc1() by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 5e33109 ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 1b06e92 ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 81f4938 ide-floppy: merge callbacks by Borislav Petkov · 16 years ago
  48. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 0b2eea4 ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1() by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  51. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 124cafc ide: remove ide_init_drive_cmd by FUJITA Tomonori · 16 years ago
  53. 6fe1623 ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  54. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 52d3ccf IDE: Coding Style fixes to drivers/ide/ide-floppy.c by Paolo Ciarrocchi · 16 years ago
  63. eaec3e7 ide: use generic ATAPI packet command flags in ide-{floppy,tape} by Borislav Petkov · 17 years ago
  64. c2b2b29 ide-floppy: rename end_request handler properly by Borislav Petkov · 17 years ago
  65. 8e55512 ide-floppy: convert driver to using generic ide_atapi_pc by Borislav Petkov · 17 years ago
  66. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 7616c0a ide: add ide_atapi_{discard_data,write_zeros} inline helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 3ad6776 ide-floppy: remove struct idefloppy_id_gcw by Borislav Petkov · 17 years ago
  69. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 17 years ago
  70. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  71. fc6c5bc ide-floppy: bump driver version number by Borislav Petkov · 17 years ago
  72. 0571c7a ide-floppy: fix most of the remaining checkpatch.pl issues by Borislav Petkov · 17 years ago
  73. 6e5fa7b ide-floppy: remove atomic test_*bit macros by Borislav Petkov · 17 years ago
  74. 757ced8 ide-floppy: remove unused flag PC_ABORT by Borislav Petkov · 17 years ago
  75. f373bd8 ide-floppy: remove IDEFLOPPY_DEBUG_INFO by Borislav Petkov · 17 years ago
  76. ae7e8dd ide-floppy: remove unused IDEFLOPPY_USE_READ12 by Borislav Petkov · 17 years ago
  77. 32925e1 ide-floppy: merge idefloppy_{input,output}_buffers by Borislav Petkov · 17 years ago
  78. 0eea645 ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw by Borislav Petkov · 17 years ago
  79. 0bf399e ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro by Borislav Petkov · 17 years ago
  80. d652c13 ide-floppy: mv idefloppy_{should_,}report_error by Borislav Petkov · 17 years ago
  81. d30a7fb ide-floppy: report DMA handling in idefloppy_pc_intr() properly by Borislav Petkov · 17 years ago
  82. 20bf7bd ide-floppy: factor out ioctl handlers from idefloppy_ioctl() by Borislav Petkov · 17 years ago
  83. 194ec0c ide-floppy: remove struct idefloppy_capacity_descriptor by Borislav Petkov · 17 years ago
  84. 8e81bbb ide-floppy: remove struct idefloppy_flexible_disk_page by Borislav Petkov · 17 years ago
  85. 24a5d70 ide-floppy: remove struct idefloppy_mode_parameter_header by Borislav Petkov · 17 years ago
  86. a6ff2d3 ide-floppy: remove struct idefloppy_request_sense_result by Borislav Petkov · 17 years ago
  87. 4d37d32 ide-floppy: remove struct idefloppy_inquiry_result by Borislav Petkov · 17 years ago
  88. 948391d ide-floppy: remove struct idefloppy_capabilities_page by Borislav Petkov · 17 years ago
  89. bcc77d9 ide-floppy: cleanup and unify debugging macro calls by Borislav Petkov · 17 years ago
  90. 7e8b163 ide-floppy: include the proper headers by Borislav Petkov · 17 years ago
  91. 9a24b63 ide-floppy: disambiguate function names by Borislav Petkov · 17 years ago
  92. 0078df2 ide-floppy: remove unnecessary ->handler != NULL check by Borislav Petkov · 17 years ago
  93. 8f62243 ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder by Borislav Petkov · 17 years ago
  94. 30d6709 ide-floppy: convert to generic packet commands by Borislav Petkov · 17 years ago
  95. d3f2084 ide-floppy: cleanup header by Borislav Petkov · 17 years ago
  96. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 17 years ago
  98. d554336 ide-{floppy,tape}: remove debug code for dumping identify data by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 932aead ide-{floppy,tape,scsi}: fix register loading order when issuing packet command by Bartlomiej Zolnierkiewicz · 17 years ago