1. 2c4a48d drbd: remove unused define by Lars Ellenberg · 14 years ago
  2. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 14 years ago
  3. 774b305 drbd: Implemented new commands to create/delete connections/minors by Philipp Reisner · 14 years ago
  4. 8088319 drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn by Philipp Reisner · 14 years ago
  5. 1aba4d7 drbd: Preparing the connector interface to operator on connections by Philipp Reisner · 14 years ago
  6. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 14 years ago
  7. 6e849ce drbd: Get rid of P_MAX_CMD by Andreas Gruenbacher · 14 years ago
  8. 7be8da0 drbd: Improve how conflicting writes are handled by Andreas Gruenbacher · 14 years ago
  9. 8ccf218 drbd: Replace atomic_add_return with atomic_inc_return by Andreas Gruenbacher · 14 years ago
  10. 7ad651b drbd: new on-disk activity log transaction format by Lars Ellenberg · 14 years ago
  11. 4738fa1 drbd: use clear_bit_unlock() where appropriate by Lars Ellenberg · 14 years ago
  12. 047cd4a drbd: implemented receiving of P_CONN_ST_CHG_REQ by Philipp Reisner · 14 years ago
  13. cf29c9d drbd: Implemented conn_send_state_req() by Philipp Reisner · 14 years ago
  14. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 14 years ago
  15. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 14 years ago
  16. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 14 years ago
  17. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 14 years ago
  18. 6699b65 drbd: Moved some initializing code into drbd_new_tconn() by Philipp Reisner · 14 years ago
  19. 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 14 years ago
  20. f1b3a6e drbd: Consolidated the setup of the thread name into the framework by Philipp Reisner · 14 years ago
  21. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 14 years ago
  22. 360cc74 drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn by Philipp Reisner · 14 years ago
  23. 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 14 years ago
  24. 062e879 drbd: Use and idr data structure to map volume numbers to mdev pointers by Philipp Reisner · 14 years ago
  25. dc8228d drbd: Converted drbd_send_protocol() from mdev to tconn by Philipp Reisner · 14 years ago
  26. 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 14 years ago
  27. d38e787 drbd: Converted drbd_send_fp() from mdev to tconn by Philipp Reisner · 14 years ago
  28. bedbd2a drbd: Converted drbd_send() from mdev to tconn by Philipp Reisner · 14 years ago
  29. 1a7ba64 drbd: Converted helper functions for drbd_send() to tconn by Philipp Reisner · 14 years ago
  30. 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 14 years ago
  31. 01a311a drbd: Started to separated connection flags (tconn) from block device flags (mdev) by Philipp Reisner · 14 years ago
  32. 60ae496 drbd: conn_printk() a dev_printk() alike for drbd's connections by Philipp Reisner · 14 years ago
  33. 8ea62f5 drbd: Revert "Make sure we dont send state if a cluster wide state change is in progress" by Philipp Reisner · 14 years ago
  34. bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 14 years ago
  35. bed879a drbd: Moved the thread name into the data structure by Philipp Reisner · 14 years ago
  36. b890733 drbd: Moved the state functions into its own source file by Philipp Reisner · 14 years ago
  37. db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 14 years ago
  38. 6c852be drbd: Update some comments by Andreas Gruenbacher · 14 years ago
  39. f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 14 years ago
  40. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 14 years ago
  41. 9e204cd drbd: Move some functions to where they are used by Andreas Gruenbacher · 14 years ago
  42. cc37827 drbd: Initialize the sequence number sent over the network even when not used by Andreas Gruenbacher · 14 years ago
  43. bdc7adb drbd: Remove redundant initialization by Andreas Gruenbacher · 14 years ago
  44. d876302 drbd: Rename "enum drbd_packets" to "enum drbd_packet" by Andreas Gruenbacher · 14 years ago
  45. f2ad906 drbd: Move cmdname() out of drbd_int.h by Andreas Gruenbacher · 14 years ago
  46. b42a70a drbd: Do not access tconn after it was freed by Philipp Reisner · 14 years ago
  47. fd340c1 drbd: Use new header layout by Philipp Reisner · 14 years ago
  48. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 14 years ago
  49. a063845 drbd: moved crypto transformations and friends from mdev to tconn by Philipp Reisner · 14 years ago
  50. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 14 years ago
  51. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 14 years ago
  52. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 14 years ago
  53. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 14 years ago
  54. b2fb6dbe drbd: moved net_cont and net_cnt_wait from mdev to tconn by Philipp Reisner · 14 years ago
  55. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 14 years ago
  56. 2111438 drbd: Minimal struct drbd_tconn by Philipp Reisner · 14 years ago
  57. 70dc65e drbd: Remove some useless paranoia code by Andreas Gruenbacher · 14 years ago
  58. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 14 years ago
  59. e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 14 years ago
  60. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 14 years ago
  61. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 14 years ago
  62. 8b94625 drbd: Use interval tree for overlapping epoch entry detection by Andreas Gruenbacher · 14 years ago
  63. 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  64. dac1389 drbd: Add read_requests tree by Andreas Gruenbacher · 14 years ago
  65. de69671 drbd: Use interval tree for overlapping write request detection by Andreas Gruenbacher · 14 years ago
  66. ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  67. d628769 drbd: Move drbd_free_tl_hash() to drbd_main() by Andreas Gruenbacher · 14 years ago
  68. e7fad8a drbd: Endianness convert the constants instead of the variables by Andreas Gruenbacher · 14 years ago
  69. ca9bc12 drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG by Andreas Gruenbacher · 14 years ago
  70. 9a8e775 drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify by Andreas Gruenbacher · 14 years ago
  71. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  72. 99432fc drbd: Take a more conservative approach when deciding max_bio_size by Philipp Reisner · 13 years ago
  73. fa7d939 drbd: Disallow the peer_disk_state to be D_OUTDATED while connected by Philipp Reisner · 13 years ago
  74. 738a84b drbd: Fix for application IO with the on-io-error=pass-on policy by Philipp Reisner · 14 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  76. 7fde2be drbd: Implemented real timeout checking for request processing time by Philipp Reisner · 14 years ago
  77. e636db5 drbd: fix potential imbalance of ap_in_flight by Lars Ellenberg · 14 years ago
  78. 0ddc554 drbd: silence some noisy log messages during disconnect by Lars Ellenberg · 14 years ago
  79. 20ceb2b drbd: describe bitmap locking for bulk operation in finer detail by Lars Ellenberg · 14 years ago
  80. 62b0da3 drbd: log UUIDs whenever they change by Lars Ellenberg · 14 years ago
  81. 79a30d2 drbd: queue bitmap writeout more intelligently by Lars Ellenberg · 14 years ago
  82. 54b956a drbd: don't pointlessly queue bitmap send, if we lost connection by Lars Ellenberg · 14 years ago
  83. 6a35c45 drbd: Ensure that an epoch contains only requests of one kind by Philipp Reisner · 14 years ago
  84. 148efa1 drbd: Do not drop net config if sending in drbd_send_protocol() fails by Philipp Reisner · 14 years ago
  85. 370a43e drbd: Work on the Ahead -> SyncSource transition by Philipp Reisner · 14 years ago
  86. 4a23f26 drbd: Do not full sync if a P_SYNC_UUID packet gets lost by Philipp Reisner · 14 years ago
  87. 2b8a90b drbd: Corrected off-by-one error in DRBD_MINOR_COUNT_MAX by Philipp Reisner · 14 years ago
  88. 794abb7 drbd: Cleaned up the resync timer logic by Philipp Reisner · 14 years ago
  89. 617049a drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitions by Philipp Reisner · 14 years ago
  90. 3f98688 drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332] by Philipp Reisner · 14 years ago
  91. 06d33e9 drbd: improve on bitmap write out timing by Lars Ellenberg · 14 years ago
  92. 418e0a9 drbd: spelling fix in log message by Lars Ellenberg · 14 years ago
  93. 5a22db8 drbd: serialize sending of resync uuid with pending w_send_oos by Lars Ellenberg · 14 years ago
  94. 2265b47 drbd: fix potential dereference of NULL pointer by Lars Ellenberg · 14 years ago
  95. 02851e9 drbd: move bitmap write from resync_finished to after_state_change by Lars Ellenberg · 14 years ago
  96. 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 14 years ago
  97. 1b881ef drbd: Rename __inc_ap_bio_cond to may_inc_ap_bio by Andreas Gruenbacher · 14 years ago
  98. f70af11 drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enum by Andreas Gruenbacher · 14 years ago
  99. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  100. bf885f8 drbd: Be more explicit about functions that return an enum drbd_state_rv by Andreas Gruenbacher · 14 years ago