1. c13f7e1 drbd: don't recvmsg with zero length by Lars Ellenberg · 14 years ago
  2. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  3. 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
  4. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  5. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  6. 8abfc6e Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  7. 6719fb0 drbd: fix potential data divergence after multiple failures by Lars Ellenberg · 14 years ago
  8. 82f59cc drbd: fix potential deadlock on detach by Lars Ellenberg · 14 years ago
  9. 856c50c drbd: add some more explicit drbd_md_sync by Lars Ellenberg · 14 years ago
  10. 0f8488e drbd: cleanup useless leftover warn/error printk's by Lars Ellenberg · 14 years ago
  11. b18b37b drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTED by Philipp Reisner · 14 years ago
  12. 22cc37a drbd: fix unlikely access after free and list corruption by Lars Ellenberg · 14 years ago
  13. e9ef7bb drbd: allow for explicit resync-finished notifications by Lars Ellenberg · 14 years ago
  14. 4ac4aad drbd: preparation commit, using full state in receive_state() by Lars Ellenberg · 14 years ago
  15. 2b2bf21 drbd: drbd_send_ack_dp must not rely on header information by Lars Ellenberg · 14 years ago
  16. 004352f drbd: Fix regression in recv_bm_rle_bits (compressed bitmap) by Lars Ellenberg · 14 years ago
  17. 8979d9c drbd: protocol compatibility for maximum packet sizes by Lars Ellenberg · 14 years ago
  18. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  19. a821cc4 drbd: fix spurious protocol error by Lars Ellenberg · 14 years ago
  20. 1d53f09 drbd: fix potential kernel BUG (NULL deref) by Lars Ellenberg · 14 years ago
  21. 435f074 drbd: don't count sendpage()d pages only referenced by tcp as in use by Lars Ellenberg · 14 years ago
  22. 76d2e7e drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARD by Philipp Reisner · 14 years ago
  23. 63106d3 drbd: Removed a race that could cause unexpected execution of w_make_resync_request() by Philipp Reisner · 14 years ago
  24. d537338 drbd: Actually allow BIOs up to 128k (was 32k). by Philipp Reisner · 14 years ago
  25. 02918be drbd: receiving of big packets, for payloads between 64kByte and 4GByte by Philipp Reisner · 14 years ago
  26. 0b70a13 drbd: Sending of big packets, for payloads from 64KByte to 4GByte by Philipp Reisner · 14 years ago
  27. 48acf86 drbd: Microfix: Assigning sector once is sufficient by Philipp Reisner · 14 years ago
  28. 0f0601f drbd: new configuration parameter c-min-rate by Lars Ellenberg · 14 years ago
  29. 80a40e4 drbd: reduce code duplication when receiving data requests by Lars Ellenberg · 14 years ago
  30. c36c3ce drbd: let drbd_free_ee implicitly free any digest by Lars Ellenberg · 14 years ago
  31. 8571957 drbd: Replaced some casts by an union. Improved comments by Philipp Reisner · 14 years ago
  32. 778f271 drbd: The new, smarter resync speed controller by Philipp Reisner · 14 years ago
  33. 8e26f9c drbd: New sync_param packet, that includes the parameters of the new controller by Philipp Reisner · 14 years ago
  34. f70b3511 drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended by Philipp Reisner · 14 years ago
  35. 84dfb9f drbd: Fixed a deadlock, probably only affected UP machines by Philipp Reisner · 14 years ago
  36. 65d922c drbd: Do not do a hard state change when establishing a connection [bugz 304] by Philipp Reisner · 14 years ago
  37. 481c6f5 drbd: Ensure that the peer was not rebootet in the meantime before resending TL by Philipp Reisner · 14 years ago
  38. 87f7be4 drbd: Run the fence-peer helper asynchronously by Philipp Reisner · 14 years ago
  39. 18a50fa drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary correctly by Philipp Reisner · 14 years ago
  40. 11b58e7 drbd: factored tl_restart() out of tl_clear(). by Philipp Reisner · 14 years ago
  41. 288f422 drbd: Track all IO requests on the TL, not writes only by Philipp Reisner · 14 years ago
  42. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  43. c8bf133 Consolidate min_not_zero by Martin K. Petersen · 14 years ago
  44. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  45. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  46. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  47. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  48. 039e1fb drbd: removed duplicated #includes by Andrea Gelmini · 14 years ago
  49. 5dbf167 drbd: need to set socket bufsize early to take effect by Lars Ellenberg · 14 years ago
  50. 2c8d196 drbd: Revert "drbd: Create new current UUID as late as possible" by Philipp Reisner · 14 years ago
  51. 23ce422 drbd: Null pointer deref fix to the large "multi bio rewrite" by Philipp Reisner · 14 years ago
  52. 0c3f345 drbd: Create new current UUID as late as possible by Philipp Reisner · 14 years ago
  53. a1c88d0 drbd: always use_bmbv, ignore setting by Lars Ellenberg · 14 years ago
  54. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  55. 0ced55a drbd: Receiving of delay_probes by Philipp Reisner · 14 years ago
  56. 6b4388a drbd: Added transmission faults to the fault injection code by Philipp Reisner · 14 years ago
  57. e89b591 drbd: Implemented flags for the resize packet by Philipp Reisner · 14 years ago
  58. 3a11a48 drbd: New handler: initial-split-brain by Adam Gandelman · 14 years ago
  59. 6666032 drbd: check for corrupt or malicous sector addresses when receiving data by Lars Ellenberg · 14 years ago
  60. c3fe30b drbd: cleanup: This code path to trigger a resync is no longer needed by Philipp Reisner · 14 years ago
  61. c3470cd drbd: fix potential protocol error by Lars Ellenberg · 14 years ago
  62. 8d1894e drbd: remove bogus ASSERT by Lars Ellenberg · 14 years ago
  63. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  64. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  65. 7e2455c drbd: Terminate a connection early if sending the protocol fails by Philipp Reisner · 14 years ago
  66. 309d160 drbd: Reduce the time an empty resync takes usually by Philipp Reisner · 14 years ago
  67. 4589d7f drbd_disconnect: grab meta.socket mutex as well by Lars Ellenberg · 14 years ago
  68. 580b976 drbd: fix broken state change after split-brain attach while connected by Lars Ellenberg · 14 years ago
  69. cf14c2e drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> ) by Philipp Reisner · 14 years ago
  70. d3db7b4 drbd: null dereference bug by Dan Carpenter · 14 years ago
  71. a393db6 drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced) by Philipp Reisner · 15 years ago
  72. b10d96c drbd: Don't go into StandAlone mode when authentification failes because of network error by Johannes Thoma · 14 years ago
  73. 2d1ee87 drivers/block/drbd: Correct NULL test by Julia Lawall · 15 years ago
  74. 367a8d7 drbd: Silenced an assert that could triggered after changing write ordering method by Philipp Reisner · 15 years ago
  75. 820cd61 drbd: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  76. d8c2a36 Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260] by Philipp Reisner · 15 years ago
  77. 0b33a91 add missing state change on corrupt packet header in drbd_recv_header by Lars Ellenberg · 15 years ago
  78. e656ec8 Do not deadlock in drbd_disconnect() [bugz 258] by Philipp Reisner · 15 years ago
  79. ad19bf6 fix grammar in printk by Lars Ellenberg · 15 years ago
  80. 6a0afdf drbd: remove tracing bits by Jens Axboe · 15 years ago
  81. ab8fafc dropping unneeded include autoconf.h by Lars Ellenberg · 15 years ago
  82. b411b36 The DRBD driver by Philipp Reisner · 15 years ago