1. 9958c85 drbd: Made the fifo object a self contained object (preparing for RCU) by Philipp Reisner · 15 years ago
  2. daeda1c drbd: RCU for disk_conf by Philipp Reisner · 15 years ago
  3. dc97b70 drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed() by Philipp Reisner · 15 years ago
  4. ef5e44a drbd: drbd_dew_dev_size() gets the user requests disk_size as argument by Philipp Reisner · 15 years ago
  5. a009550 drbd: Renamed the net_conf_update mutex to conf_update by Philipp Reisner · 15 years ago
  6. b966b5d drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h by Andreas Gruenbacher · 15 years ago
  7. a7eb7bd drbd: Introduce a "lockless" variant of drbd_send_protocoll() by Andreas Gruenbacher · 15 years ago
  8. 5b614ab drbd: Rename integrity_r_tfm -> peer_integrity_tfm by Andreas Gruenbacher · 15 years ago
  9. 8d412fc drbd: Rename integrity_w_tfm -> integrity_tfm by Andreas Gruenbacher · 15 years ago
  10. 5979e36 drbd: on reconfiguration requests, mind the SET_DEFAULTS flag by Lars Ellenberg · 15 years ago
  11. a18e9d1 drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits by Philipp Reisner · 15 years ago
  12. 0ace9df drbd: Take a reference on tconn when finding a tconn by name by Philipp Reisner · 15 years ago
  13. 9dc9fbb drbd: Basic refcounting for drbd_tconn by Philipp Reisner · 15 years ago
  14. 1d04122 drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto() by Philipp Reisner · 15 years ago
  15. ed43984 drbd: fix setsockopt for user mode linux by Lars Ellenberg · 15 years ago
  16. 302bdea drbd: Considering that the two_primaries config flag can change by Philipp Reisner · 15 years ago
  17. 91fd4da drbd: Proper locking for updates to net_conf under RCU by Philipp Reisner · 15 years ago
  18. 44ed167 drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf by Philipp Reisner · 15 years ago
  19. 303d144 drbd: Runtime changeable wire protocol by Philipp Reisner · 15 years ago
  20. d3fcb49 drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem by Philipp Reisner · 15 years ago
  21. ef35626 drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsem by Philipp Reisner · 15 years ago
  22. cd1d995 drbd: Inlined drbd_free_mdev(); it got called only from one place by Philipp Reisner · 15 years ago
  23. ff370e5 drbd: drbd_delete_device() takes a struct drbd_conf * now by Philipp Reisner · 15 years ago
  24. c37c8ec drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-static by Andreas Gruenbacher · 15 years ago
  25. d4da153 drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() static by Andreas Gruenbacher · 15 years ago
  26. 045417f drbd: Rename drbd_{ ee -> peer_req }_has_active_page by Andreas Gruenbacher · 15 years ago
  27. 7721f56 drbd: Rename drbd_release_ee() to drbd_free_peer_reqs() by Andreas Gruenbacher · 15 years ago
  28. 3967deb drbd: Rename drbd_free_ee() and variants to *_peer_req() by Andreas Gruenbacher · 15 years ago
  29. 0db5536 drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req() by Andreas Gruenbacher · 15 years ago
  30. b55d84b drbd: Removed outdated comments and code that envisioned VNRs in header 95 by Andreas Gruenbacher · 16 years ago
  31. 0c8e36d drbd: Introduce protocol version 100 headers by Andreas Gruenbacher · 15 years ago
  32. e658983 drbd: Remove headers from on-the-wire data structures (struct p_*) by Andreas Gruenbacher · 15 years ago
  33. 50d0b1a drbd: Remove some fixed header size assumptions by Andreas Gruenbacher · 15 years ago
  34. da39fec drbd: Remove now-unused int_dig_out buffer by Andreas Gruenbacher · 15 years ago
  35. 9f5bdc3 drbd: Replace and remove old primitives by Andreas Gruenbacher · 15 years ago
  36. 52b061a drbd: Introduce drbd_header_size() by Andreas Gruenbacher · 15 years ago
  37. dba5858 drbd: Introduce new primitives for sending commands by Andreas Gruenbacher · 15 years ago
  38. da9fbc2 drbd: Introduced a new type union drbd_dev_state by Philipp Reisner · 15 years ago
  39. 8e0af25 drbd: Moved susp, susp_nod and susp_fen to the connection object by Philipp Reisner · 15 years ago
  40. 2aebfab drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *) by Philipp Reisner · 15 years ago
  41. 78bae59 drbd: Introduced drbd_read_state() by Philipp Reisner · 15 years ago
  42. 23361cf drbd: get rid of bio_split, allow bios of "arbitrary" size by Lars Ellenberg · 15 years ago
  43. 181286a drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io by Lars Ellenberg · 15 years ago
  44. 6038178 drbd: Change how the "handshake" packets are called by Andreas Gruenbacher · 15 years ago
  45. e5d6f33 drbd: Change how the initial packets are called by Andreas Gruenbacher · 15 years ago
  46. 7c96715 drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket by Andreas Gruenbacher · 16 years ago
  47. 5a87d92 drbd: Preallocate one page per drbd_socket as a send buffer by Andreas Gruenbacher · 16 years ago
  48. e6ef8a5 drbd: Preallocate one page per drbd_socket as a receive buffer by Andreas Gruenbacher · 16 years ago
  49. cb70345 drbd: Converted drbd_try_outdate_peer() from mdev to tconn by Philipp Reisner · 16 years ago
  50. a02d124 drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used by Andreas Gruenbacher · 16 years ago
  51. 058820c drbd: Make _drbd_send_bitmap() static by Andreas Gruenbacher · 16 years ago
  52. e307f35 drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c by Andreas Gruenbacher · 16 years ago
  53. 309a834 drbd: Get rid of typedef drbd_work_cb by Andreas Gruenbacher · 16 years ago
  54. 8f7bed7 drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity by Andreas Gruenbacher · 16 years ago
  55. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  56. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 16 years ago
  57. a896527c drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  58. a9a9994 drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  59. d4e67d7 drbd: drbd_send_b_ack(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  60. 2f4e7ab drbd: drbd_send_sr_reply(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  61. d24ae21 drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  62. caee1c3 drbd: conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  63. 758970c drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  64. 9c1b7f7 drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  65. f725446 drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  66. 7d168ed drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET by Andreas Gruenbacher · 16 years ago
  67. 596a37f drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  68. 04dfa13 drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  69. ecf2363 drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  70. fb708e4 drbd: Add drbd_send_all(): Send an entire buffer by Andreas Gruenbacher · 16 years ago
  71. 11b0be2 drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  72. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 16 years ago
  73. 8169e41 drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  74. 2325eb6 drbd: New minors have to intherit the connection state form their connection by Philipp Reisner · 16 years ago
  75. 543cc10 drbd: drbd_adm_get_status needs to show some more detail by Lars Ellenberg · 16 years ago
  76. 8432b31 drbd: allow holes in minor and volume id allocation by Lars Ellenberg · 16 years ago
  77. 3b98c0c drbd: switch configuration interface from connector to genetlink by Lars Ellenberg · 16 years ago
  78. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 16 years ago
  79. 35abf59 drbd: add page pool to be used for meta data IO by Lars Ellenberg · 16 years ago
  80. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 16 years ago
  81. 774b305 drbd: Implemented new commands to create/delete connections/minors by Philipp Reisner · 16 years ago
  82. 8088319 drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn by Philipp Reisner · 16 years ago
  83. 1aba4d7 drbd: Preparing the connector interface to operator on connections by Philipp Reisner · 16 years ago
  84. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 16 years ago
  85. 49559d8 drbd: Improved the dec_*() macros by Philipp Reisner · 16 years ago
  86. 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 16 years ago
  87. c66342d drbd: Remove left-over function prototypes by Andreas Gruenbacher · 16 years ago
  88. 6e849ce drbd: Get rid of P_MAX_CMD by Andreas Gruenbacher · 16 years ago
  89. 7be8da0 drbd: Improve how conflicting writes are handled by Andreas Gruenbacher · 16 years ago
  90. 7ad651b drbd: new on-disk activity log transaction format by Lars Ellenberg · 16 years ago
  91. 45dfffe drbd: allow to select specific bitmap pages for writeout by Lars Ellenberg · 16 years ago
  92. fcefa62 drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio by Andreas Gruenbacher · 16 years ago
  93. fbe29de drbd: Rename drbd_submit_ee -> drbd_submit_peer_request by Andreas Gruenbacher · 16 years ago
  94. 047cd4a drbd: implemented receiving of P_CONN_ST_CHG_REQ by Philipp Reisner · 16 years ago
  95. fc3b10a drbd: Implemented receiving of P_CONN_ST_CHG_REPLY by Philipp Reisner · 16 years ago
  96. cf29c9d drbd: Implemented conn_send_state_req() by Philipp Reisner · 16 years ago
  97. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 16 years ago
  98. dad2055 drbd: Removed drbd_state_lock() and drbd_state_unlock() by Philipp Reisner · 16 years ago
  99. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 16 years ago
  100. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 16 years ago