1. c696774 drbd: Add drbd_recv_all(): Receive an entire buffer by Andreas Gruenbacher · 14 years ago
  2. e1c1b0f drbd: recv_resync_read(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  3. 28284ce drbd: recv_dless_read(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  4. fc5be83 drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  5. 69bc7bc drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  6. 8172f3e drbd: decode_header(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  7. e2b3032 drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  8. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  9. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 14 years ago
  10. dd51612 drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  11. f02d4d0 drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  12. 2ae5f95 drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  13. 387eb30 drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  14. e8d17b0 drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  15. 927036f drbd: drbd_send_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  16. 103ea27 drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  17. ecf2363 drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  18. ce9879c drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  19. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 14 years ago
  20. e4f78ed drbd: Separate connection state changes from minor dev state changes #2 by Philipp Reisner · 14 years ago
  21. f19e4f8 drbd: Converted got_Ping() and got_PingAck() from mdev to tconn by Philipp Reisner · 14 years ago
  22. a4fbda8 drbd: Allow packet handler functions that take a connection (meta connection) by Philipp Reisner · 14 years ago
  23. dfafcc8 drbd: Separate connection state changes from minor dev state changes #1 by Philipp Reisner · 14 years ago
  24. 7204624 drbd: Converted receive_protocol() from mdev to tconn by Philipp Reisner · 14 years ago
  25. d9ae84e drbd: Allow packet handler functions that take a connection by Philipp Reisner · 14 years ago
  26. 8169e41 drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  27. 38fa998 drbd: Do not modify the connection state with something else that conn_request_state() by Philipp Reisner · 14 years ago
  28. 34f646b drbd: Allow two diskless minors to be connected by Philipp Reisner · 14 years ago
  29. 2325eb6 drbd: New minors have to intherit the connection state form their connection by Philipp Reisner · 14 years ago
  30. 082a343 drbd: process_done_ee() has to handle unconfigured devices now by Philipp Reisner · 14 years ago
  31. 2de876e drbd: Ignore packets for non existing volumes by Philipp Reisner · 14 years ago
  32. 3cb7a2a drbd: get rid of drbd_bcast_ee, it is of no use anymore by Lars Ellenberg · 14 years ago
  33. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 14 years ago
  34. 3c13b68 drbd: only wakeup if something changed in update_peer_seq by Lars Ellenberg · 14 years ago
  35. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 14 years ago
  36. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 14 years ago
  37. 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 14 years ago
  38. c66342d drbd: Remove left-over function prototypes by Andreas Gruenbacher · 14 years ago
  39. 7201b97 drbd: Replace get_asender_cmd() with its implementation by Andreas Gruenbacher · 14 years ago
  40. 6e849ce drbd: Get rid of P_MAX_CMD by Andreas Gruenbacher · 14 years ago
  41. 7be8da0 drbd: Improve how conflicting writes are handled by Andreas Gruenbacher · 14 years ago
  42. 71b1c1e drbd: Use ping-timeout when waiting for missing ack packets by Andreas Gruenbacher · 14 years ago
  43. 206d358 drbd: Concurrent write detection fix by Andreas Gruenbacher · 14 years ago
  44. 8050e6d drbd: Use container_of() instead of casting by Andreas Gruenbacher · 14 years ago
  45. c670a39 drbd: Use the IS_ALIGNED() macro in some more places by Andreas Gruenbacher · 14 years ago
  46. fcefa62 drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio by Andreas Gruenbacher · 14 years ago
  47. fbe29de drbd: Rename drbd_submit_ee -> drbd_submit_peer_request by Andreas Gruenbacher · 14 years ago
  48. 047cd4a drbd: implemented receiving of P_CONN_ST_CHG_REQ by Philipp Reisner · 14 years ago
  49. fc3b10a drbd: Implemented receiving of P_CONN_ST_CHG_REPLY by Philipp Reisner · 14 years ago
  50. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 14 years ago
  51. dad2055 drbd: Removed drbd_state_lock() and drbd_state_unlock() by Philipp Reisner · 14 years ago
  52. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 14 years ago
  53. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 14 years ago
  54. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 14 years ago
  55. 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 14 years ago
  56. 32862ec drbd: Converted drbd_asender() from mdev to tconn by Philipp Reisner · 14 years ago
  57. 4d641dd drbd: Converted drbdd_init() from mdev to tconn by Philipp Reisner · 14 years ago
  58. f1b3a6e drbd: Consolidated the setup of the thread name into the framework by Philipp Reisner · 14 years ago
  59. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 14 years ago
  60. 360cc74 drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn by Philipp Reisner · 14 years ago
  61. eefc2f7 drbd: Converted drbdd() from mdev to tconn by Philipp Reisner · 14 years ago
  62. 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 14 years ago
  63. 907599e drbd: Converted drbd_connect() from mdev to tconn by Philipp Reisner · 14 years ago
  64. dc8228d drbd: Converted drbd_send_protocol() from mdev to tconn by Philipp Reisner · 14 years ago
  65. 13e6037 drbd: Converted drbd_do_auth() from mdev to tconn by Philipp Reisner · 14 years ago
  66. 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 14 years ago
  67. 65d11ed drbd: Converted drbd_do_handshake() from mdev to tconn by Philipp Reisner · 14 years ago
  68. 9ba7aa0 drbd: Converted drbd_recv_header() from mdev to tconn by Philipp Reisner · 14 years ago
  69. ce24385 drbd: Converted decode_header() from mdev to tconn by Philipp Reisner · 14 years ago
  70. 77351055b drbd: struct packet_info to hold information of decoded packets by Philipp Reisner · 14 years ago
  71. de0ff33 drbd: Converted drbd_recv() from mdev to tconn by Philipp Reisner · 14 years ago
  72. 8a22ccc drbd: Converted drbd_send_handshake() from mdev to tconn by Philipp Reisner · 14 years ago
  73. a25b63f drbd: Converted drbd_recv_fp() from mdev to tconn by Philipp Reisner · 14 years ago
  74. dbd9eea drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay() by Philipp Reisner · 14 years ago
  75. d38e787 drbd: Converted drbd_send_fp() from mdev to tconn by Philipp Reisner · 14 years ago
  76. 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 14 years ago
  77. 808e37b drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  78. e43ef19 drbd: Moved SEND_PING to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  79. 25703f8 drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  80. 7653620 drbd: Converted drbd_wait_for_connect() from mdev to tconn by Philipp Reisner · 14 years ago
  81. eac3e99 drbd: Converted drbd_try_connect() from mdev to tconn by Philipp Reisner · 14 years ago
  82. bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 14 years ago
  83. db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 14 years ago
  84. 6c852be drbd: Update some comments by Andreas Gruenbacher · 14 years ago
  85. f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 14 years ago
  86. 43ae077 drbd: Make the peer_seq updating code more obvious by Andreas Gruenbacher · 14 years ago
  87. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 14 years ago
  88. 5384064 drbd: Allow to wait for the completion of an epoch entry as well by Andreas Gruenbacher · 14 years ago
  89. a500c2e drbd: struct drbd_request: Introduce a new collision flag by Andreas Gruenbacher · 14 years ago
  90. 3e394da drbd: Move sequence number logic into drbd_receiver.c and simplify it by Andreas Gruenbacher · 14 years ago
  91. d876302 drbd: Rename "enum drbd_packets" to "enum drbd_packet" by Andreas Gruenbacher · 14 years ago
  92. 257d0af drbd: Implemented receiving of new style packets on meta socket by Philipp Reisner · 14 years ago
  93. fd340c1 drbd: Use new header layout by Philipp Reisner · 14 years ago
  94. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 14 years ago
  95. c6d25cf drbd: Preparing to use p_header96 for all packets by Philipp Reisner · 14 years ago
  96. 191d3cc drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev by Philipp Reisner · 14 years ago
  97. a063845 drbd: moved crypto transformations and friends from mdev to tconn by Philipp Reisner · 14 years ago
  98. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 14 years ago
  99. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 14 years ago
  100. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 14 years ago