1. 970fbde drbd: flush drbd work queue before invalidate/invalidate remote by Lars Ellenberg · 12 years ago
  2. 6f1a656 drbd: call local-io-error handler early by Lars Ellenberg · 12 years ago
  3. a324896 drbd: do not reset rs_pending_cnt too early by Lars Ellenberg · 12 years ago
  4. 8a94317 drbd: reset congestion information before reporting it in /proc/drbd by Lars Ellenberg · 12 years ago
  5. 6f3465e drbd: report congestion if we are waiting for some userland callback by Lars Ellenberg · 12 years ago
  6. 0c84966 drbd: differentiate between normal and forced detach by Lars Ellenberg · 12 years ago
  7. bf709c8 drbd: cleanup, remove two unused global flags by Lars Ellenberg · 12 years ago
  8. 3b9ef85 drbd: fix null pointer dereference with on-congestion policy when diskless by Lars Ellenberg · 12 years ago
  9. 2701238 drbd: take error path in drbd_adm_down if interrupted by signal by Lars Ellenberg · 12 years ago
  10. 9a278a7 drbd: allow read requests to be retried after force-detach by Lars Ellenberg · 12 years ago
  11. 934722a drbd: __req_mod: make DISCARD_WRITE and independend case by Lars Ellenberg · 12 years ago
  12. a0d856d drbd: base completion and destruction of requests on ref counts by Lars Ellenberg · 12 years ago
  13. b406777 drbd: introduce completion_ref and kref to struct drbd_request by Lars Ellenberg · 12 years ago
  14. 5df69ec drbd: __drbd_make_request() is now void by Lars Ellenberg · 12 years ago
  15. 5da9c83 drbd: better separate WRITE and READ code paths in drbd_make_request by Lars Ellenberg · 12 years ago
  16. b6dd1a8 drbd: remove struct drbd_tl_epoch objects (barrier works) by Lars Ellenberg · 13 years ago
  17. d5b27b0 drbd: move the drbd_work_queue from drbd_socket to drbd_connection by Lars Ellenberg · 13 years ago
  18. 8c0785a drbd: allow to dequeue batches of work at a time by Lars Ellenberg · 13 years ago
  19. b379c41 drbd: transfer log epoch numbers are now per resource by Lars Ellenberg · 13 years ago
  20. 9d05e7c drbd: rename drbd_restart_write to drbd_restart_request by Lars Ellenberg · 12 years ago
  21. 629663c drbd: fix wrong assert in completion/retry path of failed local reads by Lars Ellenberg · 12 years ago
  22. ab53b90 drbd: fix local read error hung forever by Lars Ellenberg · 12 years ago
  23. 1b6f197 drbd: fix access of unallocated pages and kernel panic by Lars Ellenberg · 12 years ago
  24. 7a426fd drbd: Keep the listening socket open while trying to connect to the peer by Philipp Reisner · 12 years ago
  25. 1f3e509 drbd: pull prepare_listen_socket() out of drbd_wait_for_connect() by Philipp Reisner · 12 years ago
  26. 9a51ab1 drbd: New disk option al-updates by Philipp Reisner · 12 years ago
  27. 26ec928 drbd: Stop using NLA_PUT*(). by Andreas Gruenbacher · 12 years ago
  28. 7e0f096 drbd: Remove drbd_accept() and use kernel_accept() instead by Philipp Reisner · 12 years ago
  29. 2820fd3 drbd: Move the call to listen() out of drbd_accept() by Philipp Reisner · 12 years ago
  30. c5b005a drbd: use bitmap_parse instead of __bitmap_parse by Philipp Reisner · 12 years ago
  31. 1882e22 drbd: grammar fix in log message by Lars Ellenberg · 12 years ago
  32. f66ee69 drbd: bm_page_async_io: properly initialize page->private by Lars Ellenberg · 12 years ago
  33. a220d29 drbd: allow bitmap to change during writeout from resync_finished by Lars Ellenberg · 12 years ago
  34. 5016b82 drbd: fix race between drbdadm invalidate/verify and finishing resync by Lars Ellenberg · 12 years ago
  35. 07be15b drbd: fix resend/resubmit of frozen IO by Lars Ellenberg · 12 years ago
  36. 3ea35df drbd: fix spelling, remove boring development log message by Philipp Reisner · 12 years ago
  37. e4bad1b drbd: Ensure that data_size is not 0 before using data_size-1 as index by Philipp Reisner · 12 years ago
  38. a1096a6 drbd: Delay/reject other state changes while establishing a connection by Philipp Reisner · 12 years ago
  39. 27eb13e drbd: Fixed processing of disk-barrier, disk-flushes and disk-drain by Philipp Reisner · 12 years ago
  40. 9ed57dc drbd: ignore volume number for drbd barrier packet exchange by Lars Ellenberg · 12 years ago
  41. 648e46b drbd: complete_conflicting_writes() should not care about connections by Lars Ellenberg · 12 years ago
  42. 4439c40 drbd: simplify retry path of failed READ requests by Lars Ellenberg · 12 years ago
  43. 2415308 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 12 years ago
  44. 6870ca6 drbd: factor out master_bio completion and drbd_request destruction paths by Lars Ellenberg · 12 years ago
  45. 8d6cdd7 drbd: conflicting writes: make wake_up of waiting peer_requests explicit by Lars Ellenberg · 12 years ago
  46. 0afd569 drbd: fix WRITE_ACKED_BY_PEER_AND_SIS to not set RQ_NET_DONE by Lars Ellenberg · 12 years ago
  47. ea9d672 drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended by Lars Ellenberg · 12 years ago
  48. 27a434f drbd: make OOS_HANDED_TO_NETWORK its own case by Lars Ellenberg · 12 years ago
  49. 2312f0b3 drbd: fix potential deadlock during "restart" of conflicting writes by Lars Ellenberg · 13 years ago
  50. f9916d6 drbd: don't pretend that barrier_nr == 0 was special by Lars Ellenberg · 12 years ago
  51. 0642d5f drbd: remove unused static helper function by Lars Ellenberg · 12 years ago
  52. e44d71f drbd: remove some very outdated comments by Lars Ellenberg · 12 years ago
  53. 9dab384 drbd: fix memleak in error path in bm_rw and drbd_bm_write_range by Lars Ellenberg · 12 years ago
  54. a6a7d4f drbd: missing wakeup after drbd_rs_del_all by Lars Ellenberg · 12 years ago
  55. 5cdb0bf3 drbd: remove now unused seq_num member from struct drbd_request by Lars Ellenberg · 12 years ago
  56. 4b8514e drbd: fix potential data corruption and protocol error by Lars Ellenberg · 12 years ago
  57. e8744f5 drbd: Fixed detach by Lars Ellenberg · 12 years ago
  58. d93f630 drbd: Fix a potential write ordering issue on SyncTarget nodes by Lars Ellenberg · 12 years ago
  59. 81f4486 drbd: Fix a potential race that could case data inconsistency by Lars Ellenberg · 12 years ago
  60. 38a05c1 drbd: Consider that bio->bi_bdev might be modified below DRBD by Philipp Reisner · 12 years ago
  61. 72585d2 drbd: add missing part_round_stats to _drbd_start_io_acct by Philipp Reisner · 12 years ago
  62. dd9b360 drbd: Fix module refcount leak in drbd_accept() by Philipp Reisner · 12 years ago
  63. 93f5afe drbd: If disk timeout expires fail only the affected volume by Philipp Reisner · 12 years ago
  64. 32db80f drbd: Consider the disk-timeout also for meta-data IO operations by Philipp Reisner · 12 years ago
  65. 25b0d6c drbd: Reinstate disabling AL updates with invalidate-remote by Philipp Reisner · 12 years ago
  66. b17f33c drbd: explicitly clear unused dp_flags in drbd_send_block by Lars Ellenberg · 12 years ago
  67. 4d0fc3f drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3 by Philipp Reisner · 12 years ago
  68. 1a3cde4 drbd: drbd_bm_ALe_set_all(): Remove unused function by Andreas Gruenbacher · 13 years ago
  69. 69b6a3b drbd: restart loop in drbd_make_request() [prepare for Linux-3.2] by Philipp Reisner · 13 years ago
  70. 7da3586 drbd: Restore late assigning of tconn->data.sock and meta.sock by Philipp Reisner · 13 years ago
  71. a01842e drbd: Log failures of connection state changes by Philipp Reisner · 13 years ago
  72. e8cdc34 drbd: Consider that read requests could be NEG_ACKEDed by Philipp Reisner · 13 years ago
  73. 6ab9b1b drbd: Do not send state packets while lower than C_CONNECTED cstate by Philipp Reisner · 13 years ago
  74. b8853db drbd: fix race between disconnect and receive_state by Philipp Reisner · 13 years ago
  75. 57bcb6c drbd: Do not call generic_make_request() while holding req_lock by Philipp Reisner · 13 years ago
  76. d60de03 drbd: Load balancing method: striping by Philipp Reisner · 13 years ago
  77. 380207d drbd: Load balancing of read requests by Philipp Reisner · 13 years ago
  78. d10b4ea drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty" by Philipp Reisner · 13 years ago
  79. 615e087 drbd: add missing rcu locks around recently introduced idr_for_each by Lars Ellenberg · 13 years ago
  80. 03d63e1 drbd: Remove leftover prototype by Andreas Gruenbacher · 13 years ago
  81. 975b297 drbd: fix potential spinlock deadlock by Philipp Reisner · 13 years ago
  82. 77fede5 drbd: Fix the WO=drain implementation for multiple volumes by Philipp Reisner · 13 years ago
  83. 1e9dd29 drbd: Switch drbd_may_finish_epoch() from mdev to tconn by Philipp Reisner · 13 years ago
  84. 12038a3 drbd: Move list of epochs from mdev to tconn by Philipp Reisner · 13 years ago
  85. 1d2783d drbd: Prepare epochs per connection by Philipp Reisner · 13 years ago
  86. 4b0007c drbd: Move write_ordering from mdev to tconn by Philipp Reisner · 13 years ago
  87. 6936fcb drbd: Move the CREATE_BARRIER flag from connection to device by Philipp Reisner · 13 years ago
  88. 36baf61 drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  89. 43de7c8 drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  90. 0cfac5d drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  91. 376694a drbd: Silenced compiler warnings by Philipp Reisner · 13 years ago
  92. 9bcd252 drbd: fix "stalled" empty resync by Philipp Reisner · 13 years ago
  93. 22d8114 drbd: fix bitmap writeout after aborted resync by Lars Ellenberg · 13 years ago
  94. 08b165b drbd: Consider the discard-my-data flag for all volumes [bugz 359] by Philipp Reisner · 13 years ago
  95. 935be26 drbd: Improve error reporting in drbd_md_sync_page_io() by Andreas Gruenbacher · 13 years ago
  96. 25e4093 drbd: fix connect failure with all default net-options by Lars Ellenberg · 13 years ago
  97. a209b4a drbd: Update some outdated comments to match the code by Andreas Gruenbacher · 13 years ago
  98. c4e7afd drbd: Remove unused code by Philipp Reisner · 13 years ago
  99. 4276dea drbd: Remove dead code by Philipp Reisner · 13 years ago
  100. 85d73513 drbd: Cleanup all epoch objects upon connection loss by Philipp Reisner · 13 years ago