1. 7721f56 drbd: Rename drbd_release_ee() to drbd_free_peer_reqs() by Andreas Gruenbacher · 13 years ago
  2. 3967deb drbd: Rename drbd_free_ee() and variants to *_peer_req() by Andreas Gruenbacher · 13 years ago
  3. 0db5536 drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req() by Andreas Gruenbacher · 13 years ago
  4. e0ab6ad drbd: drbd_init_ee() no longer exists by Andreas Gruenbacher · 13 years ago
  5. 2735a59 drbd: Make all asynchronous command handlers return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  6. 8599767 drbd: validate_req_change_req_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  7. b55d84b drbd: Removed outdated comments and code that envisioned VNRs in header 95 by Andreas Gruenbacher · 13 years ago
  8. 0c8e36d drbd: Introduce protocol version 100 headers by Andreas Gruenbacher · 13 years ago
  9. e658983 drbd: Remove headers from on-the-wire data structures (struct p_*) by Andreas Gruenbacher · 13 years ago
  10. 50d0b1a drbd: Remove some fixed header size assumptions by Andreas Gruenbacher · 13 years ago
  11. 9f5bdc3 drbd: Replace and remove old primitives by Andreas Gruenbacher · 13 years ago
  12. 52b061a drbd: Introduce drbd_header_size() by Andreas Gruenbacher · 13 years ago
  13. a17647a drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  14. 8b924f1 drbd: Use tconn in request_timer_fn() by Philipp Reisner · 13 years ago
  15. 2aebfab drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *) by Philipp Reisner · 13 years ago
  16. 78bae59 drbd: Introduced drbd_read_state() by Philipp Reisner · 13 years ago
  17. 181286a drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io by Lars Ellenberg · 13 years ago
  18. 6038178 drbd: Change how the "handshake" packets are called by Andreas Gruenbacher · 13 years ago
  19. e5d6f33 drbd: Change how the initial packets are called by Andreas Gruenbacher · 13 years ago
  20. 7c96715 drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket by Andreas Gruenbacher · 13 years ago
  21. 2bf8962 drbd: drbd_connect(): Initialize struct drbd_socket before sending anything by Andreas Gruenbacher · 13 years ago
  22. 1952e91 drbd: Map from (connection, volume number) to device in the asender handlers by Andreas Gruenbacher · 13 years ago
  23. e05e1e5 drbd: Pass struct packet_info down to the asender receive functions by Andreas Gruenbacher · 13 years ago
  24. 778bcf2 drbd: Allow to disconnect if one volume is diskless by Philipp Reisner · 13 years ago
  25. 4a76b16 drbd: Map from (connection, volume number) to device in the receive handlers by Andreas Gruenbacher · 13 years ago
  26. e285721 drbd: Pass struct packet_info down to the receive functions by Andreas Gruenbacher · 13 years ago
  27. 49ba9b1 drbd: Remove useless error messages by Andreas Gruenbacher · 13 years ago
  28. deebe19 drbd: A small cleanup in drbdd() by Andreas Gruenbacher · 13 years ago
  29. 5a87d92 drbd: Preallocate one page per drbd_socket as a send buffer by Andreas Gruenbacher · 13 years ago
  30. fc56815 drbd: receive_bitmap(): Use the pre-allocated receive buffer by Andreas Gruenbacher · 13 years ago
  31. e6ef8a5 drbd: Preallocate one page per drbd_socket as a receive buffer by Andreas Gruenbacher · 13 years ago
  32. cb70345 drbd: Converted drbd_try_outdate_peer() from mdev to tconn by Philipp Reisner · 13 years ago
  33. a02d124 drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are used by Andreas Gruenbacher · 13 years ago
  34. 0916e0e drbd: Always use the same protocol version for the same peer by Andreas Gruenbacher · 13 years ago
  35. 0829f5e drbd: drbd_connected(): Return an error code upon failure. by Andreas Gruenbacher · 13 years ago
  36. a5c3190 drbd: Introduce and use drbd_recv_all_warn() by Andreas Gruenbacher · 13 years ago
  37. 8f7bed7 drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity by Andreas Gruenbacher · 14 years ago
  38. 82bc019 drbd: Make all command handlers return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  39. c696774 drbd: Add drbd_recv_all(): Receive an entire buffer by Andreas Gruenbacher · 13 years ago
  40. e1c1b0f drbd: recv_resync_read(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  41. 28284ce drbd: recv_dless_read(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  42. fc5be83 drbd: drbd_drain_block(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  43. 69bc7bc drbd: drbd_recv_header(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  44. 8172f3e drbd: decode_header(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  45. e2b3032 drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  46. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  47. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 13 years ago
  48. dd51612 drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  49. f02d4d0 drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  50. 2ae5f95 drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  51. 387eb30 drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  52. e8d17b0 drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  53. 927036f drbd: drbd_send_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  54. 103ea27 drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  55. ecf2363 drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  56. ce9879c drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 13 years ago
  57. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 13 years ago
  58. e4f78ed drbd: Separate connection state changes from minor dev state changes #2 by Philipp Reisner · 13 years ago
  59. f19e4f8 drbd: Converted got_Ping() and got_PingAck() from mdev to tconn by Philipp Reisner · 13 years ago
  60. a4fbda8 drbd: Allow packet handler functions that take a connection (meta connection) by Philipp Reisner · 13 years ago
  61. dfafcc8 drbd: Separate connection state changes from minor dev state changes #1 by Philipp Reisner · 13 years ago
  62. 7204624 drbd: Converted receive_protocol() from mdev to tconn by Philipp Reisner · 13 years ago
  63. d9ae84e drbd: Allow packet handler functions that take a connection by Philipp Reisner · 13 years ago
  64. 8169e41 drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags by Philipp Reisner · 13 years ago
  65. 38fa998 drbd: Do not modify the connection state with something else that conn_request_state() by Philipp Reisner · 13 years ago
  66. 34f646b drbd: Allow two diskless minors to be connected by Philipp Reisner · 13 years ago
  67. 2325eb6 drbd: New minors have to intherit the connection state form their connection by Philipp Reisner · 13 years ago
  68. 082a343 drbd: process_done_ee() has to handle unconfigured devices now by Philipp Reisner · 13 years ago
  69. 2de876e drbd: Ignore packets for non existing volumes by Philipp Reisner · 13 years ago
  70. 06f10ad drbd: prepare for more than 32 bit flags by Lars Ellenberg · 12 years ago
  71. 8b45a5c drbd: a few more GFP_KERNEL -> GFP_NOIO by Lars Ellenberg · 12 years ago
  72. dbd0820 drbd: Remove dead code by Philipp Reisner · 12 years ago
  73. 599377a drbd: Avoid NetworkFailure state during disconnect by Philipp Reisner · 12 years ago
  74. c12a3d8 drbd: Fix a potential issue with the DISCARD_CONCURRENT flag by Philipp Reisner · 12 years ago
  75. 02b91b5 drbd: introduce stop-sector to online verify by Lars Ellenberg · 12 years ago
  76. 9f2247b drbd: Protect accesses to the uuid set with a spinlock by Philipp Reisner · 12 years ago
  77. a73ff32 drbd: announce FLUSH/FUA capability to upper layers by Lars Ellenberg · 12 years ago
  78. c12e9c8 drbd: fix potential access after free by Lars Ellenberg · 12 years ago
  79. a70f35a Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  80. 92b4ca2 drbd: grammar fix in log message by Lars Ellenberg · 12 years ago
  81. 9476f39 drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 13 years ago
  82. 5de7382 drbd: Ensure that data_size is not 0 before using data_size-1 as index by Philipp Reisner · 12 years ago
  83. 197296f drbd: Delay/reject other state changes while establishing a connection by Philipp Reisner · 12 years ago
  84. b6a370ba drbd: Fix a potential write ordering issue on SyncTarget nodes by Philipp Reisner · 12 years ago
  85. 47a4f1c drbd: Fix module refcount leak in drbd_accept() by Lars Ellenberg · 12 years ago
  86. 545752d drbd: fix race between disconnect and receive_state by Lars Ellenberg · 13 years ago
  87. e89868a drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  88. f479ea0 drbd: send intermediate state change results to the peer by Lars Ellenberg · 13 years ago
  89. 40424e4 drbd: fix "stalled" empty resync by Lars Ellenberg · 13 years ago
  90. 1e86ac4 drbd: Bugfix for the connection behavior by Philipp Reisner · 13 years ago
  91. 80f9fd5 drbd: Cleanup all epoch objects upon connection loss by Philipp Reisner · 13 years ago
  92. dfa8bed drbd: Implemented the disk-timeout option by Philipp Reisner · 13 years ago
  93. ebd2b0c drbd: Lower log priority for an event that is definitely not an error by Philipp Reisner · 13 years ago
  94. 4a17fd5 sock: Introduce named constants for sk_reuse by Pavel Emelyanov · 12 years ago
  95. 3cb7a2a drbd: get rid of drbd_bcast_ee, it is of no use anymore by Lars Ellenberg · 13 years ago
  96. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 13 years ago
  97. 3c13b68 drbd: only wakeup if something changed in update_peer_seq by Lars Ellenberg · 13 years ago
  98. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 13 years ago
  99. 2f5cdd0 drbd: Converted the transfer log from mdev to tconn by Philipp Reisner · 13 years ago
  100. 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 13 years ago