1. 116676c drbd: Rename enum drbd_ret_codes to enum drbd_ret_code by Andreas Gruenbacher · 14 years ago
  2. 2561b9c drbd: --force option for disconnect by Philipp Reisner · 14 years ago
  3. 42ff269 drbd: add packet_type 27 (return_code_only) to netlink api by Lars Ellenberg · 14 years ago
  4. 3e3a776 drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nl by Lars Ellenberg · 14 years ago
  5. 422028b drbd: New configuration parameters for dealing with network congestion by Philipp Reisner · 14 years ago
  6. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  7. 3129b1b drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k by Lars Ellenberg · 14 years ago
  8. 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
  9. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  10. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  11. a8a4e51 drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses by Philipp Reisner · 14 years ago
  12. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  13. 82f59cc drbd: fix potential deadlock on detach by Lars Ellenberg · 14 years ago
  14. aaa8e2b drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuid by Lars Ellenberg · 14 years ago
  15. 0f8488e drbd: cleanup useless leftover warn/error printk's by Lars Ellenberg · 14 years ago
  16. 8979d9c drbd: protocol compatibility for maximum packet sizes by Lars Ellenberg · 14 years ago
  17. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  18. 1090c05 drbd: drbd_md_sync before calling user space helpers by Lars Ellenberg · 14 years ago
  19. ef50a3e drbd: implicitly create unconfigured devices on sync-after dependencies by Lars Ellenberg · 14 years ago
  20. c518d04 drbd: fix race between deconfiguring and reconfiguring network by Lars Ellenberg · 14 years ago
  21. 0778286 drbd: Disable activity log updates when the whole device is out of sync by Philipp Reisner · 14 years ago
  22. d537338 drbd: Actually allow BIOs up to 128k (was 32k). by Philipp Reisner · 14 years ago
  23. 0f0601f drbd: new configuration parameter c-min-rate by Lars Ellenberg · 14 years ago
  24. 778f271 drbd: The new, smarter resync speed controller by Philipp Reisner · 14 years ago
  25. 9a31d71 drbd: New sync parameters for the smart resync rate controller by Philipp Reisner · 14 years ago
  26. f70b3511 drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended by Philipp Reisner · 14 years ago
  27. 8f48815 drbd: Allow attach while IO is suspended by Philipp Reisner · 14 years ago
  28. 481c6f5 drbd: Ensure that the peer was not rebootet in the meantime before resending TL by Philipp Reisner · 14 years ago
  29. 43a5182 drbd: Delayed creation of current-UUID by Philipp Reisner · 14 years ago
  30. 87f7be4 drbd: Run the fence-peer helper asynchronously by Philipp Reisner · 14 years ago
  31. 894c6a9 drbd: Disabled the crashed_primary detection for re-attach of last data while IO is frozen by Philipp Reisner · 14 years ago
  32. 47ff2d0 drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A by Philipp Reisner · 14 years ago
  33. 265be2d drbd: Finished the "on-no-data-accessible suspend-io;" functionality by Philipp Reisner · 14 years ago
  34. e7f52df drbd: revert "delay probes", feature is being re-implemented differently by Lars Ellenberg · 14 years ago
  35. dc66c74 drbd: Fixed a race between disk-attach and unexpected state changes by Philipp Reisner · 14 years ago
  36. 2db4e42 drivers/block/drbd: Use kzalloc by Julia Lawall · 14 years ago
  37. a1c88d0 drbd: always use_bmbv, ignore setting by Lars Ellenberg · 14 years ago
  38. 45bb912 drbd: Allow drbd_epoch_entries to use multiple bios. by Lars Ellenberg · 14 years ago
  39. 67c7ddd drbd: Four new configuration settings for resync speed control by Philipp Reisner · 14 years ago
  40. 087c249 drbd: bugfix: Make resize work, if remote's size was limiting and increased in the meantime by Philipp Reisner · 14 years ago
  41. 6495d2c drbd: Implemented the --assume-clean option for drbdsetup resize by Philipp Reisner · 14 years ago
  42. e89b591 drbd: Implemented flags for the resize packet by Philipp Reisner · 14 years ago
  43. 02d9a94 drbd: Implemented the set_new_bits parameter for drbd_bm_resize() by Philipp Reisner · 14 years ago
  44. d845030 drbd: made determin_dev_size's parameter an flag enum by Philipp Reisner · 14 years ago
  45. 1f55243 drbd: Renamed overwrite_peer to primary_force by Philipp Reisner · 15 years ago
  46. d10a33c drbd: Forcing primary should also work for Consistent disks [Bugz 266] by Philipp Reisner · 15 years ago
  47. 4aa83b7 drbd: fix NULL pointer dereference on 4k hard sect size by Lars Ellenberg · 15 years ago
  48. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 15 years ago
  49. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  50. a393db6 drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be explicitly forced) by Philipp Reisner · 15 years ago
  51. 0798219 drbd: Use drbd_crypto_is_hash() instead of an open coded check by Philipp Reisner · 15 years ago
  52. 8b43aeb drbd: Following the hmac change to SHASH (see linux commit 8bd1209cfff) by Philipp Reisner · 15 years ago
  53. 6c6c795 fix in-kernel configuration serialization by Lars Ellenberg · 15 years ago
  54. 1352994 drbd: fix check for too large lower level device by Lars Ellenberg · 15 years ago
  55. 9f5180e drbd: Work on permission enforcement by Philipp Reisner · 15 years ago
  56. 6a0afdf drbd: remove tracing bits by Jens Axboe · 15 years ago
  57. ab8fafc dropping unneeded include autoconf.h by Lars Ellenberg · 15 years ago
  58. b411b36 The DRBD driver by Philipp Reisner · 15 years ago