1. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  2. a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 12 years ago
  3. a700471 drbd: abort start of resync early, if it raced with connection breakage by Philipp Reisner · 12 years ago
  4. 56392d2 drbd: Clarify when activity log I/O is delegated to the worker thread by Lars Ellenberg · 12 years ago
  5. c04ccaa drbd: read meta data early, base on-disk offsets on super block by Lars Ellenberg · 12 years ago
  6. 328e0f12 drbd: Broadcast sync progress no more often than once per second by Philipp Reisner · 12 years ago
  7. edc9f5e drbd: always write bitmap on detach by Lars Ellenberg · 12 years ago
  8. 8747d30 drbd: a few more GFP_KERNEL -> GFP_NOIO by Lars Ellenberg · 12 years ago
  9. a506c13 drbd: use list_move_tail instead of list_del/list_add_tail by Lars Ellenberg · 12 years ago
  10. 1b6dd25 drbd: panic on delayed completion of aborted requests by Philipp Reisner · 12 years ago
  11. bc317a9 drbd: dequeue single work items in wait_for_work() by Lars Ellenberg · 12 years ago
  12. 4eb9b3c drbd: don't send out P_BARRIER with stale information by Lars Ellenberg · 12 years ago
  13. 58ffa58 drbd: introduce stop-sector to online verify by Lars Ellenberg · 12 years ago
  14. a324896 drbd: do not reset rs_pending_cnt too early by Lars Ellenberg · 12 years ago
  15. 0c84966 drbd: differentiate between normal and forced detach 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. 4439c40 drbd: simplify retry path of failed READ requests by Lars Ellenberg · 13 years ago
  20. 2415308 drbd: move put_ldev from __req_mod() to the endio callback by Lars Ellenberg · 13 years ago
  21. 4b8514e drbd: fix potential data corruption and protocol error by Lars Ellenberg · 13 years ago
  22. 36baf61 drbd: Fixed an obvious copy-n-paste mistake by Philipp Reisner · 13 years ago
  23. 0cfac5d drbd: Fixes from the drbd-8.3 branch by Philipp Reisner · 13 years ago
  24. a209b4a drbd: Update some outdated comments to match the code by Andreas Gruenbacher · 13 years ago
  25. 1b7ab15 drbd: Fixed w_restart_disk_io() to handle non active AL-extents by Philipp Reisner · 13 years ago
  26. 9b743da drbd: Missing assignment of mdev before drbd_queue_work() by Philipp Reisner · 13 years ago
  27. cdfda63 drbd: detach from frozen backing device by Philipp Reisner · 13 years ago
  28. 95f8efd drbd: Fix the upper limit of resync-after by Andreas Gruenbacher · 14 years ago
  29. c141ebd drbd: Removing drbd_cfg_rwsem by Philipp Reisner · 14 years ago
  30. bb77d34 drbd: Turn no-tcp-cork into tcp-cork={yes|no} by Andreas Gruenbacher · 14 years ago
  31. 813472c drbd: RCU for rs_plan_s by Philipp Reisner · 14 years ago
  32. 9958c85 drbd: Made the fifo object a self contained object (preparing for RCU) by Philipp Reisner · 14 years ago
  33. daeda1c drbd: RCU for disk_conf by Philipp Reisner · 14 years ago
  34. dc97b70 drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed() by Philipp Reisner · 14 years ago
  35. 992d6e9 drbd: fix thread stop deadlock by Lars Ellenberg · 14 years ago
  36. a18e9d1 drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits by Philipp Reisner · 14 years ago
  37. f5e2b8b drbd: move comment about stopping the receiver thread to where it belongs by Lars Ellenberg · 14 years ago
  38. 44ed167 drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf by Philipp Reisner · 14 years ago
  39. d3fcb49 drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem by Philipp Reisner · 14 years ago
  40. 695d08f drbd: rcu_read_[un]lock() for all idr accesses that do not sleep by Philipp Reisner · 14 years ago
  41. c37c8ec drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-static by Andreas Gruenbacher · 14 years ago
  42. 045417f drbd: Rename drbd_{ ee -> peer_req }_has_active_page by Andreas Gruenbacher · 14 years ago
  43. 3967deb drbd: Rename drbd_free_ee() and variants to *_peer_req() by Andreas Gruenbacher · 14 years ago
  44. 0db5536 drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req() by Andreas Gruenbacher · 14 years ago
  45. e658983 drbd: Remove headers from on-the-wire data structures (struct p_*) by Andreas Gruenbacher · 14 years ago
  46. 9f5bdc3 drbd: Replace and remove old primitives by Andreas Gruenbacher · 14 years ago
  47. 78bae59 drbd: Introduced drbd_read_state() by Philipp Reisner · 14 years ago
  48. 181286a drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io by Lars Ellenberg · 14 years ago
  49. 7c96715 drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket by Andreas Gruenbacher · 14 years ago
  50. 438c837 drbd: Do not segfault if a sync dependency reaches a diskless device by Philipp Reisner · 14 years ago
  51. 5a87d92 drbd: Preallocate one page per drbd_socket as a send buffer by Andreas Gruenbacher · 14 years ago
  52. 8f7bed7 drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity by Andreas Gruenbacher · 14 years ago
  53. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  54. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 14 years ago
  55. a896527c drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  56. 6bdb9b0 drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  57. 7b57b89d drbd: drbd_send_block(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  58. 73218a3c drbd: drbd_send_oos(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  59. db1b0b7 drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  60. 6c1005e drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  61. 5b9f499 drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  62. fa79abd drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  63. dd51612 drbd: drbd_send_ack(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  64. 04dfa13 drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  65. 11b0be2 drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  66. f399002 drbd: distribute former syncer_conf settings to disk, connection, and resource level by Lars Ellenberg · 14 years ago
  67. 38fa998 drbd: Do not modify the connection state with something else that conn_request_state() by Philipp Reisner · 14 years ago
  68. 81a5d60 drbd: Replaced the minor_table array by an idr by Philipp Reisner · 14 years ago
  69. 0e29d16 drbd: Reworked the unconfiguring and thread stopping code by Philipp Reisner · 14 years ago
  70. 9676c76 drbd: fix a wrong likely(), updated comments by Lars Ellenberg · 14 years ago
  71. fcefa62 drbd: Rename drbd_endio_{pri,sec} -> drbd_{,peer_}request_endio by Andreas Gruenbacher · 14 years ago
  72. fbe29de drbd: Rename drbd_submit_ee -> drbd_submit_peer_request by Andreas Gruenbacher · 14 years ago
  73. 8410da8 drbd: Introduced tconn->cstate_mutex by Philipp Reisner · 14 years ago
  74. dad2055 drbd: Removed drbd_state_lock() and drbd_state_unlock() by Philipp Reisner · 14 years ago
  75. bbeb641 drbd: Killed volume0; last step of multi-volume-enablement by Philipp Reisner · 14 years ago
  76. 2a67d8b drbd: Converted drbd_send_ping() and related functions from mdev to tconn by Philipp Reisner · 14 years ago
  77. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 14 years ago
  78. 392c880 drbd: drbd_thread has now a pointer to a tconn instead of to a mdev by Philipp Reisner · 14 years ago
  79. 19393e1 drbd: Converted drbd_worker() from mdev to tconn by Philipp Reisner · 14 years ago
  80. f1b3a6e drbd: Consolidated the setup of the thread name into the framework by Philipp Reisner · 14 years ago
  81. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 14 years ago
  82. 8082228 drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() from mdev to tconn by Philipp Reisner · 14 years ago
  83. 6112087 drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() to tconn by Philipp Reisner · 14 years ago
  84. 0625ac1 drbd: Converted wake_asender() and request_ping() from mdev to tconn by Philipp Reisner · 14 years ago
  85. e64a329 drbd: Do no sleep long in drbd_start_resync by Philipp Reisner · 14 years ago
  86. 1f04af3 drbd: Moved code by Philipp Reisner · 14 years ago
  87. bc31fe3 drbd: Eliminated the user of drbd_task_to_thread() by Philipp Reisner · 14 years ago
  88. db830c4 drbd: Local variable renames: e -> peer_req by Andreas Gruenbacher · 14 years ago
  89. f6ffca9 drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request by Andreas Gruenbacher · 14 years ago
  90. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 14 years ago
  91. c012949 drbd: Replaced all p_header80 with a generic p_header by Philipp Reisner · 14 years ago
  92. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 14 years ago
  93. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 14 years ago
  94. e6b3ea8 drbd: moved receiver, worker and asender from mdev to tconn by Philipp Reisner · 14 years ago
  95. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 14 years ago
  96. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 14 years ago
  97. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 14 years ago
  98. e77a0a5 drbd: Convert all constants in enum drbd_thread_state to upper case by Andreas Gruenbacher · 14 years ago
  99. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 14 years ago
  100. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 14 years ago