1. a4600f8 [PATCH] switch ide-tape by Al Viro · 16 years ago
  2. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  3. 1bddd9e [PATCH] lose the unused file argument in generic_ide_ioctl() by Al Viro · 16 years ago
  4. 79cb380 ide: allow device drivers to specify per-device type /proc settings by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 3ee074b device create: ide: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  7. 4ab3d50 ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 0ae4b31 ide: remove superfluous ->media field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 5aeddf9 ide: unify conversion macros by Borislav Petkov · 16 years ago
  11. baf08f0 ide: make ide_transfer_pc() static by Bartlomiej Zolnierkiewicz · 16 years ago
  12. aa5d2de7 ide: make ide_pc_intr() static by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 85e3903 ide: add ->pc_{update,io}_buffers methods by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 6b0da28 ide: add ide_retry_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 67c5636 ide: add request_sense_{pc,rq} to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 844b946 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 2b9efba ide: add pointer to the current packet command to ide_drive_t by Bartlomiej Zolnierkiewicz · 16 years ago
  18. b14c721 ide: drop dsc_handle argument from ide_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 92f1f8f ide: Remove ide_spin_wait_hwgroup() and use special requests instead by Elias Oltmanns · 16 years ago
  20. d6e2955 ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  21. de699ad ide: add ide_do_test_unit_ready() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 0c8a6c7 ide: add ide_do_start_stop() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 0578042 ide: add ide_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 2ac07d9 ide: add ide_queue_pc_tail() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 7645c15 ide: add ide_queue_pc_head() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 7bf7420 ide: add ide_init_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 385a4b8 ide-tape: add ide_tape_set_media_lock() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  28. acaa0f5 ide: add ide_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 2e8a6f8 ide-{floppy,tape}: remove packet command stack by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 394a4c2 ide-{floppy,tape}: remove request stack by Bartlomiej Zolnierkiewicz · 16 years ago
  31. f025ffd ide-tape: remove idetape_init_rq() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 51509ee ide: add ide_check_atapi_device() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 02d599a ide: remove ->supports_dsc_overlap field from ide_driver_t by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 8185d5a ide: /proc/ide/hd*/settings rework by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 1e874f4 ide: call ide_proc_register_driver() later by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 730616b ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1. by Mark de Wever · 16 years ago
  40. 801bd32 ide-tape: fix vendor strings by Borislav Petkov · 16 years ago
  41. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  42. cd740ab ide: ide-tape.c sparse annotations and unaligned access removal by Harvey Harrison · 16 years ago
  43. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  44. f2e3ab5 ide-tape: convert to using the new atapi_flags by Borislav Petkov · 16 years ago
  45. 0014c75 ide-tape: pass packet command in rq->cmd by Borislav Petkov · 16 years ago
  46. 83dd573 ide-tape: make room for packet command ids in rq->cmd by Borislav Petkov · 16 years ago
  47. 776bb02 ide-tape: use drive->pc_callback instead of pc->callback by Borislav Petkov · 16 years ago
  48. 4b50750 drivers/ide/ide-tape.c: remove double kfree by Darren Jenkins · 16 years ago
  49. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  50. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 6ecaaf9 device create: ide: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  52. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 16 years ago
  53. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  54. cd2abbf ide-tape: unify idetape_create_read/write_cmd by Borislav Petkov · 16 years ago
  55. 646c0cb ide: add ide_pc_intr() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 3e421d3 ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 08424ac ide-tape: add ide_tape_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  58. 74e63e74 ide-tape: factor out DSC handling from idetape_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  59. dd2e9a0 ide-{floppy,tape}: move checking of ->failed_pc to ->callback by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 6bf1641 ide: add ide_issue_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 28c7214 ide: add PC_FLAG_DRQ_INTERRUPT pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 594c16d ide: add ide_transfer_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 794cc68 ide-{cd,floppy,tape}: remove checking for drive->scsi by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 5a7b75a ide-tape: factor out waiting for good ireason from idetape_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 9fd13a2 ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 5e33109 ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 1b06e92 ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 92f5daf ide-tape: make pc->idetape_callback void by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 5985e6a ide-tape: merge callbacks by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 258ec41 ide-tape: make idetape_retry_pc() void by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 170ee56 ide-tape: remove SIMULATE_ERRORS debug code by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 531e9e5 ide-tape: remove stale comments from idetape_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 91395a1 ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef by Bartlomiej Zolnierkiewicz · 16 years ago
  75. 6bd3b0b ide-tape: remove superfluous warning message from idetape_issue_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 1e049a8 ide-tape: remove superfluous error message from idetape_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 87429bd ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq() by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  79. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 64ea1b4 ide-tape: convert ide_do_drive_cmd path to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  81. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 5d0cc8a ide: use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  83. a792bd5 ide-tape: use clamp_t() rather than nested min_t()/max_t() by Harvey Harrison · 16 years ago
  84. 04f4ac9 ide-tape: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  85. e7b241a ide: use blk_rq_init() to initialize the request by FUJITA Tomonori · 16 years ago
  86. 9f87abe ide: add ide_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 3910dde ide-{floppy,tape,scsi}: 400ns delay is required after executing the command by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 32b3fe4 ide: always use ->OUTBSYNC method for executing commands by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 077e3bd ide-tape: remove tape->merge_stage by Borislav Petkov · 16 years ago
  92. 01a63aeb ide-tape: mv tape->merge_stage_size tape->merge_bh_size by Borislav Petkov · 16 years ago
  93. d9df937 ide-tape: mv idetape_empty_write_pipeline ide_tape_flush_merge_buffer by Borislav Petkov · 16 years ago
  94. ec0fdb0 ide-tape: mv idetape_discard_read_pipeline ide_tape_discard_merge_buffer by Borislav Petkov · 16 years ago
  95. 9798630 ide-tape: make __idetape_discard_read_pipeline() of type void by Borislav Petkov · 16 years ago
  96. d01dbc3 ide-tape: improve buffer pages freeing strategy by Borislav Petkov · 16 years ago
  97. a997a43 ide-tape: mv tape->pages_per_stage tape->pages_per_buffer by Borislav Petkov · 16 years ago
  98. f73850a ide-tape: mv tape->stage_size tape->buffer_size by Borislav Petkov · 16 years ago
  99. 41aa170 ide-tape: improve buffer allocation strategy by Borislav Petkov · 16 years ago
  100. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago