1. 79f18a0 ide-tape: fix misprint in failure handling in idetape_init() by Alexey Khoroshilov · 8 years ago
  2. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  3. b0b93b4 block: move REQ_TYPE_SENSE to the ide driver by Christoph Hellwig · 9 years ago
  4. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 9 years ago
  5. 8421596 ide_tape: convert jiffies with jiffies_to_msecs by Nicholas Mc Guire · 9 years ago
  6. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  7. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  8. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  9. 3ec7215 ide-{cd,floppy,tape}: Do not include <linux/irq.h> by Geert Uytterhoeven · 13 years ago
  10. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  11. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  12. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  13. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  14. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  15. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  16. 05227ad ide_tape: kill off use of the ->ioctl operation by Alan Cox · 14 years ago
  17. cbba2fa ide-tape: remove the BKL by Borislav Petkov · 15 years ago
  18. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  19. 6d703a8 ide: convert to ->proc_fops by Alexey Dobriyan · 15 years ago
  20. 6f3848a ide-tape: fix handling of postponed rqs by Borislav Petkov · 15 years ago
  21. e972d70 ide-tape: convert to ide_debug_log macro by Borislav Petkov · 15 years ago
  22. 37bbe08 ide-tape: fix debug call by Mark de Wever · 15 years ago
  23. 2fc2111 ide-tape: Don't leak kernel stack information by Michael Buesch · 15 years ago
  24. 2c7eaa4 ide: BUG() on unknown requests by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 79ca743 ide-tape: fix build issue by Borislav Petkov · 15 years ago
  26. 8dcce40 Merge branch 'bp-remove-pc-buf' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 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
  28. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  29. 9d01e4c ide-tape: fix proc warning by Borislav Petkov · 15 years ago
  30. 49d8078 ide-tape: fix IDE_AFLAG_* atomic accesses by Borislav Petkov · 15 years ago
  31. 626542c ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically by Borislav Petkov · 15 years ago
  32. 5f49f63 block: set rq->resid_len to blk_rq_bytes() on issue by Tejun Heo · 15 years ago
  33. e8e7526 ide-tape: fix debug call by Mark de Wever · 15 years ago
  34. 19f52a7 ide-atapi: remove pc->buf by Borislav Petkov · 15 years ago
  35. 55ce3a1 ide-tape: fix READ POSITION cmd handling by Borislav Petkov · 15 years ago
  36. 837272b ide-tape/ide_tape_get_bsize_from_bdesc: use local buffer by Borislav Petkov · 15 years ago
  37. ae3a838 ide-atapi: use local sense buffer by Borislav Petkov · 15 years ago
  38. b13345f ide-atapi: add a buffer-arg to ide_queue_pc_tail by Borislav Petkov · 15 years ago
  39. 5a0e43b ide-atapi: add a len-parameter to ide_queue_pc_tail by Borislav Petkov · 15 years ago
  40. 077e6db ide-atapi: switch to rq->resid_len by Borislav Petkov · 15 years ago
  41. dfb7e62 ide-atapi: switch to blk_rq_bytes() on do_request() path by Borislav Petkov · 15 years ago
  42. 10c0b34 ide-tape: fix potential fs requests bug by Borislav Petkov · 15 years ago
  43. 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 15 years ago
  44. 9780e2d ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 15 years ago
  45. c3a4d78 block: add rq->resid_len by Tejun Heo · 15 years ago
  46. 9720aef ide-tape: don't initialize rq->sector for rw requests by Tejun Heo · 15 years ago
  47. 29d1a43 ide-atapi: kill unused fields and callbacks by Tejun Heo · 15 years ago
  48. 4344d07 ide-tape: simplify read/write functions by Tejun Heo · 15 years ago
  49. 71294cf ide-tape: use byte size instead of sectors on rw issue functions by Tejun Heo · 15 years ago
  50. 3596b66 ide-tape: unify r/w init paths by Tejun Heo · 15 years ago
  51. 6cf3d54 ide-tape: kill idetape_bh by Tejun Heo · 15 years ago
  52. e998f30 ide-tape: use standard data transfer mechanism by Tejun Heo · 15 years ago
  53. 7b13354 ide-tape: use single continuous buffer by Tejun Heo · 15 years ago
  54. eb6a61b ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 15 years ago
  55. 08f370f ide-tape,floppy: fix failed command completion after request sense by Tejun Heo · 15 years ago
  56. 02e7cf8 ide-cd,atapi: use bio for internal commands by Tejun Heo · 15 years ago
  57. 0687532 ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 15 years ago
  58. ac0b011 ide-atapi: don't abuse rq->buffer by Tejun Heo · 15 years ago
  59. 0de57fb ide-tape: remove back-to-back REQUEST_SENSE detection by Tejun Heo · 15 years ago
  60. 6d70038 ide-atapi: kill unused fields and callbacks by Tejun Heo · 15 years ago
  61. 07bd968 ide-tape: simplify read/write functions by Tejun Heo · 15 years ago
  62. 6bb11dd ide-tape: use byte size instead of sectors on rw issue functions by Tejun Heo · 15 years ago
  63. 88f1b94 ide-tape: unify r/w init paths by Tejun Heo · 15 years ago
  64. 963da55 ide-tape: kill idetape_bh by Tejun Heo · 15 years ago
  65. 21d9c5d ide-tape: use standard data transfer mechanism by Tejun Heo · 15 years ago
  66. 35ab8d3 ide-tape: use single continuous buffer by Tejun Heo · 15 years ago
  67. b3071d1 ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 15 years ago
  68. ea7066a ide-tape,floppy: fix failed command completion after request sense by Tejun Heo · 15 years ago
  69. 5c4be57 ide-cd,atapi: use bio for internal commands by Tejun Heo · 15 years ago
  70. 6b544fc ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 15 years ago
  71. c267cc1 ide-atapi: don't abuse rq->buffer by Tejun Heo · 15 years ago
  72. 1e75540 ide-tape: remove back-to-back REQUEST_SENSE detection by Tejun Heo · 15 years ago
  73. d93bc45 ide-{floppy,tape}: fix padding for PIO transfers by Bartlomiej Zolnierkiewicz · 15 years ago
  74. 41fa9f8 ide: decrease size of ->pc_buf field in struct ide_atapi_pc by Bartlomiej Zolnierkiewicz · 15 years ago
  75. b788ee9 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands by Bartlomiej Zolnierkiewicz · 15 years ago
  76. 130e886 ide: remove ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  77. f974b19 ide: pass number of bytes to complete to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  78. 89f78b32 ide: move rq->errors quirk out from ide_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  79. 6902a53 ide: pass error value to ide_complete_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 03a2faa ide: return request status from ->pc_callback method by Bartlomiej Zolnierkiewicz · 15 years ago
  81. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 15 years ago
  82. 313afea ide-{floppy,tape}: cleanup ide*_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  83. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 15 years ago
  84. 5e2040fd ide: move ->failed_pc to ide_drive_t by Bartlomiej Zolnierkiewicz · 15 years ago
  85. bfdb0b3 ide-tape: remove superfluous tape->lock by Bartlomiej Zolnierkiewicz · 15 years ago
  86. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 15 years ago
  87. 71bfc7a ide: NULL noise: drivers/ide/ide-*.c by Hannes Eder · 15 years ago
  88. 8fed436 ide: fix refcounting in device drivers by Bartlomiej Zolnierkiewicz · 15 years ago
  89. 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 15 years ago
  90. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  91. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  92. 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 15 years ago
  93. 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 15 years ago
  94. a4600f8 [PATCH] switch ide-tape by Al Viro · 16 years ago
  95. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  96. 1bddd9e [PATCH] lose the unused file argument in generic_ide_ioctl() by Al Viro · 16 years ago
  97. 79cb380 ide: allow device drivers to specify per-device type /proc settings by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 42619d3 ide: remove IDE_AFLAG_NO_DOORLOCKING by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 3ee074b device create: ide: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  100. 4ab3d50 ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago