1. e89b591 drbd: Implemented flags for the resize packet by Philipp Reisner · 14 years ago
  2. 02d9a94 drbd: Implemented the set_new_bits parameter for drbd_bm_resize() by Philipp Reisner · 14 years ago
  3. d845030 drbd: made determin_dev_size's parameter an flag enum by Philipp Reisner · 14 years ago
  4. 3a11a48 drbd: New handler: initial-split-brain by Adam Gandelman · 14 years ago
  5. 979f5c7 drbd: fail_requests_early: remove incorrect and unnecessary optimization by Lars Ellenberg · 14 years ago
  6. 6666032 drbd: check for corrupt or malicous sector addresses when receiving data by Lars Ellenberg · 14 years ago
  7. c3fe30b drbd: cleanup: This code path to trigger a resync is no longer needed by Philipp Reisner · 14 years ago
  8. 8d4ce82 drbd: don't start a resync without access to up-to-date Data by Lars Ellenberg · 14 years ago
  9. c3470cd drbd: fix potential protocol error by Lars Ellenberg · 14 years ago
  10. 8d1894e drbd: remove bogus ASSERT by Lars Ellenberg · 14 years ago
  11. e0f8301 drbd: fix regression: attach while connected failed by Lars Ellenberg · 14 years ago
  12. e4f925e drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277] by Philipp Reisner · 14 years ago
  13. 8c484ee drbd: use proc_create_data with explicit NULL argument by Lars Ellenberg · 14 years ago
  14. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  15. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  16. 7e2455c drbd: Terminate a connection early if sending the protocol fails by Philipp Reisner · 14 years ago
  17. 7ac314c drbd: fix memory leak by Dan Carpenter · 14 years ago
  18. 2f40842 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  19. b2b163d drbd: lc_element_by_index() never returns NULL by Philipp Reisner · 14 years ago
  20. 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
  21. b4b7a4e Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  22. 39ad2bb drbd: fix al-to-on-disk-bitmap for 4k logical_block_size by Lars Ellenberg · 14 years ago
  23. 1f55243 drbd: Renamed overwrite_peer to primary_force by Philipp Reisner · 14 years ago
  24. d10a33c drbd: Forcing primary should also work for Consistent disks [Bugz 266] by Philipp Reisner · 14 years ago
  25. d0c3f60 drbd: Make sure we do not send state updates during an empty resync [Bugz 271] by Philipp Reisner · 14 years ago
  26. 309d160 drbd: Reduce the time an empty resync takes usually by Philipp Reisner · 14 years ago
  27. c42b6cf drbd: add missing drbd command names to avoid <NULL> in error messages by Lars Ellenberg · 14 years ago
  28. 4589d7f drbd_disconnect: grab meta.socket mutex as well by Lars Ellenberg · 14 years ago
  29. 676396d fix unit of rs_same_csums accounting by Lars Ellenberg · 14 years ago
  30. 580b976 drbd: fix broken state change after split-brain attach while connected by Lars Ellenberg · 14 years ago
  31. 4aa83b7 drbd: fix NULL pointer dereference on 4k hard sect size by Lars Ellenberg · 14 years ago
  32. cf14c2e drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> ) by Philipp Reisner · 14 years ago
  33. 8a03ae2 block: drbd: Convert semaphore to mutex by Thomas Gleixner · 14 years ago
  34. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  35. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  36. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  37. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  38. d3db7b4 drbd: null dereference bug by Dan Carpenter · 14 years ago
  39. 98ec286 drbd: fix max_segment_size initialization by Lars Ellenberg · 15 years ago
  40. a393db6 drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced) by Philipp Reisner · 15 years ago
  41. b10d96c drbd: Don't go into StandAlone mode when authentification failes because of network error by Johannes Thoma · 15 years ago
  42. 36bfc7e drbd: check on CONFIG_LBDAF, not LBD by Lars Ellenberg · 15 years ago
  43. 2d1ee87 drivers/block/drbd: Correct NULL test by Julia Lawall · 15 years ago
  44. 367a8d7 drbd: Silenced an assert that could triggered after changing write ordering method by Philipp Reisner · 15 years ago
  45. 89f01d5 drbd: Kconfig fix by Johannes Thoma · 15 years ago
  46. 0a6dbf2 drbd: Fix for a race between IO and a detach operation [Bugz 262] by Philipp Reisner · 15 years ago
  47. 0798219 drbd: Use drbd_crypto_is_hash() instead of an open coded check by Philipp Reisner · 15 years ago
  48. 820cd61 drbd: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  49. 7b886f4 drbd: remove duplicated #include by Huang Weiyi · 15 years ago
  50. 49829ea drbd: Fix test of unsigned in _drbd_fault_random() by Roel Kluin · 15 years ago
  51. 7d4e9d0 drbd: Constify struct file_operations by Emese Revfy · 15 years ago
  52. 8b43aeb drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff) by Philipp Reisner · 15 years ago
  53. 753c891 drbd_req.c: use part_[inc|dec]_in_flight() by Philipp Reisner · 15 years ago
  54. d8c2a36 Fixed a regression in resync decission code drbd_uuid_compare() [Bugz 260] by Philipp Reisner · 15 years ago
  55. 0b33a91 add missing state change on corrupt packet header in drbd_recv_header by Lars Ellenberg · 15 years ago
  56. 6c6c795 fix in-kernel configuration serialization by Lars Ellenberg · 15 years ago
  57. 83c3883 drbd: performance - don't lose unplug events by Lars Ellenberg · 15 years ago
  58. e656ec8 Do not deadlock in drbd_disconnect() [bugz 258] by Philipp Reisner · 15 years ago
  59. 0a49216 drbdsetup X resume-io should be usable to resume IO [Bugz 256] by Philipp Reisner · 15 years ago
  60. 1352994 drbd: fix check for too large lower level device by Lars Ellenberg · 15 years ago
  61. ad19bf6 fix grammar in printk by Lars Ellenberg · 15 years ago
  62. a870a3a drbd: fix in_flight rw indexing by Jens Axboe · 15 years ago
  63. 132cc53 drbd: needs __ratelimit() by Randy Dunlap · 15 years ago
  64. 9f5180e drbd: Work on permission enforcement by Philipp Reisner · 15 years ago
  65. 25d2d4e drbd: fixup for reverted dual in_flight patch by Jens Axboe · 15 years ago
  66. 6a0afdf drbd: remove tracing bits by Jens Axboe · 15 years ago
  67. ab8fafc dropping unneeded include autoconf.h by Lars Ellenberg · 15 years ago
  68. b411b36 The DRBD driver by Philipp Reisner · 15 years ago