1. d38e787 drbd: Converted drbd_send_fp() from mdev to tconn by Philipp Reisner · 14 years ago
  2. bedbd2a drbd: Converted drbd_send() from mdev to tconn by Philipp Reisner · 14 years ago
  3. 1a7ba64 drbd: Converted helper functions for drbd_send() to tconn by Philipp Reisner · 14 years ago
  4. 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 14 years ago
  5. 808e37b drbd: Moved SIGNAL_ASENDER to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  6. e43ef19 drbd: Moved SEND_PING to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  7. 25703f8 drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags by Philipp Reisner · 14 years ago
  8. 01a311a drbd: Started to separated connection flags (tconn) from block device flags (mdev) by Philipp Reisner · 14 years ago
  9. 7653620 drbd: Converted drbd_wait_for_connect() from mdev to tconn by Philipp Reisner · 14 years ago
  10. eac3e99 drbd: Converted drbd_try_connect() from mdev to tconn by Philipp Reisner · 14 years ago
  11. 60ae496 drbd: conn_printk() a dev_printk() alike for drbd's connections by Philipp Reisner · 14 years ago
  12. b53339f drbd: Moving state related macros to drbd_state.h by Philipp Reisner · 14 years ago
  13. 8ea62f5 drbd: Revert "Make sure we dont send state if a cluster wide state change is in progress" by Philipp Reisner · 14 years ago
  14. e64a329 drbd: Do no sleep long in drbd_start_resync by Philipp Reisner · 14 years ago
  15. 1f04af3 drbd: Moved code by Philipp Reisner · 14 years ago
  16. bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 14 years ago
  17. bed879a drbd: Moved the thread name into the data structure by Philipp Reisner · 14 years ago
  18. b890733 drbd: Moved the state functions into its own source file by Philipp Reisner · 14 years ago
  19. db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 14 years ago
  20. 6c852be drbd: Update some comments by Andreas Gruenbacher · 14 years ago
  21. 18b75d7 drbd: Clean up some left-overs by Andreas Gruenbacher · 14 years ago
  22. f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 14 years ago
  23. c6f7df4 drbd: Remove unused variable in struct drbd_conf by Andreas Gruenbacher · 14 years ago
  24. 70b1987 drbd: Improve the drbd_find_overlap() documentation by Andreas Gruenbacher · 14 years ago
  25. 43ae077 drbd: Make the peer_seq updating code more obvious by Andreas Gruenbacher · 14 years ago
  26. 6024fec drbd: Defer new writes when detecting conflicting writes by Andreas Gruenbacher · 14 years ago
  27. ddd8877 drbd: Remove unnecessary reference counting left-over by Andreas Gruenbacher · 14 years ago
  28. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 14 years ago
  29. 5384064 drbd: Allow to wait for the completion of an epoch entry as well by Andreas Gruenbacher · 14 years ago
  30. 3e05146 drbd: Remove redundant check from drbd_contains_interval() by Andreas Gruenbacher · 14 years ago
  31. a500c2e drbd: struct drbd_request: Introduce a new collision flag by Andreas Gruenbacher · 14 years ago
  32. 9e204cd drbd: Move some functions to where they are used by Andreas Gruenbacher · 14 years ago
  33. 3e394da drbd: Move sequence number logic into drbd_receiver.c and simplify it by Andreas Gruenbacher · 14 years ago
  34. cc37827 drbd: Initialize the sequence number sent over the network even when not used by Andreas Gruenbacher · 14 years ago
  35. bdc7adb drbd: Remove redundant initialization by Andreas Gruenbacher · 14 years ago
  36. d876302 drbd: Rename "enum drbd_packets" to "enum drbd_packet" by Andreas Gruenbacher · 14 years ago
  37. f2ad906 drbd: Move cmdname() out of drbd_int.h by Andreas Gruenbacher · 14 years ago
  38. b42a70a drbd: Do not access tconn after it was freed by Philipp Reisner · 14 years ago
  39. 257d0af drbd: Implemented receiving of new style packets on meta socket by Philipp Reisner · 14 years ago
  40. fd340c1 drbd: Use new header layout by Philipp Reisner · 14 years ago
  41. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 14 years ago
  42. c6d25cf drbd: Preparing to use p_header96 for all packets by Philipp Reisner · 14 years ago
  43. 191d3cc drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev by Philipp Reisner · 14 years ago
  44. a063845 drbd: moved crypto transformations and friends from mdev to tconn by Philipp Reisner · 14 years ago
  45. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 14 years ago
  46. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 14 years ago
  47. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 14 years ago
  48. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 14 years ago
  49. b2fb6dbe drbd: moved net_cont and net_cnt_wait from mdev to tconn by Philipp Reisner · 14 years ago
  50. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 14 years ago
  51. 2111438 drbd: Minimal struct drbd_tconn by Philipp Reisner · 14 years ago
  52. 6618bf1 drbd: Interval tree bugfix by Andreas Gruenbacher · 14 years ago
  53. e3cfa7b drbd: Inline function overlaps() is now unused by Andreas Gruenbacher · 14 years ago
  54. 70dc65e drbd: Remove some useless paranoia code by Andreas Gruenbacher · 14 years ago
  55. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 14 years ago
  56. e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 14 years ago
  57. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 14 years ago
  58. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 14 years ago
  59. 8b94625 drbd: Use interval tree for overlapping epoch entry detection by Andreas Gruenbacher · 14 years ago
  60. 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  61. bc9c5c4 drbd: Use the read and write request trees for request lookups by Andreas Gruenbacher · 14 years ago
  62. dac1389 drbd: Add read_requests tree by Andreas Gruenbacher · 14 years ago
  63. de69671 drbd: Use interval tree for overlapping write request detection by Andreas Gruenbacher · 14 years ago
  64. ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  65. 0939b0e drbd: Add interval tree data structure by Andreas Gruenbacher · 14 years ago
  66. c3afd8f drbd: Request lookup code cleanup (4) by Andreas Gruenbacher · 14 years ago
  67. ae3388d drbd: Request lookup code cleanup (3) by Andreas Gruenbacher · 14 years ago
  68. 668eebc drbd: Request lookup code cleanup (2) by Andreas Gruenbacher · 14 years ago
  69. 5162458 drbd: Request lookup code cleanup (1) by Andreas Gruenbacher · 14 years ago
  70. 9c50842 drbd: Update outdated comment by Andreas Gruenbacher · 14 years ago
  71. d628769 drbd: Move drbd_free_tl_hash() to drbd_main() by Andreas Gruenbacher · 14 years ago
  72. 579b57e drbd: Magic reserved block_id value cleanup by Andreas Gruenbacher · 14 years ago
  73. e7fad8a drbd: Endianness convert the constants instead of the variables by Andreas Gruenbacher · 14 years ago
  74. ca9bc12 drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG by Andreas Gruenbacher · 14 years ago
  75. 9a8e775 drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify by Andreas Gruenbacher · 14 years ago
  76. 3980485 drbd: Remove superfluous declaration by Andreas Gruenbacher · 14 years ago
  77. 28c455c drbd: Get rid of req_validator_fn typedef by Andreas Gruenbacher · 14 years ago
  78. 7b28afe Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 13 years ago
  79. 86e1e98 drbd: we should write meta data updates with FLUSH FUA by Lars Ellenberg · 13 years ago
  80. cb6518c drbd: when receive times out on meta socket, also check last receive time on data socket by Lars Ellenberg · 13 years ago
  81. 5a8b424 drbd: account bitmap IO during resync as resync-(related-)-io by Lars Ellenberg · 13 years ago
  82. 8ccee20 drbd: don't cond_resched_lock with IRQs disabled by Lars Ellenberg · 13 years ago
  83. 829c608 drbd: add missing spinlock to bitmap receive by Lars Ellenberg · 13 years ago
  84. 0cfdd24 drbd: Use the correct max_bio_size when creating resync requests by Philipp Reisner · 13 years ago
  85. 929cfdd Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  86. 0ddf72b drbd: fix warning by Andrew Morton · 13 years ago
  87. 9b2f61a drbd: fix warning by Philipp Reisner · 13 years ago
  88. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  89. 9a0d9d0 drbd: fix schedule in atomic by Lars Ellenberg · 13 years ago
  90. 99432fc drbd: Take a more conservative approach when deciding max_bio_size by Philipp Reisner · 13 years ago
  91. 21423fa drbd: Fixed state transitions after async outdate-peer-handler returned by Philipp Reisner · 13 years ago
  92. fa7d939 drbd: Disallow the peer_disk_state to be D_OUTDATED while connected by Philipp Reisner · 13 years ago
  93. a8e4079 drbd: Fix for the connection problems on high latency links by Philipp Reisner · 13 years ago
  94. 76727f6 drbd: fix potential activity log refcount imbalance in error path by Lars Ellenberg · 13 years ago
  95. d2e1780 drbd: Only downgrade the disk state in case of disk failures by Philipp Reisner · 13 years ago
  96. f36af18 drbd: fix disconnect/reconnect loop, if ping-timeout == ping-int by Lars Ellenberg · 13 years ago
  97. 53ea433 drbd: fix potential distributed deadlock by Lars Ellenberg · 13 years ago
  98. 738a84b drbd: Fix for application IO with the on-io-error=pass-on policy by Philipp Reisner · 13 years ago
  99. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  100. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago