1. 6c3b46f virtio_blk: don't blindly derefence req->rq_disk by Christoph Hellwig · 16 years ago
  2. e458824 scsi: fix resid_len mis-conversion in scsi_end_request() by Tejun Heo · 16 years ago
  3. 6818173 splice: implement default splice_read method by Miklos Szeredi · 16 years ago
  4. e6bb7a96 scsi: simplify the bidi completion by FUJITA Tomonori · 16 years ago
  5. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
  6. 2343046 gdrom: dequeue in-flight request by Tejun Heo · 16 years ago
  7. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 16 years ago
  8. fb3ac7f6b z2ram: dequeue in-flight request by Tejun Heo · 16 years ago
  9. 6b0bf40 jsflash: dequeue in-flight request by Tejun Heo · 16 years ago
  10. 1498ada mtd_blkdevs: dequeue in-flight request by Tejun Heo · 16 years ago
  11. bab2a80 xd: dequeue in-flight request by Tejun Heo · 16 years ago
  12. 06b0608 swim: dequeue in-flight request by Tejun Heo · 16 years ago
  13. 9e31beb amiflop: dequeue in-flight request by Tejun Heo · 16 years ago
  14. 10e1e62 ps3disk: dequeue in-flight request by Tejun Heo · 16 years ago
  15. b12d4f8 paride: dequeue in-flight request by Tejun Heo · 16 years ago
  16. 2d75ce0 xsysace: dequeue in-flight request by Tejun Heo · 16 years ago
  17. f4bd4b9 swim3: dequeue in-flight request by Tejun Heo · 16 years ago
  18. a336ca6 ataflop: dequeue and track in-flight request by Tejun Heo · 16 years ago
  19. 8a12c4a hd: dequeue and track in-flight request by Tejun Heo · 16 years ago
  20. 5b36ad6 mg_disk: dequeue and track in-flight request by Tejun Heo · 16 years ago
  21. 9a8d23d8 mg_disk: fix queue hang / infinite retry on !fs requests by Tejun Heo · 16 years ago
  22. 8f6205c ide: dequeue in-flight request by Tejun Heo · 16 years ago
  23. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 16 years ago
  24. 34b7d2c ide: cleanup rq->data_len usages by Tejun Heo · 16 years ago
  25. b079041 block: cleanup rq->data_len usages by Tejun Heo · 16 years ago
  26. 9780e2d ide: convert to rq pos and nr_sectors accessors by Tejun Heo · 16 years ago
  27. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
  28. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 16 years ago
  29. c3a4d78 block: add rq->resid_len by Tejun Heo · 16 years ago
  30. 9720aef ide-tape: don't initialize rq->sector for rw requests by Tejun Heo · 16 years ago
  31. 53d6979 nbd: don't clear rq->sector and nr_sectors unnecessarily by Tejun Heo · 16 years ago
  32. f68adec mg_disk: use defines from <linux/ata.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 8a11a78 mg_disk: fix dependency on libata by Bartlomiej Zolnierkiewicz · 16 years ago
  34. a03bb5a mg_disk: clean up request completion paths by Tejun Heo · 16 years ago
  35. eec9462 mg_disk: fold mg_disk.h into mg_disk.c by Tejun Heo · 16 years ago
  36. e138b4e swim: clean up request completion paths by Tejun Heo · 16 years ago
  37. 467ca75 swim3: clean up request completion paths by Tejun Heo · 16 years ago
  38. e091eb6 hd: clean up request completion paths by Tejun Heo · 16 years ago
  39. 04420850 sunvdc: kill vdc_end_request() by Tejun Heo · 16 years ago
  40. cd4c34e ps3disk: simplify request completion by Tejun Heo · 16 years ago
  41. 5b5c5d1 amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers by Tejun Heo · 16 years ago
  42. 731ec49 block: kill rq->data by Tejun Heo · 16 years ago
  43. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 16 years ago
  44. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 16 years ago
  45. 586cf26 ide-dma: don't reset request fields on dma_timeout_retry() by Tejun Heo · 16 years ago
  46. 5ad960f ide: drop rq->data handling from ide_map_sg() by Tejun Heo · 16 years ago
  47. 29d1a43 ide-atapi: kill unused fields and callbacks by Tejun Heo · 16 years ago
  48. 4344d07 ide-tape: simplify read/write functions by Tejun Heo · 16 years ago
  49. 71294cf ide-tape: use byte size instead of sectors on rw issue functions by Tejun Heo · 16 years ago
  50. 3596b66 ide-tape: unify r/w init paths by Tejun Heo · 16 years ago
  51. 6cf3d54 ide-tape: kill idetape_bh by Tejun Heo · 16 years ago
  52. e998f30 ide-tape: use standard data transfer mechanism by Tejun Heo · 16 years ago
  53. 7b13354 ide-tape: use single continuous buffer by Tejun Heo · 16 years ago
  54. eb6a61b ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len by Tejun Heo · 16 years ago
  55. 08f370f ide-tape,floppy: fix failed command completion after request sense by Tejun Heo · 16 years ago
  56. 765139e ide-pm: don't abuse rq->data by Tejun Heo · 16 years ago
  57. 02e7cf8 ide-cd,atapi: use bio for internal commands by Tejun Heo · 16 years ago
  58. 0687532 ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer by Borislav Petkov · 16 years ago
  59. c457ce8 ide-cd: convert to using generic sense request by Borislav Petkov · 16 years ago
  60. e69d800 ide: add helpers for preparing sense requests by Borislav Petkov · 16 years ago
  61. 1f181d2 ide-cd: don't abuse rq->buffer by Tejun Heo · 16 years ago
  62. ac0b011 ide-atapi: don't abuse rq->buffer by Tejun Heo · 16 years ago
  63. d868ca2 ide-taskfile: don't abuse rq->buffer by Tejun Heo · 16 years ago
  64. 8968932 ide-floppy: block pc always uses bio by Tejun Heo · 16 years ago
  65. 59a4f6f ide-cd: clear sense buffer before issuing request sense by Tejun Heo · 16 years ago
  66. b2963ac ide: don't set REQ_SOFTBARRIER by Tejun Heo · 16 years ago
  67. 220d06b ide: use blk_run_queue() instead of blk_start_queueing() by Tejun Heo · 16 years ago
  68. 0de57fb ide-tape: remove back-to-back REQUEST_SENSE detection by Tejun Heo · 16 years ago
  69. e686307 loop: use BIO list management functions by Akinobu Mita · 16 years ago
  70. e93b9fb hd: fix locking by Tejun Heo · 16 years ago
  71. 7090a0a mg_disk: fix CONFIG_LBD=y warning by Bartlomiej Zolnierkiewicz · 16 years ago
  72. ac2ff94 mg_disk: fix locking by Tejun Heo · 16 years ago
  73. e5b8954 virtio-rng: Remove false BUG for spurious callbacks by Christian Borntraeger · 16 years ago
  74. ef54b1b Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  75. 6ae85d6 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  76. d72cd3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  77. 198aa04 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
  78. 58be18c4 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  79. d1f53fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  80. ec5f5bf radio_si470x: Fix free memory corruption by Alan Cox · 16 years ago
  81. 79e95eb serial: remove contact data by Niels de Vos · 16 years ago
  82. 67cd724 cafe_nand: Fix warning by Alan Cox · 16 years ago
  83. 97c68d00 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  84. 3e241ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  85. f8c3301 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  86. 1162cf6 Merge branch 'bjorn.button' into release by Len Brown · 16 years ago
  87. 5f855a8 Merge branch 'bugzilla-13036' into release by Len Brown · 16 years ago
  88. 1fe94d3 Merge branch 'bugzilla-13048' into release by Len Brown · 16 years ago
  89. 9c18f0b Merge branch 'bugzilla-13142' into release by Len Brown · 16 years ago
  90. 3869e92 Merge branch 'hpet' into release by Len Brown · 16 years ago
  91. f3c737d umem: fix request_queue lock warning by Sage Weil · 16 years ago
  92. 2d40570 Merge branch 'bugzilla-12249' into release by Len Brown · 16 years ago
  93. 04a2e62 Merge branch 'bugzilla-12270' into release by Len Brown · 16 years ago
  94. ac0849f Merge branch 'bugzilla-13041' into release by Len Brown · 16 years ago
  95. f752a09 Merge branch 'idle' into release by Len Brown · 16 years ago
  96. 6e6c348 Merge branch 'irq' into release by Len Brown · 16 years ago
  97. 7f3745a Merge branch 'sony-laptop' into release by Len Brown · 16 years ago
  98. 771e5ce Merge branch 'thermal-regression' into release by Len Brown · 16 years ago
  99. 7b80601 Merge branch 'thinkpad-acpi' into release by Len Brown · 16 years ago
  100. 60cd8ad Merge branch 'video-ac-dc' into release by Len Brown · 16 years ago