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