1. e805b98 drbd: Remove an useless copy of kernel_setsockopt() by Philipp Reisner · 10 years ago
  2. f221f4b drbd: Only use drbd_msg_put_info() in drbd_nl.c by Andreas Gruenbacher · 10 years ago
  3. 179e20b8 drbd: Minor cleanups by Andreas Gruenbacher · 10 years ago
  4. d1b8085 drbd: Get rid of the __no_warn and __cond_lock macros by Andreas Gruenbacher · 10 years ago
  5. ed15b79 drbd: Use consistent names for all the bi_end_io callbacks by Andreas Gruenbacher · 10 years ago
  6. 11f8b2b drbd: Use better variable names by Andreas Gruenbacher · 10 years ago
  7. 944410e drbd: debugfs: add callback_history by Lars Ellenberg · 10 years ago
  8. f418815 drbd: debugfs: Add in_flight_summary by Lars Ellenberg · 10 years ago
  9. 4d3d5aa drbd: debugfs: add basic hierarchy by Lars Ellenberg · 10 years ago
  10. 4ce4926 drbd: track details of bitmap IO by Lars Ellenberg · 10 years ago
  11. 21ae5d7 drbd: track timing details of peer_requests by Lars Ellenberg · 10 years ago
  12. ad3fee7 drbd: improve throttling decisions of background resynchronisation by Lars Ellenberg · 11 years ago
  13. 7753a4c1 drbd: add caching oldest request pointers for replication stages by Lars Ellenberg · 11 years ago
  14. 844a6ae drbd: add lists to find oldest pending requests by Lars Ellenberg · 11 years ago
  15. e5f891b drbd: gather detailed timing statistics for drbd_requests by Lars Ellenberg · 11 years ago
  16. e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 10 years ago
  17. 41d9f7c drbd: drop drbd_md_flush by Lars Ellenberg · 10 years ago
  18. 15e26f6 drbd: add drbd_queue_work_if_unqueued helper by Lars Ellenberg · 10 years ago
  19. f88c5d9 drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) by Lars Ellenberg · 10 years ago
  20. 659b2e3 block: Convert last uses of __FUNCTION__ to __func__ by Joe Perches · 10 years ago
  21. aaaba34 drbd: implement csums-after-crash-only by Lars Ellenberg · 10 years ago
  22. a5655da drbd: fix bogus resync stats in /proc/drbd by Lars Ellenberg · 10 years ago
  23. caa3db0 drbd: Remove unnecessary/unused code by Andreas Gruenbacher · 11 years ago
  24. 4dd726f drbd: get rid of drbd_queue_work_front by Lars Ellenberg · 11 years ago
  25. ac0acb9 drbd: use drbd_device_post_work() in more places by Lars Ellenberg · 11 years ago
  26. e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 11 years ago
  27. ba3c6fb drbd: close race when detaching from disk by Lars Ellenberg · 11 years ago
  28. 5ab7d2c drbd: fix resync finished detection by Lars Ellenberg · 11 years ago
  29. c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 11 years ago
  30. 28995af drbd: rename drbd_free_bc() to drbd_free_ldev() by Philipp Reisner · 11 years ago
  31. 8fe39aa drbd: device->ldev is not guaranteed on an D_ATTACHING disk by Philipp Reisner · 11 years ago
  32. e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
  33. ec4a340 drbd: use list_first_entry_or_null in first_peer_device/first_connection by Lars Ellenberg · 10 years ago
  34. e4d7d6f drbd: add back some fairness to AL transactions by Lars Ellenberg · 10 years ago
  35. 20c68fd drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM by Lars Ellenberg · 10 years ago
  36. a0fb3c4 drbd: prepare receiving side for REQ_DISCARD by Lars Ellenberg · 10 years ago
  37. 9e27687 drbd: allow parallel promote/demote actions by Lars Ellenberg · 10 years ago
  38. a910b12 drbd: perpare for genetlink parallel_ops by Lars Ellenberg · 10 years ago
  39. e829987 drbd: don't let application IO pre-empt resync too often by Lars Ellenberg · 10 years ago
  40. d40e567 drbd: Remove drbd_wrappers.h by Philipp Reisner · 10 years ago
  41. 2457b6d drbd: Add drbd_thread->resource and make drbd_thread->connection optional by Andreas Gruenbacher · 13 years ago
  42. 4d01039 drbd: Make w_make_resync_request() static by Andreas Gruenbacher · 13 years ago
  43. a8cd15b drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_work by Andreas Gruenbacher · 13 years ago
  44. b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
  45. 84b8c06 drbd: Create a dedicated struct drbd_device_work by Andreas Gruenbacher · 13 years ago
  46. 8682eae drbd: Rename w_prev_work_done -> w_complete by Andreas Gruenbacher · 13 years ago
  47. d9f6522 drbd: Move string function prototypes from linux/drbd.h to drbd_string.h by Andreas Gruenbacher · 13 years ago
  48. c60b025 drbd: Kill drbd_task_to_thread_name() by Andreas Gruenbacher · 13 years ago
  49. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  50. 9f4fe9a drbd: Replace vnr_to_mdev() with conn_peer_device() by Andreas Gruenbacher · 13 years ago
  51. 79a3c8d drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argument by Andreas Gruenbacher · 13 years ago
  52. 753c6191 drbd: Function prototype cleanups by Andreas Gruenbacher · 13 years ago
  53. 625a6ba drbd: Move cpu_mask from connection to resource by Andreas Gruenbacher · 13 years ago
  54. 6bbf53c drbd: Move susp, susp_nod, susp_fen from connection to resource by Andreas Gruenbacher · 13 years ago
  55. 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 13 years ago
  56. 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 13 years ago
  57. f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 13 years ago
  58. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 13 years ago
  59. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 13 years ago
  60. 3b52bef drbd: Turn drbd_printk() into a polymorphic macro by Andreas Gruenbacher · 13 years ago
  61. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 13 years ago
  62. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 13 years ago
  63. eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 13 years ago
  64. 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 13 years ago
  65. 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 13 years ago
  66. d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 13 years ago
  67. 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 13 years ago
  68. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 13 years ago
  69. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 13 years ago
  70. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 13 years ago
  71. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 13 years ago
  72. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 13 years ago
  73. a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 13 years ago
  74. de0b2e6 drivers: block: Move prototype declaration to appropriate header file from drbd_main.c by Rashika Kheria · 11 years ago
  75. ed54482 drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.c by Rashika Kheria · 11 years ago
  76. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  77. d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 11 years ago
  78. e96c963 drbd: Constants should be UPPERCASE by Philipp Reisner · 11 years ago
  79. 28e448b drbd: Ignore the exit code of a fence-peer handler if it returns too late by Philipp Reisner · 11 years ago
  80. 08a1dda drbd: consolidate as many updates as possible into one AL transaction by Lars Ellenberg · 11 years ago
  81. b5bc8e0 drbd: split drbd_al_begin_io into fastpath, prepare, and commit by Lars Ellenberg · 11 years ago
  82. 113fef9 drbd: prepare to queue write requests on a submit worker by Lars Ellenberg · 11 years ago
  83. 56392d2 drbd: Clarify when activity log I/O is delegated to the worker thread by Lars Ellenberg · 11 years ago
  84. 68e41a4 drbd: use the cached meta_dev_idx by Lars Ellenberg · 11 years ago
  85. 3a4d4eb drbd: prepare for new striped layout of activity log by Lars Ellenberg · 11 years ago
  86. ae8bf31 drbd: cleanup ondisk meta data layout calculations and defines by Lars Ellenberg · 11 years ago
  87. 9114d795 drbd: cleanup bogus assert message by Lars Ellenberg · 11 years ago
  88. 2cecb73 drbd: fixup after wait_even_lock_irq() addition to generic code by Jens Axboe · 12 years ago
  89. 9868365 Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 by Philipp Reisner · 12 years ago
  90. 328e0f12 drbd: Broadcast sync progress no more often than once per second by Philipp Reisner · 12 years ago
  91. fd0017c drbd: fix regression: potential NULL pointer dereference by Philipp Reisner · 12 years ago
  92. edc9f5e drbd: always write bitmap on detach by Lars Ellenberg · 12 years ago
  93. e34b677 drbd: wait for meta data IO completion even with failed disk, unless force-detached by Lars Ellenberg · 12 years ago
  94. 8747d30 drbd: a few more GFP_KERNEL -> GFP_NOIO by Lars Ellenberg · 12 years ago
  95. 19fffd7 drbd: Call drbd_md_sync() explicitly after a state change on the connection by Philipp Reisner · 12 years ago
  96. c1fd29a drbd: Fix a race condition that can lead to a BUG() by Philipp Reisner · 12 years ago
  97. b66623e drbd: Avoid NetworkFailure state during disconnect by Philipp Reisner · 12 years ago
  98. 39a1aa7f drbd: Protect accesses to the uuid set with a spinlock by Philipp Reisner · 12 years ago
  99. fef45d2 drbd: Write all pages of the bitmap after an online resize by Philipp Reisner · 12 years ago
  100. 427c043 drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/ by Lars Ellenberg · 12 years ago