1. 648e46b drbd: complete_conflicting_writes() should not care about connections by Lars Ellenberg · 13 years ago
  2. 4439c40 drbd: simplify retry path of failed READ requests by Lars Ellenberg · 13 years ago
  3. 2415308 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 13 years ago
  4. 6870ca6 drbd: factor out master_bio completion and drbd_request destruction paths by Lars Ellenberg · 13 years ago
  5. 8d6cdd7 drbd: conflicting writes: make wake_up of waiting peer_requests explicit by Lars Ellenberg · 13 years ago
  6. 0afd569 drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONE by Lars Ellenberg · 13 years ago
  7. ea9d672 drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended by Lars Ellenberg · 13 years ago
  8. 27a434f drbd: make OOS_HANDED_TO_NETWORK its own case by Lars Ellenberg · 13 years ago
  9. 2312f0b3 drbd: fix potential deadlock during "restart" of conflicting writes by Lars Ellenberg · 13 years ago
  10. f9916d6 drbd: don't pretend that barrier_nr == 0 was special by Lars Ellenberg · 13 years ago
  11. 0642d5f drbd: remove unused static helper function by Lars Ellenberg · 13 years ago
  12. e44d71f drbd: remove some very outdated comments by Lars Ellenberg · 13 years ago
  13. 9dab384 drbd: fix memleak in error path in bm_rw and drbd_bm_write_range by Lars Ellenberg · 13 years ago
  14. a6a7d4f drbd: missing wakeup after drbd_rs_del_all by Lars Ellenberg · 13 years ago
  15. 5cdb0bf3 drbd: remove now unused seq_num member from struct drbd_request by Lars Ellenberg · 13 years ago
  16. 4b8514e drbd: fix potential data corruption and protocol error by Lars Ellenberg · 13 years ago
  17. e8744f5 drbd: Fixed detach by Lars Ellenberg · 13 years ago
  18. d93f630 drbd: Fix a potential write ordering issue on SyncTarget nodes by Lars Ellenberg · 13 years ago
  19. 81f4486 drbd: Fix a potential race that could case data inconsistency by Lars Ellenberg · 13 years ago
  20. 38a05c1 drbd: Consider that bio->bi_bdev might be modified below DRBD by Philipp Reisner · 13 years ago
  21. 72585d2 drbd: add missing part_round_stats to _drbd_start_io_acct by Philipp Reisner · 13 years ago
  22. dd9b360 drbd: Fix module refcount leak in drbd_accept() by Philipp Reisner · 13 years ago
  23. 93f5afe drbd: If disk timeout expires fail only the affected volume by Philipp Reisner · 13 years ago
  24. 32db80f drbd: Consider the disk-timeout also for meta-data IO operations by Philipp Reisner · 13 years ago
  25. 25b0d6c drbd: Reinstate disabling AL updates with invalidate-remote by Philipp Reisner · 13 years ago
  26. b17f33c drbd: explicitly clear unused dp_flags in drbd_send_block by Lars Ellenberg · 13 years ago
  27. 4d0fc3f drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3 by Philipp Reisner · 13 years ago
  28. 1a3cde4 drbd: drbd_bm_ALe_set_all(): Remove unused function by Andreas Gruenbacher · 13 years ago
  29. 69b6a3b drbd: restart loop in drbd_make_request() [prepare for Linux-3.2] by Philipp Reisner · 13 years ago
  30. 7da3586 drbd: Restore late assigning of tconn->data.sock and meta.sock by Philipp Reisner · 13 years ago
  31. a01842e drbd: Log failures of connection state changes by Philipp Reisner · 13 years ago
  32. e8cdc34 drbd: Consider that read requests could be NEG_ACKEDed by Philipp Reisner · 13 years ago
  33. 6ab9b1b drbd: Do not send state packets while lower than C_CONNECTED cstate by Philipp Reisner · 13 years ago
  34. b8853db drbd: fix race between disconnect and receive_state by Philipp Reisner · 13 years ago
  35. 57bcb6c drbd: Do not call generic_make_request() while holding req_lock by Philipp Reisner · 13 years ago
  36. d60de03 drbd: Load balancing method: striping by Philipp Reisner · 13 years ago
  37. 380207d drbd: Load balancing of read requests by Philipp Reisner · 13 years ago
  38. d10b4ea drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty" by Philipp Reisner · 13 years ago
  39. 615e087 drbd: add missing rcu locks around recently introduced idr_for_each by Lars Ellenberg · 13 years ago
  40. 03d63e1 drbd: Remove leftover prototype by Andreas Gruenbacher · 13 years ago
  41. 975b297 drbd: fix potential spinlock deadlock by Philipp Reisner · 13 years ago
  42. 77fede5 drbd: Fix the WO=drain implementation for multiple volumes by Philipp Reisner · 13 years ago
  43. 1e9dd29 drbd: Switch drbd_may_finish_epoch() from mdev to tconn by Philipp Reisner · 13 years ago
  44. 12038a3 drbd: Move list of epochs from mdev to tconn by Philipp Reisner · 13 years ago
  45. 1d2783d drbd: Prepare epochs per connection by Philipp Reisner · 13 years ago
  46. 4b0007c drbd: Move write_ordering from mdev to tconn by Philipp Reisner · 13 years ago
  47. 6936fcb drbd: Move the CREATE_BARRIER flag from connection to device by Philipp Reisner · 13 years ago
  48. 36baf61 drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  49. 43de7c8 drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  50. 0cfac5d drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  51. 376694a drbd: Silenced compiler warnings by Philipp Reisner · 13 years ago
  52. 9bcd252 drbd: fix "stalled" empty resync by Philipp Reisner · 13 years ago
  53. 22d8114 drbd: fix bitmap writeout after aborted resync by Lars Ellenberg · 13 years ago
  54. 08b165b drbd: Consider the discard-my-data flag for all volumes [bugz 359] by Philipp Reisner · 13 years ago
  55. 935be26 drbd: Improve error reporting in drbd_md_sync_page_io() by Andreas Gruenbacher · 13 years ago
  56. 25e4093 drbd: fix connect failure with all default net-options by Lars Ellenberg · 13 years ago
  57. a209b4a drbd: Update some outdated comments to match the code by Andreas Gruenbacher · 13 years ago
  58. c4e7afd drbd: Remove unused code by Philipp Reisner · 13 years ago
  59. 4276dea drbd: Remove dead code by Philipp Reisner · 14 years ago
  60. 85d7351 drbd: Cleanup all epoch objects upon connection loss by Philipp Reisner · 13 years ago
  61. f132f55 drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWN by Philipp Reisner · 13 years ago
  62. 97ddb68 drbd: detach must not try to abort non-local requests by Lars Ellenberg · 13 years ago
  63. f497609 drbd: Get rid of MR_{READ,WRITE}_SHIFT by Andreas Gruenbacher · 13 years ago
  64. 823bd83 drbd: Bugfix for the connection behavior by Philipp Reisner · 12 years ago
  65. 7d4c782 drbd: Fix the data-integrity-alg setting by Andreas Gruenbacher · 13 years ago
  66. 71fc7ee drbd: Turn tl_apply() into tl_abort_disk_io() by Andreas Gruenbacher · 13 years ago
  67. 1b7ab15 drbd: Fixed w_restart_disk_io() to handle non active AL-extents by Philipp Reisner · 13 years ago
  68. 9b743da drbd: Missing assignment of mdev before drbd_queue_work() by Philipp Reisner · 13 years ago
  69. 3b03ad5 drbd: Do not mod_timer() with a past time by Philipp Reisner · 13 years ago
  70. 3fb4746 drbd: Consider that the no-data-condition could be in connected state by Philipp Reisner · 13 years ago
  71. 97af09d drbd: Dropped wrong clause to generate new current UUIDs by Philipp Reisner · 13 years ago
  72. accdbcc drbd: receive_protocol(): We cannot change our own data-integrity-alg setting here by Andreas Gruenbacher · 13 years ago
  73. d505d9b drbd: Be consistent in reporting incompatibilities in P_PROTOCOL settings by Andreas Gruenbacher · 13 years ago
  74. fbc12f4 drbd: receive_protocol(): Make the program flow less confusing by Andreas Gruenbacher · 13 years ago
  75. b792c35 drbd: receive_protocol(): Give variables more easily searchable names by Andreas Gruenbacher · 13 years ago
  76. 5af172e drbd: Print memory address in hex instead of decimal in error message by Andreas Gruenbacher · 13 years ago
  77. f2257a5 drbd: Allow to create devices with a minor number > minor_count by Andreas Gruenbacher · 13 years ago
  78. 367d675d drbd: report net config even for resources without a single volume by Lars Ellenberg · 13 years ago
  79. e0e1665 drbd: Correctly handle resources without volumes by Philipp Reisner · 13 years ago
  80. a67e1d9 drbd: Eliminated the "notified peer" messages by Philipp Reisner · 13 years ago
  81. 369bea6 drbd: Fixed removal of volumes/devices from connected resources by Philipp Reisner · 13 years ago
  82. d5d7ebd drbd: on attach, enforce clean meta data by Lars Ellenberg · 13 years ago
  83. cdfda63 drbd: detach from frozen backing device by Philipp Reisner · 13 years ago
  84. 2fcb8f3 drbd: Improve the "unexpected packet" error messages by Andreas Gruenbacher · 13 years ago
  85. 9510b24 drbd: Fixed state transitions in case reading meta data failes by Philipp Reisner · 13 years ago
  86. 2ffca4f drbd: Improve compatibility with drbd's older than 8.3.7 by Philipp Reisner · 13 years ago
  87. d942ae4 drbd: Fixes from the 8.3 development branch by Philipp Reisner · 14 years ago
  88. 4dbdae3 drbd: downgraded error printk to info by Lars Ellenberg · 14 years ago
  89. 3b7cd45 DRBD: Fix comparison always false warning due to long/long long compare by David Howells · 14 years ago
  90. 6dff290 drbd: Rename --dry-run to --tentative by Andreas Gruenbacher · 14 years ago
  91. d0fa7fd drbd: Remove dead code by Andreas Gruenbacher · 14 years ago
  92. afbbfa8 drbd: Allow to pass resource options to the new-resource command by Andreas Gruenbacher · 14 years ago
  93. 089c075 drbd: Convert the generic netlink interface to accept connection endpoints by Andreas Gruenbacher · 14 years ago
  94. 44e52cf drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE} by Andreas Gruenbacher · 14 years ago
  95. 01b39b5 drbd: Split off netlink mandatory attribute handling into separate file by Andreas Gruenbacher · 14 years ago
  96. 7c3063c drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested() by Andreas Gruenbacher · 14 years ago
  97. 789c1b6 drbd: Use the terminology suggested by the command names in the source code and messages by Andreas Gruenbacher · 14 years ago
  98. 67b58bf drbd: spelling fix: too small by Lars Ellenberg · 14 years ago
  99. fc251d5 drbd: cosmetic: fix accidental division instead of modulo when pretty printing by Lars Ellenberg · 14 years ago
  100. 46530e8 drbd: Use DRBD_MINOR_COUNT_DEF in one more place by Andreas Gruenbacher · 14 years ago