1. 7ad651b drbd: new on-disk activity log transaction format by Lars Ellenberg · 16 years ago
  2. 45dfffe drbd: allow to select specific bitmap pages for writeout by Lars Ellenberg · 16 years ago
  3. fcefa62 drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio by Andreas Gruenbacher · 16 years ago
  4. fbe29de drbd: Rename drbd_submit_ee -> drbd_submit_peer_request by Andreas Gruenbacher · 16 years ago
  5. 047cd4a drbd: implemented receiving of P_CONN_ST_CHG_REQ by Philipp Reisner · 16 years ago
  6. fc3b10a drbd: Implemented receiving of P_CONN_ST_CHG_REPLY by Philipp Reisner · 16 years ago
  7. cf29c9d drbd: Implemented conn_send_state_req() by Philipp Reisner · 16 years ago
  8. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 16 years ago
  9. dad2055 drbd: Removed drbd_state_lock() and drbd_state_unlock() by Philipp Reisner · 16 years ago
  10. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 16 years ago
  11. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 16 years ago
  12. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 16 years ago
  13. 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 16 years ago
  14. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 16 years ago
  15. 360cc74 drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn by Philipp Reisner · 16 years ago
  16. eefc2f7 drbd: Converted drbdd() from mdev to tconn by Philipp Reisner · 16 years ago
  17. 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 16 years ago
  18. 062e879 drbd: Use and idr data structure to map volume numbers to mdev pointers by Philipp Reisner · 16 years ago
  19. dc8228d drbd: Converted drbd_send_protocol() from mdev to tconn by Philipp Reisner · 16 years ago
  20. 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 16 years ago
  21. 8a22ccc drbd: Converted drbd_send_handshake() from mdev to tconn by Philipp Reisner · 16 years ago
  22. d38e787 drbd: Converted drbd_send_fp() from mdev to tconn by Philipp Reisner · 16 years ago
  23. bedbd2a drbd: Converted drbd_send() from mdev to tconn by Philipp Reisner · 16 years ago
  24. 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 16 years ago
  25. 808e37b drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  26. e43ef19 drbd: Moved SEND_PING to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  27. 25703f8 drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  28. 01a311a drbd: Started to separated connection flags (tconn) from block device flags (mdev) by Philipp Reisner · 16 years ago
  29. 60ae496 drbd: conn_printk() a dev_printk() alike for drbd's connections by Philipp Reisner · 16 years ago
  30. b53339f drbd: Moving state related macros to drbd_state.h by Philipp Reisner · 16 years ago
  31. e64a329 drbd: Do no sleep long in drbd_start_resync by Philipp Reisner · 16 years ago
  32. bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 16 years ago
  33. bed879a drbd: Moved the thread name into the data structure by Philipp Reisner · 16 years ago
  34. b890733 drbd: Moved the state functions into its own source file by Philipp Reisner · 16 years ago
  35. db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 16 years ago
  36. 6c852be drbd: Update some comments by Andreas Gruenbacher · 16 years ago
  37. 18b75d7 drbd: Clean up some left-overs by Andreas Gruenbacher · 16 years ago
  38. f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 16 years ago
  39. c6f7df4 drbd: Remove unused variable in struct drbd_conf by Andreas Gruenbacher · 16 years ago
  40. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 16 years ago
  41. 9e204cd drbd: Move some functions to where they are used by Andreas Gruenbacher · 16 years ago
  42. 3e394da drbd: Move sequence number logic into drbd_receiver.c and simplify it by Andreas Gruenbacher · 16 years ago
  43. d876302 drbd: Rename "enum drbd_packets" to "enum drbd_packet" by Andreas Gruenbacher · 16 years ago
  44. f2ad906 drbd: Move cmdname() out of drbd_int.h by Andreas Gruenbacher · 16 years ago
  45. fd340c1 drbd: Use new header layout by Philipp Reisner · 16 years ago
  46. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 16 years ago
  47. 191d3cc drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev by Philipp Reisner · 16 years ago
  48. a063845 drbd: moved crypto transformations and friends from mdev to tconn by Philipp Reisner · 16 years ago
  49. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 16 years ago
  50. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 16 years ago
  51. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 16 years ago
  52. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 16 years ago
  53. b2fb6dbe drbd: moved net_cont and net_cnt_wait from mdev to tconn by Philipp Reisner · 16 years ago
  54. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 16 years ago
  55. 2111438 drbd: Minimal struct drbd_tconn by Philipp Reisner · 16 years ago
  56. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 16 years ago
  57. e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 16 years ago
  58. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 16 years ago
  59. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 16 years ago
  60. 8b94625 drbd: Use interval tree for overlapping epoch entry detection by Andreas Gruenbacher · 16 years ago
  61. 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 16 years ago
  62. dac1389 drbd: Add read_requests tree by Andreas Gruenbacher · 16 years ago
  63. de69671 drbd: Use interval tree for overlapping write request detection by Andreas Gruenbacher · 16 years ago
  64. ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 16 years ago
  65. d628769 drbd: Move drbd_free_tl_hash() to drbd_main() by Andreas Gruenbacher · 16 years ago
  66. 579b57e drbd: Magic reserved block_id value cleanup by Andreas Gruenbacher · 16 years ago
  67. 3980485 drbd: Remove superfluous declaration by Andreas Gruenbacher · 16 years ago
  68. 929cfdd Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  69. 0ddf72b drbd: fix warning by Andrew Morton · 15 years ago
  70. 24c4830 drbd: Fix spelling by Bart Van Assche · 15 years ago
  71. 9a0d9d0 drbd: fix schedule in atomic by Lars Ellenberg · 15 years ago
  72. 99432fc drbd: Take a more conservative approach when deciding max_bio_size by Philipp Reisner · 15 years ago
  73. d2e1780 drbd: Only downgrade the disk state in case of disk failures by Philipp Reisner · 16 years ago
  74. 738a84b drbd: Fix for application IO with the on-io-error=pass-on policy by Philipp Reisner · 16 years ago
  75. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 15 years ago
  76. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  77. 7fde2be drbd: Implemented real timeout checking for request processing time by Philipp Reisner · 16 years ago
  78. 20ceb2b drbd: describe bitmap locking for bulk operation in finer detail by Lars Ellenberg · 16 years ago
  79. 62b0da3 drbd: log UUIDs whenever they change by Lars Ellenberg · 16 years ago
  80. 370a43e drbd: Work on the Ahead -> SyncSource transition by Philipp Reisner · 16 years ago
  81. 4a23f26 drbd: Do not full sync if a P_SYNC_UUID packet gets lost by Philipp Reisner · 16 years ago
  82. 110a204 drbd: Remove useless / wrong comments by Andreas Gruenbacher · 16 years ago
  83. 794abb7 drbd: Cleaned up the resync timer logic by Philipp Reisner · 16 years ago
  84. d612d30 drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode by Philipp Reisner · 16 years ago
  85. 5a22db8 drbd: serialize sending of resync uuid with pending w_send_oos by Lars Ellenberg · 16 years ago
  86. 4b0715f drbd: allow petabyte storage on 64bit arch by Lars Ellenberg · 16 years ago
  87. 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 16 years ago
  88. 1b881ef drbd: Rename __inc_ap_bio_cond to may_inc_ap_bio by Andreas Gruenbacher · 16 years ago
  89. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 16 years ago
  90. bf885f8 drbd: Be more explicit about functions that return an enum drbd_state_rv by Andreas Gruenbacher · 16 years ago
  91. 0cf9d27 drbd: Get rid of unnecessary macros (2) by Andreas Gruenbacher · 16 years ago
  92. 2f58dcf drbd: Rename drbd_make_request_26 to drbd_make_request by Andreas Gruenbacher · 16 years ago
  93. 96756784 drbd: Remove left-over prototype by Andreas Gruenbacher · 16 years ago
  94. 3719094 drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap by Philipp Reisner · 16 years ago
  95. 8869d68 drbd: Fixed inc_ap_bio() by Philipp Reisner · 16 years ago
  96. 9d77a5f drbd: Make some functions static by Philipp Reisner · 16 years ago
  97. e3555d8 drbd: Implemented priority inheritance for resync requests by Philipp Reisner · 16 years ago
  98. c4752ef drbd: When proxy's buffer drained off go into regular resync mode by Philipp Reisner · 16 years ago
  99. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 16 years ago
  100. 6753171 drbd: Implemented two new connection states Ahead/Behind by Philipp Reisner · 16 years ago