1. d4e67d7 drbd: drbd_send_b_ack(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  2. 2f4e7ab drbd: drbd_send_sr_reply(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  3. d24ae21 drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  4. caee1c3 drbd: conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  5. 758970c drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  6. 9c1b7f7 drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used by Andreas Gruenbacher · 16 years ago
  7. f725446 drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  8. 7d168ed drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET by Andreas Gruenbacher · 16 years ago
  9. 596a37f drbd: conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  10. 04dfa13 drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  11. ecf2363 drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  12. fb708e4 drbd: Add drbd_send_all(): Send an entire buffer by Andreas Gruenbacher · 16 years ago
  13. 11b0be2 drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 16 years ago
  14. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 16 years ago
  15. 8169e41 drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  16. 2325eb6 drbd: New minors have to intherit the connection state form their connection by Philipp Reisner · 16 years ago
  17. 543cc10 drbd: drbd_adm_get_status needs to show some more detail by Lars Ellenberg · 16 years ago
  18. 8432b31 drbd: allow holes in minor and volume id allocation by Lars Ellenberg · 16 years ago
  19. 3b98c0c drbd: switch configuration interface from connector to genetlink by Lars Ellenberg · 16 years ago
  20. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 16 years ago
  21. 35abf59 drbd: add page pool to be used for meta data IO by Lars Ellenberg · 16 years ago
  22. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 16 years ago
  23. 774b305 drbd: Implemented new commands to create/delete connections/minors by Philipp Reisner · 16 years ago
  24. 8088319 drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconn by Philipp Reisner · 16 years ago
  25. 1aba4d7 drbd: Preparing the connector interface to operator on connections by Philipp Reisner · 16 years ago
  26. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 16 years ago
  27. 49559d8 drbd: Improved the dec_*() macros by Philipp Reisner · 16 years ago
  28. 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 16 years ago
  29. c66342d drbd: Remove left-over function prototypes by Andreas Gruenbacher · 16 years ago
  30. 6e849ce drbd: Get rid of P_MAX_CMD by Andreas Gruenbacher · 16 years ago
  31. 7be8da0 drbd: Improve how conflicting writes are handled by Andreas Gruenbacher · 16 years ago
  32. 7ad651b drbd: new on-disk activity log transaction format by Lars Ellenberg · 16 years ago
  33. 45dfffe drbd: allow to select specific bitmap pages for writeout by Lars Ellenberg · 16 years ago
  34. fcefa62 drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio by Andreas Gruenbacher · 16 years ago
  35. fbe29de drbd: Rename drbd_submit_ee -> drbd_submit_peer_request by Andreas Gruenbacher · 16 years ago
  36. 047cd4a drbd: implemented receiving of P_CONN_ST_CHG_REQ by Philipp Reisner · 16 years ago
  37. fc3b10a drbd: Implemented receiving of P_CONN_ST_CHG_REPLY by Philipp Reisner · 16 years ago
  38. cf29c9d drbd: Implemented conn_send_state_req() by Philipp Reisner · 16 years ago
  39. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 16 years ago
  40. dad2055 drbd: Removed drbd_state_lock() and drbd_state_unlock() by Philipp Reisner · 16 years ago
  41. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 16 years ago
  42. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 16 years ago
  43. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 16 years ago
  44. 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 16 years ago
  45. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 16 years ago
  46. 360cc74 drbd: Converted drbd_free_sock() and drbd_disconnect() from mdev to tconn by Philipp Reisner · 16 years ago
  47. eefc2f7 drbd: Converted drbdd() from mdev to tconn by Philipp Reisner · 16 years ago
  48. 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 16 years ago
  49. 062e879 drbd: Use and idr data structure to map volume numbers to mdev pointers by Philipp Reisner · 16 years ago
  50. dc8228d drbd: Converted drbd_send_protocol() from mdev to tconn by Philipp Reisner · 16 years ago
  51. 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 16 years ago
  52. 8a22ccc drbd: Converted drbd_send_handshake() from mdev to tconn by Philipp Reisner · 16 years ago
  53. d38e787 drbd: Converted drbd_send_fp() from mdev to tconn by Philipp Reisner · 16 years ago
  54. bedbd2a drbd: Converted drbd_send() from mdev to tconn by Philipp Reisner · 16 years ago
  55. 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 16 years ago
  56. 808e37b drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  57. e43ef19 drbd: Moved SEND_PING to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  58. 25703f8 drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags by Philipp Reisner · 16 years ago
  59. 01a311a drbd: Started to separated connection flags (tconn) from block device flags (mdev) by Philipp Reisner · 16 years ago
  60. 60ae496 drbd: conn_printk() a dev_printk() alike for drbd's connections by Philipp Reisner · 16 years ago
  61. b53339f drbd: Moving state related macros to drbd_state.h by Philipp Reisner · 16 years ago
  62. e64a329 drbd: Do no sleep long in drbd_start_resync by Philipp Reisner · 16 years ago
  63. bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 16 years ago
  64. bed879a drbd: Moved the thread name into the data structure by Philipp Reisner · 16 years ago
  65. b890733 drbd: Moved the state functions into its own source file by Philipp Reisner · 16 years ago
  66. db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 16 years ago
  67. 6c852be drbd: Update some comments by Andreas Gruenbacher · 16 years ago
  68. 18b75d7 drbd: Clean up some left-overs by Andreas Gruenbacher · 16 years ago
  69. f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 16 years ago
  70. c6f7df4 drbd: Remove unused variable in struct drbd_conf by Andreas Gruenbacher · 16 years ago
  71. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 16 years ago
  72. 9e204cd drbd: Move some functions to where they are used by Andreas Gruenbacher · 16 years ago
  73. 3e394da drbd: Move sequence number logic into drbd_receiver.c and simplify it by Andreas Gruenbacher · 16 years ago
  74. d876302 drbd: Rename "enum drbd_packets" to "enum drbd_packet" by Andreas Gruenbacher · 16 years ago
  75. f2ad906 drbd: Move cmdname() out of drbd_int.h by Andreas Gruenbacher · 16 years ago
  76. fd340c1 drbd: Use new header layout by Philipp Reisner · 16 years ago
  77. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 16 years ago
  78. 191d3cc drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev by Philipp Reisner · 16 years ago
  79. a063845 drbd: moved crypto transformations and friends from mdev to tconn by Philipp Reisner · 16 years ago
  80. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 16 years ago
  81. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 16 years ago
  82. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 16 years ago
  83. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 16 years ago
  84. b2fb6dbe drbd: moved net_cont and net_cnt_wait from mdev to tconn by Philipp Reisner · 16 years ago
  85. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 16 years ago
  86. 2111438 drbd: Minimal struct drbd_tconn by Philipp Reisner · 16 years ago
  87. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 16 years ago
  88. e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 16 years ago
  89. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 16 years ago
  90. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 16 years ago
  91. 8b94625 drbd: Use interval tree for overlapping epoch entry detection by Andreas Gruenbacher · 16 years ago
  92. 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 16 years ago
  93. dac1389 drbd: Add read_requests tree by Andreas Gruenbacher · 16 years ago
  94. de69671 drbd: Use interval tree for overlapping write request detection by Andreas Gruenbacher · 16 years ago
  95. ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 16 years ago
  96. d628769 drbd: Move drbd_free_tl_hash() to drbd_main() by Andreas Gruenbacher · 16 years ago
  97. 579b57e drbd: Magic reserved block_id value cleanup by Andreas Gruenbacher · 16 years ago
  98. 3980485 drbd: Remove superfluous declaration by Andreas Gruenbacher · 16 years ago
  99. 929cfdd Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  100. 0ddf72b drbd: fix warning by Andrew Morton · 15 years ago