1. 26ec928 drbd: Stop using NLA_PUT*(). by Andreas Gruenbacher · 12 years ago
  2. 7e0f096 drbd: Remove drbd_accept() and use kernel_accept() instead by Philipp Reisner · 12 years ago
  3. 2820fd3 drbd: Move the call to listen() out of drbd_accept() by Philipp Reisner · 12 years ago
  4. c5b005a drbd: use bitmap_parse instead of __bitmap_parse by Philipp Reisner · 13 years ago
  5. 1882e22 drbd: grammar fix in log message by Lars Ellenberg · 13 years ago
  6. f66ee69 drbd: bm_page_async_io: properly initialize page->private by Lars Ellenberg · 13 years ago
  7. a220d29 drbd: allow bitmap to change during writeout from resync_finished by Lars Ellenberg · 13 years ago
  8. 5016b82 drbd: fix race between drbdadm invalidate/verify and finishing resync by Lars Ellenberg · 13 years ago
  9. 07be15b drbd: fix resend/resubmit of frozen IO by Lars Ellenberg · 13 years ago
  10. 3ea35df drbd: fix spelling, remove boring development log message by Philipp Reisner · 13 years ago
  11. e4bad1b drbd: Ensure that data_size is not 0 before using data_size-1 as index by Philipp Reisner · 13 years ago
  12. a1096a6 drbd: Delay/reject other state changes while establishing a connection by Philipp Reisner · 13 years ago
  13. 27eb13e drbd: Fixed processing of disk-barrier, disk-flushes and disk-drain by Philipp Reisner · 13 years ago
  14. 9ed57dc drbd: ignore volume number for drbd barrier packet exchange by Lars Ellenberg · 13 years ago
  15. 648e46b drbd: complete_conflicting_writes() should not care about connections by Lars Ellenberg · 13 years ago
  16. 4439c40 drbd: simplify retry path of failed READ requests by Lars Ellenberg · 13 years ago
  17. 2415308 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 13 years ago
  18. 6870ca6 drbd: factor out master_bio completion and drbd_request destruction paths by Lars Ellenberg · 13 years ago
  19. 8d6cdd7 drbd: conflicting writes: make wake_up of waiting peer_requests explicit by Lars Ellenberg · 13 years ago
  20. 0afd569 drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONE by Lars Ellenberg · 13 years ago
  21. ea9d672 drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended by Lars Ellenberg · 13 years ago
  22. 27a434f drbd: make OOS_HANDED_TO_NETWORK its own case by Lars Ellenberg · 13 years ago
  23. 2312f0b3 drbd: fix potential deadlock during "restart" of conflicting writes by Lars Ellenberg · 13 years ago
  24. f9916d6 drbd: don't pretend that barrier_nr == 0 was special by Lars Ellenberg · 13 years ago
  25. 0642d5f drbd: remove unused static helper function by Lars Ellenberg · 13 years ago
  26. e44d71f drbd: remove some very outdated comments by Lars Ellenberg · 13 years ago
  27. 9dab384 drbd: fix memleak in error path in bm_rw and drbd_bm_write_range by Lars Ellenberg · 13 years ago
  28. a6a7d4f drbd: missing wakeup after drbd_rs_del_all by Lars Ellenberg · 13 years ago
  29. 5cdb0bf3 drbd: remove now unused seq_num member from struct drbd_request by Lars Ellenberg · 13 years ago
  30. 4b8514e drbd: fix potential data corruption and protocol error by Lars Ellenberg · 13 years ago
  31. e8744f5 drbd: Fixed detach by Lars Ellenberg · 13 years ago
  32. d93f630 drbd: Fix a potential write ordering issue on SyncTarget nodes by Lars Ellenberg · 13 years ago
  33. 81f4486 drbd: Fix a potential race that could case data inconsistency by Lars Ellenberg · 13 years ago
  34. 38a05c1 drbd: Consider that bio->bi_bdev might be modified below DRBD by Philipp Reisner · 13 years ago
  35. 72585d2 drbd: add missing part_round_stats to _drbd_start_io_acct by Philipp Reisner · 13 years ago
  36. dd9b360 drbd: Fix module refcount leak in drbd_accept() by Philipp Reisner · 13 years ago
  37. 93f5afe drbd: If disk timeout expires fail only the affected volume by Philipp Reisner · 13 years ago
  38. 32db80f drbd: Consider the disk-timeout also for meta-data IO operations by Philipp Reisner · 13 years ago
  39. 25b0d6c drbd: Reinstate disabling AL updates with invalidate-remote by Philipp Reisner · 13 years ago
  40. b17f33c drbd: explicitly clear unused dp_flags in drbd_send_block by Lars Ellenberg · 13 years ago
  41. 4d0fc3f drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3 by Philipp Reisner · 13 years ago
  42. 1a3cde4 drbd: drbd_bm_ALe_set_all(): Remove unused function by Andreas Gruenbacher · 13 years ago
  43. 69b6a3b drbd: restart loop in drbd_make_request() [prepare for Linux-3.2] by Philipp Reisner · 13 years ago
  44. 7da3586 drbd: Restore late assigning of tconn->data.sock and meta.sock by Philipp Reisner · 13 years ago
  45. a01842e drbd: Log failures of connection state changes by Philipp Reisner · 13 years ago
  46. e8cdc34 drbd: Consider that read requests could be NEG_ACKEDed by Philipp Reisner · 13 years ago
  47. 6ab9b1b drbd: Do not send state packets while lower than C_CONNECTED cstate by Philipp Reisner · 13 years ago
  48. b8853db drbd: fix race between disconnect and receive_state by Philipp Reisner · 13 years ago
  49. 57bcb6c drbd: Do not call generic_make_request() while holding req_lock by Philipp Reisner · 13 years ago
  50. d60de03 drbd: Load balancing method: striping by Philipp Reisner · 13 years ago
  51. 380207d drbd: Load balancing of read requests by Philipp Reisner · 13 years ago
  52. d10b4ea drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty" by Philipp Reisner · 13 years ago
  53. 615e087 drbd: add missing rcu locks around recently introduced idr_for_each by Lars Ellenberg · 13 years ago
  54. 03d63e1 drbd: Remove leftover prototype by Andreas Gruenbacher · 13 years ago
  55. 975b297 drbd: fix potential spinlock deadlock by Philipp Reisner · 13 years ago
  56. 77fede5 drbd: Fix the WO=drain implementation for multiple volumes by Philipp Reisner · 13 years ago
  57. 1e9dd29 drbd: Switch drbd_may_finish_epoch() from mdev to tconn by Philipp Reisner · 13 years ago
  58. 12038a3 drbd: Move list of epochs from mdev to tconn by Philipp Reisner · 13 years ago
  59. 1d2783d drbd: Prepare epochs per connection by Philipp Reisner · 13 years ago
  60. 4b0007c drbd: Move write_ordering from mdev to tconn by Philipp Reisner · 13 years ago
  61. 6936fcb drbd: Move the CREATE_BARRIER flag from connection to device by Philipp Reisner · 13 years ago
  62. 36baf61 drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  63. 43de7c8 drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  64. 0cfac5d drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  65. 376694a drbd: Silenced compiler warnings by Philipp Reisner · 13 years ago
  66. 9bcd252 drbd: fix "stalled" empty resync by Philipp Reisner · 13 years ago
  67. 22d8114 drbd: fix bitmap writeout after aborted resync by Lars Ellenberg · 13 years ago
  68. 08b165b drbd: Consider the discard-my-data flag for all volumes [bugz 359] by Philipp Reisner · 13 years ago
  69. 935be26 drbd: Improve error reporting in drbd_md_sync_page_io() by Andreas Gruenbacher · 13 years ago
  70. 25e4093 drbd: fix connect failure with all default net-options by Lars Ellenberg · 13 years ago
  71. a209b4a drbd: Update some outdated comments to match the code by Andreas Gruenbacher · 13 years ago
  72. c4e7afd drbd: Remove unused code by Philipp Reisner · 13 years ago
  73. 4276dea drbd: Remove dead code by Philipp Reisner · 13 years ago
  74. 85d7351 drbd: Cleanup all epoch objects upon connection loss by Philipp Reisner · 13 years ago
  75. b80c043 drbd: The minor_count module parameter is only a hint nowadays by Philipp Reisner · 13 years ago
  76. f132f55 drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWN by Philipp Reisner · 13 years ago
  77. 97ddb68 drbd: detach must not try to abort non-local requests by Lars Ellenberg · 13 years ago
  78. f497609 drbd: Get rid of MR_{READ,WRITE}_SHIFT by Andreas Gruenbacher · 13 years ago
  79. 823bd83 drbd: Bugfix for the connection behavior by Philipp Reisner · 12 years ago
  80. 7d4c782 drbd: Fix the data-integrity-alg setting by Andreas Gruenbacher · 13 years ago
  81. 71fc7ee drbd: Turn tl_apply() into tl_abort_disk_io() by Andreas Gruenbacher · 13 years ago
  82. 1b7ab15 drbd: Fixed w_restart_disk_io() to handle non active AL-extents by Philipp Reisner · 13 years ago
  83. 9b743da drbd: Missing assignment of mdev before drbd_queue_work() by Philipp Reisner · 13 years ago
  84. 3b03ad5 drbd: Do not mod_timer() with a past time by Philipp Reisner · 13 years ago
  85. 3fb4746 drbd: Consider that the no-data-condition could be in connected state by Philipp Reisner · 13 years ago
  86. 97af09d drbd: Dropped wrong clause to generate new current UUIDs by Philipp Reisner · 13 years ago
  87. accdbcc drbd: receive_protocol(): We cannot change our own data-integrity-alg setting here by Andreas Gruenbacher · 13 years ago
  88. d505d9b drbd: Be consistent in reporting incompatibilities in P_PROTOCOL settings by Andreas Gruenbacher · 13 years ago
  89. fbc12f4 drbd: receive_protocol(): Make the program flow less confusing by Andreas Gruenbacher · 13 years ago
  90. b792c35 drbd: receive_protocol(): Give variables more easily searchable names by Andreas Gruenbacher · 13 years ago
  91. 5af172e drbd: Print memory address in hex instead of decimal in error message by Andreas Gruenbacher · 13 years ago
  92. f2257a5 drbd: Allow to create devices with a minor number > minor_count by Andreas Gruenbacher · 13 years ago
  93. 0317d9e drbd: Fix the maximum accepted minor device number by Andreas Gruenbacher · 13 years ago
  94. 32bdb64 drbd: Define scale factors in a single place by Andreas Gruenbacher · 14 years ago
  95. 65d9492 drbd: Changed some defaults by Philipp Reisner · 13 years ago
  96. 367d675d drbd: report net config even for resources without a single volume by Lars Ellenberg · 13 years ago
  97. e0e1665 drbd: Correctly handle resources without volumes by Philipp Reisner · 13 years ago
  98. a67e1d9 drbd: Eliminated the "notified peer" messages by Philipp Reisner · 13 years ago
  99. 369bea6 drbd: Fixed removal of volumes/devices from connected resources by Philipp Reisner · 13 years ago
  100. d5d7ebd drbd: on attach, enforce clean meta data by Lars Ellenberg · 13 years ago