1. 695d08f drbd: rcu_read_[un]lock() for all idr accesses that do not sleep by Philipp Reisner · 13 years ago
  2. cd1d995 drbd: Inlined drbd_free_mdev(); it got called only from one place by Philipp Reisner · 13 years ago
  3. ff370e5 drbd: drbd_delete_device() takes a struct drbd_conf * now by Philipp Reisner · 13 years ago
  4. 7721f56 drbd: Rename drbd_release_ee() to drbd_free_peer_reqs() by Andreas Gruenbacher · 13 years ago
  5. e0ab6ad drbd: drbd_init_ee() no longer exists by Andreas Gruenbacher · 13 years ago
  6. b55d84b drbd: Removed outdated comments and code that envisioned VNRs in header 95 by Andreas Gruenbacher · 13 years ago
  7. 0c8e36d drbd: Introduce protocol version 100 headers by Andreas Gruenbacher · 13 years ago
  8. e658983 drbd: Remove headers from on-the-wire data structures (struct p_*) by Andreas Gruenbacher · 13 years ago
  9. 50d0b1a drbd: Remove some fixed header size assumptions by Andreas Gruenbacher · 13 years ago
  10. da39fec drbd: Remove now-unused int_dig_out buffer by Andreas Gruenbacher · 13 years ago
  11. 9f5bdc3 drbd: Replace and remove old primitives by Andreas Gruenbacher · 13 years ago
  12. 52b061a drbd: Introduce drbd_header_size() by Andreas Gruenbacher · 13 years ago
  13. dba5858 drbd: Introduce new primitives for sending commands by Andreas Gruenbacher · 13 years ago
  14. a17647a drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  15. da9fbc2 drbd: Introduced a new type union drbd_dev_state by Philipp Reisner · 13 years ago
  16. 6038178 drbd: Change how the "handshake" packets are called by Andreas Gruenbacher · 13 years ago
  17. e5d6f33 drbd: Change how the initial packets are called by Andreas Gruenbacher · 13 years ago
  18. 7c96715 drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket by Andreas Gruenbacher · 13 years ago
  19. 79ed9bd drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer by Andreas Gruenbacher · 13 years ago
  20. 5a87d92 drbd: Preallocate one page per drbd_socket as a send buffer by Andreas Gruenbacher · 13 years ago
  21. e6ef8a5 drbd: Preallocate one page per drbd_socket as a receive buffer by Andreas Gruenbacher · 13 years ago
  22. a02d124 drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used by Andreas Gruenbacher · 13 years ago
  23. 058820c drbd: Make _drbd_send_bitmap() static by Andreas Gruenbacher · 13 years ago
  24. e307f35 drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.c by Andreas Gruenbacher · 13 years ago
  25. 0916e0e drbd: Always use the same protocol version for the same peer by Andreas Gruenbacher · 13 years ago
  26. 8f7bed7 drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity by Andreas Gruenbacher · 14 years ago
  27. 3fbf4d2 drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  28. a982dd5 drbd: send_bitmap_rle_or_plain(): Error handling cleanup by Andreas Gruenbacher · 14 years ago
  29. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  30. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 13 years ago
  31. 6bdb9b0 drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  32. 7fae55d drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  33. 7b57b89d drbd: drbd_send_block(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  34. 9f69230 drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  35. 88b390f drbd: _drbd_send_page(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  36. b987427 drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  37. 73218a3c drbd: drbd_send_oos(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  38. db1b0b7 drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  39. 6c1005e drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  40. 5b9f499 drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  41. fa79abd drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  42. a9a9994 drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  43. dd51612 drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  44. a8c32aa drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  45. d4e67d7 drbd: drbd_send_b_ack(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  46. 2f4e7ab drbd: drbd_send_sr_reply(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  47. 758970c drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  48. f02d4d0 drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  49. 9c1b7f7 drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  50. 2ae5f95 drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  51. 387eb30 drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  52. 927036f drbd: drbd_send_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  53. 103ea27 drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  54. f725446 drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  55. 7d168ed drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET by Andreas Gruenbacher · 13 years ago
  56. 596a37f drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  57. 04dfa13 drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  58. ecf2363 drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  59. ce9879c drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  60. fb708e4 drbd: Add drbd_send_all(): Send an entire buffer by Andreas Gruenbacher · 14 years ago
  61. 11b0be2 drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  62. c0d42c8 drbd: drbd_send(): Return a "real" error code if we have no socket by Andreas Gruenbacher · 14 years ago
  63. e90285e drbd: Fixed conn_lowest_minor by Philipp Reisner · 13 years ago
  64. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 13 years ago
  65. 2325eb6 drbd: New minors have to intherit the connection state form their connection by Philipp Reisner · 13 years ago
  66. 85f75dd7 drbd: introduce in-kernel "down" command by Lars Ellenberg · 13 years ago
  67. 543cc10 drbd: drbd_adm_get_status needs to show some more detail by Lars Ellenberg · 13 years ago
  68. 8432b31 drbd: allow holes in minor and volume id allocation by Lars Ellenberg · 13 years ago
  69. 3b98c0c drbd: switch configuration interface from connector to genetlink by Lars Ellenberg · 13 years ago
  70. 569083c drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchronize_rcu(); before cleanup by Lars Ellenberg · 13 years ago
  71. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 13 years ago
  72. 35abf59 drbd: add page pool to be used for meta data IO by Lars Ellenberg · 13 years ago
  73. 2c4a48d drbd: remove unused define by Lars Ellenberg · 13 years ago
  74. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 13 years ago
  75. 774b305 drbd: Implemented new commands to create/delete connections/minors by Philipp Reisner · 13 years ago
  76. 8088319 drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn by Philipp Reisner · 13 years ago
  77. 1aba4d7 drbd: Preparing the connector interface to operator on connections by Philipp Reisner · 13 years ago
  78. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 13 years ago
  79. 6e849ce drbd: Get rid of P_MAX_CMD by Andreas Gruenbacher · 13 years ago
  80. 7be8da0 drbd: Improve how conflicting writes are handled by Andreas Gruenbacher · 13 years ago
  81. 8ccf218 drbd: Replace atomic_add_return with atomic_inc_return by Andreas Gruenbacher · 13 years ago
  82. 7ad651b drbd: new on-disk activity log transaction format by Lars Ellenberg · 13 years ago
  83. 4738fa1 drbd: use clear_bit_unlock() where appropriate by Lars Ellenberg · 13 years ago
  84. 047cd4a drbd: implemented receiving of P_CONN_ST_CHG_REQ by Philipp Reisner · 13 years ago
  85. cf29c9d drbd: Implemented conn_send_state_req() by Philipp Reisner · 14 years ago
  86. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 14 years ago
  87. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 14 years ago
  88. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 14 years ago
  89. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 14 years ago
  90. 6699b65 drbd: Moved some initializing code into drbd_new_tconn() by Philipp Reisner · 14 years ago
  91. 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 14 years ago
  92. f1b3a6e drbd: Consolidated the setup of the thread name into the framework by Philipp Reisner · 14 years ago
  93. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 14 years ago
  94. 360cc74 drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn by Philipp Reisner · 14 years ago
  95. 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 14 years ago
  96. 062e879 drbd: Use and idr data structure to map volume numbers to mdev pointers by Philipp Reisner · 14 years ago
  97. dc8228d drbd: Converted drbd_send_protocol() from mdev to tconn by Philipp Reisner · 14 years ago
  98. 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 14 years ago
  99. d38e787 drbd: Converted drbd_send_fp() from mdev to tconn by Philipp Reisner · 14 years ago
  100. bedbd2a drbd: Converted drbd_send() from mdev to tconn by Philipp Reisner · 14 years ago