1. d0fa7fd drbd: Remove dead code by Andreas Gruenbacher · 13 years ago
  2. afbbfa8 drbd: Allow to pass resource options to the new-resource command by Andreas Gruenbacher · 13 years ago
  3. 089c075 drbd: Convert the generic netlink interface to accept connection endpoints by Andreas Gruenbacher · 13 years ago
  4. 44e52cf drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE} by Andreas Gruenbacher · 13 years ago
  5. 01b39b5 drbd: Split off netlink mandatory attribute handling into separate file by Andreas Gruenbacher · 13 years ago
  6. 7c3063c drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested() by Andreas Gruenbacher · 13 years ago
  7. 789c1b6 drbd: Use the terminology suggested by the command names in the source code and messages by Andreas Gruenbacher · 13 years ago
  8. 67b58bf drbd: spelling fix: too small by Lars Ellenberg · 13 years ago
  9. fc251d5 drbd: cosmetic: fix accidental division instead of modulo when pretty printing by Lars Ellenberg · 13 years ago
  10. 46530e8 drbd: Use DRBD_MINOR_COUNT_DEF in one more place by Andreas Gruenbacher · 13 years ago
  11. a67b813 drbd: Lower log priority for an event that is definitely not an error by Philipp Reisner · 13 years ago
  12. c75b9b1 drbd: Don't use empty nested netlink attributes by Andreas Gruenbacher · 13 years ago
  13. 1e2a255 drbd: drbd_adm_prepare(): Pass through error codes by Andreas Gruenbacher · 13 years ago
  14. d659f2a drbd: Send PROTOCOL_UPDATE packets when appropriate by Philipp Reisner · 13 years ago
  15. 036b17e drbd: Receiving part for the PROTOCOL_UPDATE packet by Philipp Reisner · 13 years ago
  16. 7aca6c7 drbd: Allocation of int_dig_in and int_dig_vv was missing by Philipp Reisner · 13 years ago
  17. f179d76 drbd: Made cmp_after_sb() more generic into convert_after_sb() by Philipp Reisner · 13 years ago
  18. 46e1ce4 drbd: protect updates to integrits_tfm by tconn->data->mutex by Philipp Reisner · 13 years ago
  19. dcb20d1 drbd: Refuse to change network options online when... by Philipp Reisner · 13 years ago
  20. 95f8efd drbd: Fix the upper limit of resync-after by Andreas Gruenbacher · 13 years ago
  21. 69ef82d drbd: Refer to connect-int consistently throughout the code by Andreas Gruenbacher · 13 years ago
  22. 6394b93 drbd: Refer to resync-rate consistently throughout the code by Andreas Gruenbacher · 13 years ago
  23. 7dc1d67 drbd: skip spurious wait_event in drbd_al_begin_io by Lars Ellenberg · 13 years ago
  24. 6139f60 drbd: Rename the want_lose field/flag to discard_my_data by Andreas Gruenbacher · 13 years ago
  25. 6f9b5f8 drbd: Make broadcast events return NO_ERROR by Andreas Gruenbacher · 13 years ago
  26. c141ebd drbd: Removing drbd_cfg_rwsem by Philipp Reisner · 13 years ago
  27. ec0bddb drbd: Use RCU for the drbd_tconns list by Philipp Reisner · 13 years ago
  28. 81fa2e6 drbd: Refcounting for mdev objects by Philipp Reisner · 13 years ago
  29. bb77d34 drbd: Turn no-tcp-cork into tcp-cork={yes|no} by Andreas Gruenbacher · 13 years ago
  30. e544046 drbd: Turn no-md-flushes into md-flushes={yes|no} by Andreas Gruenbacher · 13 years ago
  31. d0c980e drbd: Turn no-disk-drain into disk-drain={yes|no} by Andreas Gruenbacher · 13 years ago
  32. 66b2f6b drbd: Turn no-disk-flushes into disk-flushes={yes|no} by Andreas Gruenbacher · 13 years ago
  33. 813472c drbd: RCU for rs_plan_s by Philipp Reisner · 13 years ago
  34. d589a21 drbd: Enforce limits of disk_conf members; centralized these checks by Philipp Reisner · 13 years ago
  35. 9958c85 drbd: Made the fifo object a self contained object (preparing for RCU) by Philipp Reisner · 13 years ago
  36. daeda1c drbd: RCU for disk_conf by Philipp Reisner · 13 years ago
  37. 563e4cf drbd: Introduce __s32_field in the genetlink macro magic by Lars Ellenberg · 13 years ago
  38. 2ec91e0 drbd: Renamed (old|new)_conf into (old|new)_net_conf in receive_SyncParam by Philipp Reisner · 13 years ago
  39. dc97b70 drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed() by Philipp Reisner · 13 years ago
  40. ef5e44a drbd: drbd_dew_dev_size() gets the user requests disk_size as argument by Philipp Reisner · 13 years ago
  41. a009550 drbd: Renamed the net_conf_update mutex to conf_update by Philipp Reisner · 13 years ago
  42. 934e613 drbd: Removed dead code by Philipp Reisner · 13 years ago
  43. b966b5d drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h by Andreas Gruenbacher · 13 years ago
  44. 009ba89 drbd: fix schedule in atomic by Lars Ellenberg · 13 years ago
  45. 992d6e9 drbd: fix thread stop deadlock by Lars Ellenberg · 13 years ago
  46. f3dfa40 drbd: fix race when forcefully disconnecting by Lars Ellenberg · 13 years ago
  47. 88104ca drbd: Allow to change data-integrity-alg on the fly by Andreas Gruenbacher · 13 years ago
  48. a7eb7bd drbd: Introduce a "lockless" variant of drbd_send_protocoll() by Andreas Gruenbacher · 13 years ago
  49. 4b6ad6d drbd: Remove obsolete drbd_crypto_is_hash() by Andreas Gruenbacher · 13 years ago
  50. 5b614ab drbd: Rename integrity_r_tfm -> peer_integrity_tfm by Andreas Gruenbacher · 13 years ago
  51. 8d412fc drbd: Rename integrity_w_tfm -> integrity_tfm by Andreas Gruenbacher · 13 years ago
  52. 86db061 drbd: Wrong use of RCU in receive_protocol() by Andreas Gruenbacher · 13 years ago
  53. acb104c3 drbd: fix copy/paste error in comment by Lars Ellenberg · 13 years ago
  54. b57a1e2 drbd: rename variable sc to res_opts by Lars Ellenberg · 13 years ago
  55. 5ecc72c drbd: rename variable ndc to new_disk_conf by Lars Ellenberg · 13 years ago
  56. 5979e36 drbd: on reconfiguration requests, mind the SET_DEFAULTS flag by Lars Ellenberg · 13 years ago
  57. 0fd0ea0 drbd: Consider all crypto options in connect and in net-options by Philipp Reisner · 13 years ago
  58. d9cc6e2 drbd: fix various disconnecting races by Lars Ellenberg · 13 years ago
  59. 5ee743e drbd: remove useless kobject_uevent from drbd_adm_connect by Lars Ellenberg · 13 years ago
  60. a18e9d1 drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits by Philipp Reisner · 13 years ago
  61. 0ace9df drbd: Take a reference on tconn when finding a tconn by name by Philipp Reisner · 13 years ago
  62. 9dc9fbb drbd: Basic refcounting for drbd_tconn by Philipp Reisner · 13 years ago
  63. 1d04122 drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto() by Philipp Reisner · 13 years ago
  64. f5e2b8b drbd: move comment about stopping the receiver thread to where it belongs by Lars Ellenberg · 13 years ago
  65. ae25b33 drbd: cmdname() enum to string convertion was missing a few constants by Lars Ellenberg · 13 years ago
  66. ed43984 drbd: fix setsockopt for user mode linux by Lars Ellenberg · 13 years ago
  67. 71932ef drbd: allow status dump request all volumes of a specific resource by Lars Ellenberg · 13 years ago
  68. 302bdea drbd: Considering that the two_primaries config flag can change by Philipp Reisner · 13 years ago
  69. 91fd4da drbd: Proper locking for updates to net_conf under RCU by Philipp Reisner · 13 years ago
  70. 44ed167 drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf by Philipp Reisner · 13 years ago
  71. b032b6f drbd: Allow online change of replication protocol only with agreed_pv >= 100 by Philipp Reisner · 13 years ago
  72. cd64397 drbd: Check consistency of net options when the get changed online by Philipp Reisner · 13 years ago
  73. 303d144 drbd: Runtime changeable wire protocol by Philipp Reisner · 13 years ago
  74. d3fcb49 drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem by Philipp Reisner · 13 years ago
  75. ef35626 drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsem by Philipp Reisner · 13 years ago
  76. 695d08f drbd: rcu_read_[un]lock() for all idr accesses that do not sleep by Philipp Reisner · 13 years ago
  77. cd1d995 drbd: Inlined drbd_free_mdev(); it got called only from one place by Philipp Reisner · 13 years ago
  78. ff370e5 drbd: drbd_delete_device() takes a struct drbd_conf * now by Philipp Reisner · 13 years ago
  79. 5cc287e drbd: Rename drbd_pp_free() to drbd_free_pages() by Andreas Gruenbacher · 13 years ago
  80. c37c8ec drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-static by Andreas Gruenbacher · 13 years ago
  81. 18c2d52 drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages() by Andreas Gruenbacher · 13 years ago
  82. d4da153 drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() static by Andreas Gruenbacher · 13 years ago
  83. 045417f drbd: Rename drbd_{ ee -> peer_req }_has_active_page by Andreas Gruenbacher · 13 years ago
  84. a990be4 drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee(), tconn_process_done_ee() to *_peer_reqs by Andreas Gruenbacher · 13 years ago
  85. 7721f56 drbd: Rename drbd_release_ee() to drbd_free_peer_reqs() by Andreas Gruenbacher · 13 years ago
  86. 3967deb drbd: Rename drbd_free_ee() and variants to *_peer_req() by Andreas Gruenbacher · 13 years ago
  87. 0db5536 drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req() by Andreas Gruenbacher · 13 years ago
  88. e0ab6ad drbd: drbd_init_ee() no longer exists by Andreas Gruenbacher · 13 years ago
  89. 2735a59 drbd: Make all asynchronous command handlers return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  90. 8599767 drbd: validate_req_change_req_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  91. b55d84b drbd: Removed outdated comments and code that envisioned VNRs in header 95 by Andreas Gruenbacher · 13 years ago
  92. 0c8e36d drbd: Introduce protocol version 100 headers by Andreas Gruenbacher · 13 years ago
  93. e658983 drbd: Remove headers from on-the-wire data structures (struct p_*) by Andreas Gruenbacher · 13 years ago
  94. 50d0b1a drbd: Remove some fixed header size assumptions by Andreas Gruenbacher · 13 years ago
  95. da39fec drbd: Remove now-unused int_dig_out buffer by Andreas Gruenbacher · 13 years ago
  96. 9f5bdc3 drbd: Replace and remove old primitives by Andreas Gruenbacher · 13 years ago
  97. 52b061a drbd: Introduce drbd_header_size() by Andreas Gruenbacher · 13 years ago
  98. dba5858 drbd: Introduce new primitives for sending commands by Andreas Gruenbacher · 13 years ago
  99. a17647a drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  100. 8b924f1 drbd: Use tconn in request_timer_fn() by Philipp Reisner · 13 years ago