1. 794abb7 drbd: Cleaned up the resync timer logic by Philipp Reisner · 14 years ago
  2. 617049a drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitions by Philipp Reisner · 14 years ago
  3. 3f98688 drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332] by Philipp Reisner · 14 years ago
  4. 06d33e9 drbd: improve on bitmap write out timing by Lars Ellenberg · 14 years ago
  5. 418e0a9 drbd: spelling fix in log message by Lars Ellenberg · 14 years ago
  6. 5a22db8 drbd: serialize sending of resync uuid with pending w_send_oos by Lars Ellenberg · 14 years ago
  7. 2265b47 drbd: fix potential dereference of NULL pointer by Lars Ellenberg · 14 years ago
  8. 02851e9 drbd: move bitmap write from resync_finished to after_state_change by Lars Ellenberg · 14 years ago
  9. 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 14 years ago
  10. 1b881ef drbd: Rename __inc_ap_bio_cond to may_inc_ap_bio by Andreas Gruenbacher · 14 years ago
  11. f70af11 drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enum by Andreas Gruenbacher · 14 years ago
  12. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  13. bf885f8 drbd: Be more explicit about functions that return an enum drbd_state_rv by Andreas Gruenbacher · 14 years ago
  14. c8b3256 drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv by Andreas Gruenbacher · 14 years ago
  15. 116676c drbd: Rename enum drbd_ret_codes to enum drbd_ret_code by Andreas Gruenbacher · 14 years ago
  16. 662d91a drbd: Get rid of unnecessary macros (1) by Andreas Gruenbacher · 14 years ago
  17. 2f58dcf drbd: Rename drbd_make_request_26 to drbd_make_request by Andreas Gruenbacher · 14 years ago
  18. cab2f74 drbd: Make sure that drbd_send() has sent the right number of bytes by Andreas Gruenbacher · 14 years ago
  19. 17a93f30 drbd: remove /proc/drbd before unregistering from netlink by Lars Ellenberg · 14 years ago
  20. 1fc80cf drbd: Becoming sync target may not happen out of < C_WF_REPORT_PARAMS by Philipp Reisner · 14 years ago
  21. 3719094 drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap by Philipp Reisner · 14 years ago
  22. ab17b68f drbd: Improvements in sanitize_state() by Philipp Reisner · 14 years ago
  23. 22afd7e drbd: Fixed race condition in drbd_queue_bitmap_io by Philipp Reisner · 14 years ago
  24. 127b317 drbd: use test_and_set_bit() to decide if bm_io_work should be queued by Philipp Reisner · 14 years ago
  25. c4752ef drbd: When proxy's buffer drained off go into regular resync mode by Philipp Reisner · 14 years ago
  26. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
  27. 6753171 drbd: Implemented two new connection states Ahead/Behind by Philipp Reisner · 14 years ago
  28. 759fbdf drbd: Track the numbers of sectors in flight by Philipp Reisner · 14 years ago
  29. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  30. 470be44 drbd: detect modification of in-flight buffers by Lars Ellenberg · 14 years ago
  31. 2649f08 drbd: use the resync controller for online-verify requests as well by Lars Ellenberg · 14 years ago
  32. 30b743a drbd: improve online-verify progress tracking by Lars Ellenberg · 14 years ago
  33. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  34. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  35. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  36. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  37. 00e375e Merge branch 'for-2.6.37/drivers' into for-linus by Jens Axboe · 14 years ago
  38. 2027ae1 drivers/block/drbd/drbd_main.c: fix error path by Nicolas Kaiser · 14 years ago
  39. 53c2eb2 Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/drivers by Jens Axboe · 14 years ago
  40. 650789c drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs by Philipp Reisner · 14 years ago
  41. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  42. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  43. 82f59cc drbd: fix potential deadlock on detach by Lars Ellenberg · 14 years ago
  44. aaa8e2b drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuid by Lars Ellenberg · 14 years ago
  45. 5dbfe7a drbd: add race-breaker to drbd_go_diskless by Lars Ellenberg · 14 years ago
  46. ac72412 drbd: use dynamic_dev_dbg to optionally log uuid changes by Lars Ellenberg · 14 years ago
  47. ca0e609 drbd: relax the grace period of the md_sync timer again by Lars Ellenberg · 14 years ago
  48. 9d28287 drbd: drop wrong debug asserts, fix recently introduced race by Lars Ellenberg · 14 years ago
  49. e9e6f3e drbd: fix for possible deadlock on IO error during resync by Lars Ellenberg · 14 years ago
  50. af85e8e drbd: fix for spurious fullsync (uuids rotated too fast) by Lars Ellenberg · 14 years ago
  51. 2b2bf21 drbd: drbd_send_ack_dp must not rely on header information by Lars Ellenberg · 14 years ago
  52. f65363c drbd: fix possible access after free by Lars Ellenberg · 14 years ago
  53. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  54. f2906e1 drbd: fix for spurious full sync (becoming sync target looked like invalidate) by Lars Ellenberg · 14 years ago
  55. 02bc717 drbd: cosmetic, don't report resync for online-verify by Lars Ellenberg · 14 years ago
  56. 435f074 drbd: don't count sendpage()d pages only referenced by tcp as in use by Lars Ellenberg · 14 years ago
  57. 76d2e7e drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARD by Philipp Reisner · 14 years ago
  58. ee15b03 drbd: fix race on meta-data update, addendum by Lars Ellenberg · 14 years ago
  59. 63106d3 drbd: Removed a race that could cause unexpected execution of w_make_resync_request() by Philipp Reisner · 14 years ago
  60. 3f3a9b8 drbd: fix race on meta-data update by Lars Ellenberg · 14 years ago
  61. 0778286 drbd: Disable activity log updates when the whole device is out of sync by Philipp Reisner · 14 years ago
  62. d537338 drbd: Actually allow BIOs up to 128k (was 32k). by Philipp Reisner · 14 years ago
  63. 0b70a13 drbd: Sending of big packets, for payloads from 64KByte to 4GByte by Philipp Reisner · 14 years ago
  64. 0f0601f drbd: new configuration parameter c-min-rate by Lars Ellenberg · 14 years ago
  65. 1d7734a drbd: use rolling marks for resync speed calculation by Lars Ellenberg · 14 years ago
  66. 778f271 drbd: The new, smarter resync speed controller by Philipp Reisner · 14 years ago
  67. 8e26f9c drbd: New sync_param packet, that includes the parameters of the new controller by Philipp Reisner · 14 years ago
  68. 9a31d71 drbd: New sync parameters for the smart resync rate controller by Philipp Reisner · 14 years ago
  69. e756414 drbd: Initialize all members of sync_conf to their defaults [Bugz 315] by Philipp Reisner · 14 years ago
  70. 6709893 drbd: Make sure tl_restart(, resend) can not get called multiple times for a new connection by Philipp Reisner · 14 years ago
  71. f70b3511 drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended by Philipp Reisner · 14 years ago
  72. 84dfb9f drbd: Fixed a deadlock, probably only affected UP machines by Philipp Reisner · 14 years ago
  73. 43a5182 drbd: Delayed creation of current-UUID by Philipp Reisner · 14 years ago
  74. 1616a25 drbd: Reduce the verbosity of some state transitions by Philipp Reisner · 14 years ago
  75. 999122b drbd: Removing a by now obsolete clause in the state sanitizing by Philipp Reisner · 14 years ago
  76. 18a50fa drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary correctly by Philipp Reisner · 14 years ago
  77. 265be2d drbd: Finished the "on-no-data-accessible suspend-io;" functionality by Philipp Reisner · 14 years ago
  78. b9b9871 drbd: Do not send two barriers without any writes between them by Philipp Reisner · 14 years ago
  79. 11b58e7 drbd: factored tl_restart() out of tl_clear(). by Philipp Reisner · 14 years ago
  80. 288f422 drbd: Track all IO requests on the TL, not writes only by Philipp Reisner · 14 years ago
  81. 7e602c0 drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writes by Philipp Reisner · 14 years ago
  82. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  83. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  84. 85f4cc1 drbd: Initialize all members of sync_conf to their defaults [Bugz 315] by Philipp Reisner · 14 years ago
  85. 6710a57 drbd: Disable delay probes for the upcomming release by Philipp Reisner · 14 years ago
  86. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  87. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  88. dc66c74 drbd: Fixed a race between disk-attach and unexpected state changes by Philipp Reisner · 14 years ago
  89. 7383506 drbd: use drbd specific ratelimit instead of global printk_ratelimit by Lars Ellenberg · 14 years ago
  90. ba11ad9 drbd: improve usage of MSG_MORE by Lars Ellenberg · 14 years ago
  91. 2c8d196 drbd: Revert "drbd: Create new current UUID as late as possible" by Philipp Reisner · 14 years ago
  92. 4e23a59 drbd: Do not free p_uuid early, this is done in the exit code of the receiver by Philipp Reisner · 14 years ago
  93. 4604d63 drbd: Ensure to not trigger late-new-UUID creation multiple times by Philipp Reisner · 14 years ago
  94. 31a31dc drbd: Do not Oops when C_STANDALONE when uuid gets generated by Philipp Reisner · 14 years ago
  95. 0c3f345 drbd: Create new current UUID as late as possible by Philipp Reisner · 14 years ago
  96. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  97. 162f3ec drbd: Fixes to the new delay_probes code by Philipp Reisner · 14 years ago
  98. a8cdfd8 drbd: A fixes to the new resync speed code by Philipp Reisner · 14 years ago
  99. bd26bfc drbd: Actually send delay probes by Philipp Reisner · 14 years ago
  100. 7237bc4 drbd: Sending of delay_probes by Philipp Reisner · 14 years ago