1. 8e26f9c drbd: New sync_param packet, that includes the parameters of the new controller by Philipp Reisner · 14 years ago
  2. 9a31d71 drbd: New sync parameters for the smart resync rate controller by Philipp Reisner · 14 years ago
  3. d28fd09 drbd: fix list corruption (recent regression) by Lars Ellenberg · 14 years ago
  4. e756414 drbd: Initialize all members of sync_conf to their defaults [Bugz 315] by Philipp Reisner · 14 years ago
  5. 6709893 drbd: Make sure tl_restart(, resend) can not get called multiple times for a new connection by Philipp Reisner · 14 years ago
  6. f70b3511 drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended by Philipp Reisner · 14 years ago
  7. 8f48815 drbd: Allow attach while IO is suspended by Philipp Reisner · 14 years ago
  8. cfa0341 drbd: Allow tl_restart() to do IO completion while IO is suspended by Philipp Reisner · 14 years ago
  9. 84dfb9f drbd: Fixed a deadlock, probably only affected UP machines by Philipp Reisner · 14 years ago
  10. 65d922c drbd: Do not do a hard state change when establishing a connection [bugz 304] by Philipp Reisner · 14 years ago
  11. 481c6f5 drbd: Ensure that the peer was not rebootet in the meantime before resending TL by Philipp Reisner · 14 years ago
  12. 43a5182 drbd: Delayed creation of current-UUID by Philipp Reisner · 14 years ago
  13. 87f7be4 drbd: Run the fence-peer helper asynchronously by Philipp Reisner · 14 years ago
  14. 1616a25 drbd: Reduce the verbosity of some state transitions by Philipp Reisner · 14 years ago
  15. 999122b drbd: Removing a by now obsolete clause in the state sanitizing by Philipp Reisner · 14 years ago
  16. 18a50fa drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary correctly by Philipp Reisner · 14 years ago
  17. 894c6a9 drbd: Disabled the crashed_primary detection for re-attach of last data while IO is frozen by Philipp Reisner · 14 years ago
  18. 47ff2d0 drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A by Philipp Reisner · 14 years ago
  19. 265be2d drbd: Finished the "on-no-data-accessible suspend-io;" functionality by Philipp Reisner · 14 years ago
  20. 905cd7d drbd: Removed redundant error checks in the request code path by Philipp Reisner · 14 years ago
  21. 5ba8230 drbd: factored drbd_req_make_private_bio() out of drbd_req_new() by Philipp Reisner · 14 years ago
  22. b9b9871 drbd: Do not send two barriers without any writes between them by Philipp Reisner · 14 years ago
  23. 11b58e7 drbd: factored tl_restart() out of tl_clear(). by Philipp Reisner · 14 years ago
  24. 2a80699 drbd: mod_req has now a return value by Philipp Reisner · 14 years ago
  25. 288f422 drbd: Track all IO requests on the TL, not writes only by Philipp Reisner · 14 years ago
  26. 7e602c0 drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writes by Philipp Reisner · 14 years ago
  27. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  28. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  29. 85f4cc1 drbd: Initialize all members of sync_conf to their defaults [Bugz 315] by Philipp Reisner · 14 years ago
  30. 6710a57 drbd: Disable delay probes for the upcomming release by Philipp Reisner · 14 years ago
  31. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  32. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  33. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  34. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  35. dc66c74 drbd: Fixed a race between disk-attach and unexpected state changes by Philipp Reisner · 14 years ago
  36. 2a0ab2c drbd: Reduce verbosity by Philipp Reisner · 14 years ago
  37. 7383506 drbd: use drbd specific ratelimit instead of global printk_ratelimit by Lars Ellenberg · 14 years ago
  38. d255e5f drbd: fix hang on local read errors while disconnected by Lars Ellenberg · 14 years ago
  39. 32fa7e9 drbd: Removed the now empty w_io_error() function by Philipp Reisner · 14 years ago
  40. 039e1fb drbd: removed duplicated #includes by Andrea Gelmini · 14 years ago
  41. ba11ad9 drbd: improve usage of MSG_MORE by Lars Ellenberg · 14 years ago
  42. 5dbf167 drbd: need to set socket bufsize early to take effect by Lars Ellenberg · 14 years ago
  43. 344fa46 drbd: improve network latency, TCP_QUICKACK by Lars Ellenberg · 14 years ago
  44. 2c8d196 drbd: Revert "drbd: Create new current UUID as late as possible" by Philipp Reisner · 14 years ago
  45. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  46. 4e23a59 drbd: Do not free p_uuid early, this is done in the exit code of the receiver by Philipp Reisner · 14 years ago
  47. 23ce422 drbd: Null pointer deref fix to the large "multi bio rewrite" by Philipp Reisner · 14 years ago
  48. fc8ce19 drbd: Fix: Do not detach, if a bio with a barrier fails by Philipp Reisner · 14 years ago
  49. 4604d63 drbd: Ensure to not trigger late-new-UUID creation multiple times by Philipp Reisner · 14 years ago
  50. 31a31dc drbd: Do not Oops when C_STANDALONE when uuid gets generated by Philipp Reisner · 14 years ago
  51. 2db4e42 drivers/block/drbd: Use kzalloc by Julia Lawall · 14 years ago
  52. 0c3f345 drbd: Create new current UUID as late as possible by Philipp Reisner · 14 years ago
  53. 9a25a04 drbd: If we detect late that IO got frozen, retry after we thawed. by Philipp Reisner · 14 years ago
  54. a1c88d0 drbd: always use_bmbv, ignore setting by Lars Ellenberg · 14 years ago
  55. bb3d000 drbd: allow resync requests to be larger than max_segment_size by Lars Ellenberg · 14 years ago
  56. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  57. 708d740 drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning members by Lars Ellenberg · 14 years ago
  58. 162f3ec drbd: Fixes to the new delay_probes code by Philipp Reisner · 14 years ago
  59. a8cdfd8 drbd: A fixes to the new resync speed code by Philipp Reisner · 14 years ago
  60. eedf386 drbd: Proc bits of new resync speed stuff by Philipp Reisner · 14 years ago
  61. cdd67a7 drbd: Control the actual resync rate based on the queuing delay of data packets by Philipp Reisner · 14 years ago
  62. bd26bfc drbd: Actually send delay probes by Philipp Reisner · 14 years ago
  63. 67c7ddd drbd: Four new configuration settings for resync speed control by Philipp Reisner · 14 years ago
  64. 7237bc4 drbd: Sending of delay_probes by Philipp Reisner · 14 years ago
  65. 0ced55a drbd: Receiving of delay_probes by Philipp Reisner · 14 years ago
  66. 5223671 drbd: Fixed bitmap in case of online-grow without resync by Philipp Reisner · 14 years ago
  67. 6b4388a drbd: Added transmission faults to the fault injection code by Philipp Reisner · 14 years ago
  68. 087c249 drbd: bugfix: Make resize work, if remote's size was limiting and increased in the meantime by Philipp Reisner · 14 years ago
  69. 6495d2c drbd: Implemented the --assume-clean option for drbdsetup resize by Philipp Reisner · 14 years ago
  70. b4ee79d drbd: Added some missing statics by Philipp Reisner · 14 years ago
  71. fd76438 drbd: Make sure to resync all of the new storage upon online resize by Philipp Reisner · 14 years ago
  72. e89b591 drbd: Implemented flags for the resize packet by Philipp Reisner · 14 years ago
  73. 02d9a94 drbd: Implemented the set_new_bits parameter for drbd_bm_resize() by Philipp Reisner · 14 years ago
  74. d845030 drbd: made determin_dev_size's parameter an flag enum by Philipp Reisner · 14 years ago
  75. 3a11a48 drbd: New handler: initial-split-brain by Adam Gandelman · 14 years ago
  76. 979f5c7 drbd: fail_requests_early: remove incorrect and unnecessary optimization by Lars Ellenberg · 14 years ago
  77. 6666032 drbd: check for corrupt or malicous sector addresses when receiving data by Lars Ellenberg · 14 years ago
  78. c3fe30b drbd: cleanup: This code path to trigger a resync is no longer needed by Philipp Reisner · 14 years ago
  79. 8d4ce82 drbd: don't start a resync without access to up-to-date Data by Lars Ellenberg · 14 years ago
  80. c3470cd drbd: fix potential protocol error by Lars Ellenberg · 14 years ago
  81. 8d1894e drbd: remove bogus ASSERT by Lars Ellenberg · 14 years ago
  82. e0f8301 drbd: fix regression: attach while connected failed by Lars Ellenberg · 14 years ago
  83. e4f925e drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277] by Philipp Reisner · 14 years ago
  84. 8c484ee drbd: use proc_create_data with explicit NULL argument by Lars Ellenberg · 14 years ago
  85. 5c3c7e6 drbd: don't expose failed local READ to upper layers by Lars Ellenberg · 14 years ago
  86. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  87. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  88. 7e2455c drbd: Terminate a connection early if sending the protocol fails by Philipp Reisner · 14 years ago
  89. 7ac314c drbd: fix memory leak by Dan Carpenter · 14 years ago
  90. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  91. b2b163d drbd: lc_element_by_index() never returns NULL by Philipp Reisner · 14 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  93. b4b7a4e Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  94. 39ad2bb drbd: fix al-to-on-disk-bitmap for 4k logical_block_size by Lars Ellenberg · 14 years ago
  95. 1f55243 drbd: Renamed overwrite_peer to primary_force by Philipp Reisner · 14 years ago
  96. d10a33c drbd: Forcing primary should also work for Consistent disks [Bugz 266] by Philipp Reisner · 14 years ago
  97. d0c3f60 drbd: Make sure we do not send state updates during an empty resync [Bugz 271] by Philipp Reisner · 14 years ago
  98. 309d160 drbd: Reduce the time an empty resync takes usually by Philipp Reisner · 14 years ago
  99. c42b6cf drbd: add missing drbd command names to avoid <NULL> in error messages by Lars Ellenberg · 14 years ago
  100. 4589d7f drbd_disconnect: grab meta.socket mutex as well by Lars Ellenberg · 14 years ago