1. f9b1cd6 drbd: fix access after free by Lars Ellenberg · 6 years ago
  2. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  3. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  4. 7e5fec3 drbd: code cleanups without semantic changes by Fabian Frederick · 8 years ago
  5. 9104d31 drbd: introduce WRITE_SAME support by Lars Ellenberg · 8 years ago
  6. 26a9611 drbd: introduce unfence-peer handler by Lars Ellenberg · 8 years ago
  7. 92d94ae drbd: Create the protocol feature THIN_RESYNC by Philipp Reisner · 8 years ago
  8. 700ca8c drbd: Implement handling of thinly provisioned storage on resync target nodes by Philipp Reisner · 8 years ago
  9. bb3cc85 drbd: use bio op accessors by Mike Christie · 8 years ago
  10. 9534d67 drbd: Use shash and ahash by Herbert Xu · 9 years ago
  11. 63a7c8a drbd: make drbd known to lsblk: use bd_link_disk_holder by Lars Ellenberg · 10 years ago
  12. 668700b drbd: Create a dedicated workqueue for sending acks on the control connection by Philipp Reisner · 10 years ago
  13. 84d34f2 drbd: improve network timeout detection by Lars Ellenberg · 10 years ago
  14. 142207f drbd: drbd_panic_after_delayed_completion_of_aborted_request() by Lars Ellenberg · 10 years ago
  15. 28bc3b8 drbd: Fix locking across all resources by Andreas Gruenbacher · 10 years ago
  16. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  17. ff8bd88 drbd: fix resync throttling initialization by Lars Ellenberg · 10 years ago
  18. 729e8b8 drbd: reduce lock contention in drbd_worker by Lars Ellenberg · 10 years ago
  19. abde9cc drbd: Improve asender performance by Lars Ellenberg · 10 years ago
  20. b47a06d drbd: Get rid of the WORK_PENDING macro by Andreas Gruenbacher · 10 years ago
  21. d1b8085 drbd: Get rid of the __no_warn and __cond_lock macros by Andreas Gruenbacher · 10 years ago
  22. ed15b79 drbd: Use consistent names for all the bi_end_io callbacks by Andreas Gruenbacher · 10 years ago
  23. 944410e drbd: debugfs: add callback_history by Lars Ellenberg · 10 years ago
  24. 21ae5d7 drbd: track timing details of peer_requests by Lars Ellenberg · 10 years ago
  25. ad3fee7 drbd: improve throttling decisions of background resynchronisation by Lars Ellenberg · 11 years ago
  26. e5f891b drbd: gather detailed timing statistics for drbd_requests by Lars Ellenberg · 11 years ago
  27. e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 11 years ago
  28. b9ed708 drbd: consistently use list_add_tail for peer_request tracking by Lars Ellenberg · 10 years ago
  29. 15e26f6 drbd: add drbd_queue_work_if_unqueued helper by Lars Ellenberg · 10 years ago
  30. 7f34f61 drbd: drbd_rs_number_requests: fix unit mismatch in comparison by Lars Ellenberg · 10 years ago
  31. 506afb6 drbd: improve resync request throttling due to sendbuf size by Lars Ellenberg · 11 years ago
  32. aaaba34 drbd: implement csums-after-crash-only by Lars Ellenberg · 11 years ago
  33. 4dd726f drbd: get rid of drbd_queue_work_front by Lars Ellenberg · 11 years ago
  34. ac0acb9 drbd: use drbd_device_post_work() in more places by Lars Ellenberg · 11 years ago
  35. e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 11 years ago
  36. 5ab7d2c drbd: fix resync finished detection by Lars Ellenberg · 11 years ago
  37. a80ca1a drbd: fix a race stopping the worker thread by Lars Ellenberg · 11 years ago
  38. c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 11 years ago
  39. 44a4d55 drbd: refactor use of first_peer_device() by Lars Ellenberg · 11 years ago
  40. f9c7812 drbd: always implicitly close last epoch when idle by Lars Ellenberg · 10 years ago
  41. 074f4af drbd: fix a race between start_resync and send_and_submit by Lars Ellenberg · 10 years ago
  42. 2f632ae drbd: prepare sending side for REQ_DISCARD by Lars Ellenberg · 10 years ago
  43. a0fb3c4 drbd: prepare receiving side for REQ_DISCARD by Lars Ellenberg · 10 years ago
  44. 0e49d7b drbd: fix potential distributed deadlock during verify or resync by Lars Ellenberg · 10 years ago
  45. 6377b92 drbd: resync: fix too large bursts for very slow rates by Lars Ellenberg · 10 years ago
  46. 6780139 drbd: Use the right peer device by Andreas Gruenbacher · 13 years ago
  47. 6db7e50 drbd: In the worker thread, process drbd_work instead of drbd_device_work items by Andreas Gruenbacher · 13 years ago
  48. d448a2e drbd: Turn w_make_ov_request and make_resync_request into "normal" functions by Andreas Gruenbacher · 13 years ago
  49. 4d01039 drbd: Make w_make_resync_request() static by Andreas Gruenbacher · 13 years ago
  50. a8cd15b drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  51. 84b8c06 drbd: Create a dedicated struct drbd_device_work by Andreas Gruenbacher · 13 years ago
  52. 8682eae drbd: Rename w_prev_work_done -> w_complete by Andreas Gruenbacher · 13 years ago
  53. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  54. 79a3c8d drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument by Andreas Gruenbacher · 13 years ago
  55. 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 13 years ago
  56. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 13 years ago
  57. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 13 years ago
  58. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 13 years ago
  59. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 13 years ago
  60. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 13 years ago
  61. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 13 years ago
  62. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 13 years ago
  63. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 13 years ago
  64. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 13 years ago
  65. a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 13 years ago
  66. a186e47 drivers: block: Mark the function as static in drbd_worker.c by Rashika Kheria · 11 years ago
  67. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  68. a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 12 years ago
  69. a700471 drbd: abort start of resync early, if it raced with connection breakage by Philipp Reisner · 12 years ago
  70. 56392d2 drbd: Clarify when activity log I/O is delegated to the worker thread by Lars Ellenberg · 12 years ago
  71. c04ccaa drbd: read meta data early, base on-disk offsets on super block by Lars Ellenberg · 12 years ago
  72. 328e0f12 drbd: Broadcast sync progress no more often than once per second by Philipp Reisner · 12 years ago
  73. edc9f5e drbd: always write bitmap on detach by Lars Ellenberg · 12 years ago
  74. 8747d30 drbd: a few more GFP_KERNEL -> GFP_NOIO by Lars Ellenberg · 12 years ago
  75. a506c13 drbd: use list_move_tail instead of list_del/list_add_tail by Lars Ellenberg · 12 years ago
  76. 1b6dd25 drbd: panic on delayed completion of aborted requests by Philipp Reisner · 12 years ago
  77. bc317a9 drbd: dequeue single work items in wait_for_work() by Lars Ellenberg · 12 years ago
  78. 4eb9b3c drbd: don't send out P_BARRIER with stale information by Lars Ellenberg · 12 years ago
  79. 58ffa58 drbd: introduce stop-sector to online verify by Lars Ellenberg · 12 years ago
  80. a324896 drbd: do not reset rs_pending_cnt too early by Lars Ellenberg · 12 years ago
  81. 0c84966 drbd: differentiate between normal and forced detach by Lars Ellenberg · 12 years ago
  82. b6dd1a8 drbd: remove struct drbd_tl_epoch objects (barrier works) by Lars Ellenberg · 13 years ago
  83. d5b27b0 drbd: move the drbd_work_queue from drbd_socket to drbd_connection by Lars Ellenberg · 13 years ago
  84. 8c0785a drbd: allow to dequeue batches of work at a time by Lars Ellenberg · 13 years ago
  85. 4439c40 drbd: simplify retry path of failed READ requests by Lars Ellenberg · 13 years ago
  86. 2415308 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 13 years ago
  87. 4b8514e drbd: fix potential data corruption and protocol error by Lars Ellenberg · 13 years ago
  88. 36baf61 drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  89. 0cfac5d drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  90. a209b4a drbd: Update some outdated comments to match the code by Andreas Gruenbacher · 13 years ago
  91. 1b7ab15 drbd: Fixed w_restart_disk_io() to handle non active AL-extents by Philipp Reisner · 13 years ago
  92. 9b743da drbd: Missing assignment of mdev before drbd_queue_work() by Philipp Reisner · 13 years ago
  93. cdfda63 drbd: detach from frozen backing device by Philipp Reisner · 13 years ago
  94. 95f8efd drbd: Fix the upper limit of resync-after by Andreas Gruenbacher · 13 years ago
  95. c141ebd drbd: Removing drbd_cfg_rwsem by Philipp Reisner · 13 years ago
  96. bb77d34 drbd: Turn no-tcp-cork into tcp-cork={yes|no} by Andreas Gruenbacher · 13 years ago
  97. 813472c drbd: RCU for rs_plan_s by Philipp Reisner · 13 years ago
  98. 9958c85 drbd: Made the fifo object a self contained object (preparing for RCU) by Philipp Reisner · 13 years ago
  99. daeda1c drbd: RCU for disk_conf by Philipp Reisner · 13 years ago
  100. dc97b70 drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed() by Philipp Reisner · 13 years ago