1. 0da34df drbd: drbd_may_do_local_read(): Use bool/true/false by Andreas Gruenbacher · 14 years ago
  2. 1097e9a drbd: Remove unnecessary assertion by Andreas Gruenbacher · 14 years ago
  3. 69f5ec7 drbd: Remove duplicate initialization by Andreas Gruenbacher · 14 years ago
  4. 3fbf4d2 drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  5. ac29f40 drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  6. 22ab6a3 drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io() by Andreas Gruenbacher · 14 years ago
  7. 82bc019 drbd: Make all command handlers return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  8. c696774 drbd: Add drbd_recv_all(): Receive an entire buffer by Andreas Gruenbacher · 13 years ago
  9. a982dd5 drbd: send_bitmap_rle_or_plain(): Error handling cleanup by Andreas Gruenbacher · 14 years ago
  10. e1c1b0f drbd: recv_resync_read(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  11. 28284ce drbd: recv_dless_read(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  12. fc5be83 drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  13. 69bc7bc drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  14. 8172f3e drbd: decode_header(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  15. e2b3032 drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  16. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  17. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 13 years ago
  18. a896527c drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  19. 6bdb9b0 drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  20. 7fae55d drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  21. 7b57b89d drbd: drbd_send_block(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  22. 9f69230 drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  23. 88b390f drbd: _drbd_send_page(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  24. b987427 drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  25. 73218a3c drbd: drbd_send_oos(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  26. db1b0b7 drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  27. 6c1005e drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  28. 5b9f499 drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  29. fa79abd drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  30. a9a9994 drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  31. dd51612 drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  32. a8c32aa drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  33. d4e67d7 drbd: drbd_send_b_ack(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  34. 2f4e7ab drbd: drbd_send_sr_reply(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  35. d24ae21 drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  36. caee1c3 drbd: conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  37. 758970c drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  38. f02d4d0 drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  39. 9c1b7f7 drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used by Andreas Gruenbacher · 13 years ago
  40. 2ae5f95 drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  41. 387eb30 drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  42. e8d17b0 drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  43. 927036f drbd: drbd_send_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  44. 103ea27 drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  45. f725446 drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  46. 7d168ed drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET by Andreas Gruenbacher · 13 years ago
  47. 596a37f drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  48. 04dfa13 drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  49. ecf2363 drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  50. ce9879c drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  51. fb708e4 drbd: Add drbd_send_all(): Send an entire buffer by Andreas Gruenbacher · 14 years ago
  52. 11b0be2 drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  53. c0d42c8 drbd: drbd_send(): Return a "real" error code if we have no socket by Andreas Gruenbacher · 14 years ago
  54. e90285e drbd: Fixed conn_lowest_minor by Philipp Reisner · 13 years ago
  55. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 13 years ago
  56. 6b75dce drbd: conn_khelper() for user mode callbacks for connections by Philipp Reisner · 13 years ago
  57. 047e95e2 drbd: Allow volumes to become primary only on one side by Philipp Reisner · 13 years ago
  58. 40cbf08 drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attach by Lars Ellenberg · 13 years ago
  59. e4f78ed drbd: Separate connection state changes from minor dev state changes #2 by Philipp Reisner · 13 years ago
  60. f19e4f8 drbd: Converted got_Ping() and got_PingAck() from mdev to tconn by Philipp Reisner · 13 years ago
  61. a4fbda8 drbd: Allow packet handler functions that take a connection (meta connection) by Philipp Reisner · 13 years ago
  62. dfafcc8 drbd: Separate connection state changes from minor dev state changes #1 by Philipp Reisner · 13 years ago
  63. 7204624 drbd: Converted receive_protocol() from mdev to tconn by Philipp Reisner · 13 years ago
  64. d9ae84e drbd: Allow packet handler functions that take a connection by Philipp Reisner · 13 years ago
  65. 8169e41 drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags by Philipp Reisner · 13 years ago
  66. 38fa998 drbd: Do not modify the connection state with something else that conn_request_state() by Philipp Reisner · 13 years ago
  67. 34f646b drbd: Allow two diskless minors to be connected by Philipp Reisner · 13 years ago
  68. 2325eb6 drbd: New minors have to intherit the connection state form their connection by Philipp Reisner · 13 years ago
  69. 082a343 drbd: process_done_ee() has to handle unconfigured devices now by Philipp Reisner · 13 years ago
  70. 2de876e drbd: Ignore packets for non existing volumes by Philipp Reisner · 13 years ago
  71. 85f75dd7 drbd: introduce in-kernel "down" command by Lars Ellenberg · 13 years ago
  72. 3c5e5f6 drbd: add forgotten spin_unlock by Lars Ellenberg · 13 years ago
  73. 527f4b2 drbd: bail out if a config requrest is over-determined, and not matching by Lars Ellenberg · 13 years ago
  74. 38f1961 drbd: new-connection and new-minor succeed, if the object already exists by Lars Ellenberg · 13 years ago
  75. cffec5b drbd: Allow a Diskless Secondary volume to be removed by Lars Ellenberg · 13 years ago
  76. d0456c7 drbd: simplify conn_all_vols_unconf, make it bool by Lars Ellenberg · 13 years ago
  77. 543cc10 drbd: drbd_adm_get_status needs to show some more detail by Lars Ellenberg · 13 years ago
  78. 8432b31 drbd: allow holes in minor and volume id allocation by Lars Ellenberg · 13 years ago
  79. 3b98c0c drbd: switch configuration interface from connector to genetlink by Lars Ellenberg · 13 years ago
  80. 3cb7a2a drbd: get rid of drbd_bcast_ee, it is of no use anymore by Lars Ellenberg · 13 years ago
  81. 569083c drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchronize_rcu(); before cleanup by Lars Ellenberg · 13 years ago
  82. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 13 years ago
  83. 9db4e77 drbd: use the newly introduced page pool for bitmap IO by Lars Ellenberg · 13 years ago
  84. 35abf59 drbd: add page pool to be used for meta data IO by Lars Ellenberg · 13 years ago
  85. 3c13b68 drbd: only wakeup if something changed in update_peer_seq by Lars Ellenberg · 13 years ago
  86. 2c4a48d drbd: remove unused define by Lars Ellenberg · 13 years ago
  87. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 13 years ago
  88. 774b305 drbd: Implemented new commands to create/delete connections/minors by Philipp Reisner · 13 years ago
  89. 8088319 drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn by Philipp Reisner · 13 years ago
  90. 1aba4d7 drbd: Preparing the connector interface to operator on connections by Philipp Reisner · 13 years ago
  91. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 13 years ago
  92. 49559d8 drbd: Improved the dec_*() macros by Philipp Reisner · 13 years ago
  93. 3f9cbe9 drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() functions by Philipp Reisner · 13 years ago
  94. 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 13 years ago
  95. c66342d drbd: Remove left-over function prototypes by Andreas Gruenbacher · 13 years ago
  96. 7201b97 drbd: Replace get_asender_cmd() with its implementation by Andreas Gruenbacher · 13 years ago
  97. 6e849ce drbd: Get rid of P_MAX_CMD by Andreas Gruenbacher · 13 years ago
  98. 1b3bb47 drbd: Remove redundant check by Andreas Gruenbacher · 14 years ago
  99. 7be8da0 drbd: Improve how conflicting writes are handled by Andreas Gruenbacher · 13 years ago
  100. 71b1c1e drbd: Use ping-timeout when waiting for missing ack packets by Andreas Gruenbacher · 13 years ago