1. f36af18 drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int by Lars Ellenberg · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. 7fde2be drbd: Implemented real timeout checking for request processing time by Philipp Reisner · 13 years ago
  4. fdda654 drbd: improve log message if received sector offset exceeds local capacity by Lars Ellenberg · 13 years ago
  5. 10f6d992 drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio fails by Lars Ellenberg · 13 years ago
  6. 0ddc554 drbd: silence some noisy log messages during disconnect by Lars Ellenberg · 13 years ago
  7. 20ceb2b drbd: describe bitmap locking for bulk operation in finer detail by Lars Ellenberg · 13 years ago
  8. 62b0da3 drbd: log UUIDs whenever they change by Lars Ellenberg · 13 years ago
  9. d07c9c1 drbd: We can not process BIOs with a size of 0 by Philipp Reisner · 13 years ago
  10. 79a30d2 drbd: queue bitmap writeout more intelligently by Lars Ellenberg · 13 years ago
  11. 20ee639 drbd: cleaned up __set_current_state() followed by schedule_timeout() calls by Philipp Reisner · 13 years ago
  12. 2deb833 drbd: Fixed P_NEG_ACK processing for protocol A and B by Philipp Reisner · 13 years ago
  13. 94f2b05 drbd: Killed an assert that is no longer valid 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. da0a781 drbd: Be more careful with SyncSource -> Ahead transitions by Philipp Reisner · 14 years ago
  18. d612d30 drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode by Philipp Reisner · 14 years ago
  19. f735e363 drbd: add debugging assert to make sure the protocol is clean by Lars Ellenberg · 14 years ago
  20. 2c46407 drbd: receive_bitmap_plain: Get rid of ugly and useless enum by Andreas Gruenbacher · 14 years ago
  21. 78fcbda drbd: receive_bitmap: Missing free_page() on error path by Andreas Gruenbacher · 14 years ago
  22. de1f8e4 drbd: receive_bitmap: Avoid casting enum drbd_state_rv to int by Andreas Gruenbacher · 14 years ago
  23. 4114be8 drbd: receive_bitmap: Fix the wrong return value by Andreas Gruenbacher · 14 years ago
  24. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  25. 6184ea2 drbd: This code is dead now by Andreas Gruenbacher · 14 years ago
  26. bb43794 drbd: Another small enum drbd_state_rv cleanup by Andreas Gruenbacher · 14 years ago
  27. bf885f8 drbd: Be more explicit about functions that return an enum drbd_state_rv by Andreas Gruenbacher · 14 years ago
  28. 0cf9d27 drbd: Get rid of unnecessary macros (2) by Andreas Gruenbacher · 14 years ago
  29. 220df4d drbd: fix incomplete error message by Lars Ellenberg · 14 years ago
  30. 7e458c3 drbd: Removed an unnecessary #undef by Andreas Gruenbacher · 14 years ago
  31. 3719094 drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap by Philipp Reisner · 14 years ago
  32. e3555d8 drbd: Implemented priority inheritance for resync requests by Philipp Reisner · 14 years ago
  33. c4752ef drbd: When proxy's buffer drained off go into regular resync mode by Philipp Reisner · 14 years ago
  34. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
  35. 6753171 drbd: Implemented two new connection states Ahead/Behind by Philipp Reisner · 14 years ago
  36. 688593c drbd: Renamed write_flags_to_bio() to wire_flags_to_bio() by Lars Ellenberg · 14 years ago
  37. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  38. 470be44 drbd: detect modification of in-flight buffers by Lars Ellenberg · 14 years ago
  39. 5f9915b drbd: further converge progress display of resync and online-verify by Lars Ellenberg · 14 years ago
  40. 2649f08 drbd: use the resync controller for online-verify requests as well by Lars Ellenberg · 14 years ago
  41. ea5442a drbd: advance progress step marks for online-verify by Lars Ellenberg · 14 years ago
  42. de228bb drbd: initialize online-verify progress tracking on verify target by Lars Ellenberg · 14 years ago
  43. 30b743a drbd: improve online-verify progress tracking by Lars Ellenberg · 14 years ago
  44. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  45. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  46. c13f7e1 drbd: don't recvmsg with zero length by Lars Ellenberg · 14 years ago
  47. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  48. 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
  49. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  50. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  51. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  52. 6719fb0 drbd: fix potential data divergence after multiple failures by Lars Ellenberg · 14 years ago
  53. 82f59cc drbd: fix potential deadlock on detach by Lars Ellenberg · 14 years ago
  54. 856c50c drbd: add some more explicit drbd_md_sync by Lars Ellenberg · 14 years ago
  55. 0f8488e drbd: cleanup useless leftover warn/error printk's by Lars Ellenberg · 14 years ago
  56. b18b37b drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTED by Philipp Reisner · 14 years ago
  57. 22cc37a drbd: fix unlikely access after free and list corruption by Lars Ellenberg · 14 years ago
  58. e9ef7bb drbd: allow for explicit resync-finished notifications by Lars Ellenberg · 14 years ago
  59. 4ac4aad drbd: preparation commit, using full state in receive_state() by Lars Ellenberg · 14 years ago
  60. 2b2bf21 drbd: drbd_send_ack_dp must not rely on header information by Lars Ellenberg · 14 years ago
  61. 004352f drbd: Fix regression in recv_bm_rle_bits (compressed bitmap) by Lars Ellenberg · 14 years ago
  62. 8979d9c drbd: protocol compatibility for maximum packet sizes by Lars Ellenberg · 14 years ago
  63. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  64. a821cc4 drbd: fix spurious protocol error by Lars Ellenberg · 14 years ago
  65. 1d53f09 drbd: fix potential kernel BUG (NULL deref) by Lars Ellenberg · 14 years ago
  66. 435f074 drbd: don't count sendpage()d pages only referenced by tcp as in use by Lars Ellenberg · 14 years ago
  67. 76d2e7e drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARD by Philipp Reisner · 14 years ago
  68. 63106d3 drbd: Removed a race that could cause unexpected execution of w_make_resync_request() by Philipp Reisner · 14 years ago
  69. d537338 drbd: Actually allow BIOs up to 128k (was 32k). by Philipp Reisner · 14 years ago
  70. 02918be drbd: receiving of big packets, for payloads between 64kByte and 4GByte by Philipp Reisner · 14 years ago
  71. 0b70a13 drbd: Sending of big packets, for payloads from 64KByte to 4GByte by Philipp Reisner · 14 years ago
  72. 48acf86 drbd: Microfix: Assigning sector once is sufficient by Philipp Reisner · 14 years ago
  73. 0f0601f drbd: new configuration parameter c-min-rate by Lars Ellenberg · 14 years ago
  74. 80a40e4 drbd: reduce code duplication when receiving data requests by Lars Ellenberg · 14 years ago
  75. c36c3ce drbd: let drbd_free_ee implicitly free any digest by Lars Ellenberg · 14 years ago
  76. 8571957 drbd: Replaced some casts by an union. Improved comments by Philipp Reisner · 14 years ago
  77. 778f271 drbd: The new, smarter resync speed controller by Philipp Reisner · 14 years ago
  78. 8e26f9c drbd: New sync_param packet, that includes the parameters of the new controller by Philipp Reisner · 14 years ago
  79. f70b3511 drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended by Philipp Reisner · 14 years ago
  80. 84dfb9f drbd: Fixed a deadlock, probably only affected UP machines by Philipp Reisner · 14 years ago
  81. 65d922c drbd: Do not do a hard state change when establishing a connection [bugz 304] by Philipp Reisner · 14 years ago
  82. 481c6f5 drbd: Ensure that the peer was not rebootet in the meantime before resending TL by Philipp Reisner · 14 years ago
  83. 87f7be4 drbd: Run the fence-peer helper asynchronously by Philipp Reisner · 14 years ago
  84. 18a50fa drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary correctly by Philipp Reisner · 14 years ago
  85. 11b58e7 drbd: factored tl_restart() out of tl_clear(). by Philipp Reisner · 14 years ago
  86. 288f422 drbd: Track all IO requests on the TL, not writes only by Philipp Reisner · 14 years ago
  87. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  88. c8bf133 Consolidate min_not_zero by Martin K. Petersen · 14 years ago
  89. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  90. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  91. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  92. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  93. 039e1fb drbd: removed duplicated #includes by Andrea Gelmini · 14 years ago
  94. 5dbf167 drbd: need to set socket bufsize early to take effect by Lars Ellenberg · 14 years ago
  95. 2c8d196 drbd: Revert "drbd: Create new current UUID as late as possible" by Philipp Reisner · 14 years ago
  96. 23ce422 drbd: Null pointer deref fix to the large "multi bio rewrite" by Philipp Reisner · 14 years ago
  97. 0c3f345 drbd: Create new current UUID as late as possible by Philipp Reisner · 14 years ago
  98. a1c88d0 drbd: always use_bmbv, ignore setting by Lars Ellenberg · 14 years ago
  99. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  100. 0ced55a drbd: Receiving of delay_probes by Philipp Reisner · 14 years ago