1. 1dee3f5 block/drbd: align properly u64 in nl messages by Nicolas Dichtel · 9 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  3. 9534d67 drbd: Use shash and ahash by Herbert Xu · 9 years ago
  4. 8011e24 drbd: fix error path during resize by Lars Ellenberg · 10 years ago
  5. 5f7c012 drbd: avoid potential deadlock during handshake by Lars Ellenberg · 10 years ago
  6. 7dbb438 drbd: make suspend_io() / resume_io() must be thread and recursion safe by Philipp Reisner · 12 years ago
  7. 7064478 drbd: fix memory leak in drbd_adm_resize by Oleg Drokin · 10 years ago
  8. 63a7c8a drbd: make drbd known to lsblk: use bd_link_disk_holder by Lars Ellenberg · 10 years ago
  9. 088b705 drbd: fix queue limit setup for discard by Lars Ellenberg · 10 years ago
  10. 9fa4826 drbd: prevent NULL pointer deref when resuming diskless primary by Lars Ellenberg · 10 years ago
  11. 668700b drbd: Create a dedicated workqueue for sending acks on the control connection by Philipp Reisner · 10 years ago
  12. 6434f40 drbd: fix refcount error during detach of an already failed disk by Lars Ellenberg · 10 years ago
  13. 05a7277 drbd: drbdsetup detach of an unresponsive local disk should not block IO "forever" by Lars Ellenberg · 10 years ago
  14. d38f8612 drbd: Replace 0 with the more meaningful GFP_NOWAIT by Philipp Reisner · 10 years ago
  15. d01efce drbd: Deletion of an unnecessary check before the function call "lc_destroy" by Markus Elfring · 10 years ago
  16. a55bbd3 drbd: Backport the "status" command by Andreas Gruenbacher · 10 years ago
  17. a297284 drbd: Backport the "events2" command by Andreas Gruenbacher · 10 years ago
  18. 28bc3b8 drbd: Fix locking across all resources by Andreas Gruenbacher · 10 years ago
  19. 1ec317d drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed() by Andreas Gruenbacher · 10 years ago
  20. f6ba863 drbd: Move enum write_ordering_e to drbd.h by Andreas Gruenbacher · 10 years ago
  21. 3b8a44f drbd: Remove pointless check by Philipp Reisner · 10 years ago
  22. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  23. a882153 drbd: fix race between role change and handshake by Philipp Reisner · 10 years ago
  24. f221f4b drbd: Only use drbd_msg_put_info() in drbd_nl.c by Andreas Gruenbacher · 10 years ago
  25. 179e20b8 drbd: Minor cleanups by Andreas Gruenbacher · 10 years ago
  26. d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  27. e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 11 years ago
  28. f88c5d9 drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) by Lars Ellenberg · 11 years ago
  29. 8ce953a drbd: silence -Wmissing-prototypes warnings by Lars Ellenberg · 11 years ago
  30. e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 11 years ago
  31. 720979f drbd: move set_disk_ro() to after we persisted the new role by Lars Ellenberg · 11 years ago
  32. 66ce6db drbd: re-add lost conf_mutex protection in drbd_set_role by Lars Ellenberg · 11 years ago
  33. fcb0967 drbd: stop the meta data sync timer before open coded meta data sync by Lars Ellenberg · 11 years ago
  34. c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 11 years ago
  35. 70df709 drbd: allow write-ordering policy to be bumped up again by Lars Ellenberg · 11 years ago
  36. 44a4d55 drbd: refactor use of first_peer_device() by Lars Ellenberg · 11 years ago
  37. 8fe39aa drbd: device->ldev is not guaranteed on an D_ATTACHING disk by Philipp Reisner · 11 years ago
  38. e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
  39. bbc1c5e drbd: fix regression 'out of mem, failed to invoke fence-peer helper' by Lars Ellenberg · 10 years ago
  40. babea49 drbd: Allow attaching of a newly created device to any backing device by Philipp Reisner · 11 years ago
  41. 02df6fe drbd: Test cstate while holding req_lock by Philipp Reisner · 11 years ago
  42. c1b3156 drbd: use blk_set_stacking_limits() by Philipp Reisner · 11 years ago
  43. fa090e7 drbd: keep max-bio size during detach/attach on disconnected primary by Lars Ellenberg · 11 years ago
  44. 20c68fd drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM by Lars Ellenberg · 11 years ago
  45. 9e27687 drbd: allow parallel promote/demote actions by Lars Ellenberg · 11 years ago
  46. a910b12 drbd: perpare for genetlink parallel_ops by Lars Ellenberg · 11 years ago
  47. cdc6af8 drbd: Allow online layout change of AL while peer is not connected by Philipp Reisner · 11 years ago
  48. d40e567 drbd: Remove drbd_wrappers.h by Philipp Reisner · 11 years ago
  49. d7fe69c drbd: Leave IO suspended if the fence handler find the peer primary by Philipp Reisner · 11 years ago
  50. f597f6b drbd: Fix future possible NULL pointer dereference by Andreas Gruenbacher · 11 years ago
  51. b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
  52. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  53. 8fe6055 drbd: Rename drbdd_init() -> drbd_receiver() 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. 3ab706f drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is requested by Andreas Gruenbacher · 13 years ago
  57. b6f85ef drbd: Iterate over all connections by Andreas Gruenbacher · 13 years ago
  58. 270eb5c drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_conf by Andreas Gruenbacher · 13 years ago
  59. 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 13 years ago
  60. 5c66104 drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections by Andreas Gruenbacher · 13 years ago
  61. 251b8f8 drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devices by Andreas Gruenbacher · 13 years ago
  62. f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 13 years ago
  63. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 13 years ago
  64. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 13 years ago
  65. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 13 years ago
  66. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 14 years ago
  67. eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 14 years ago
  68. 9693da2 drbd: conn_try_disconnect(): Use parameter instead of the global variable by Andreas Gruenbacher · 14 years ago
  69. 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 14 years ago
  70. 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 14 years ago
  71. d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 14 years ago
  72. a10f6b8 drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare() by Andreas Gruenbacher · 14 years ago
  73. 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 14 years ago
  74. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 14 years ago
  75. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 14 years ago
  76. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 14 years ago
  77. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 13 years ago
  78. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 14 years ago
  79. a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 14 years ago
  80. 8e22943 drbd: Add missing error goto by Philipp Reisner · 11 years ago
  81. 4b7a530 drivers: block: Mark functions as static in drbd_nl.c by Rashika Kheria · 11 years ago
  82. 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
  83. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  84. d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 11 years ago
  85. e96c963 drbd: Constants should be UPPERCASE by Philipp Reisner · 11 years ago
  86. 28e448b drbd: Ignore the exit code of a fence-peer handler if it returns too late by Philipp Reisner · 11 years ago
  87. f9eb7bf drbd: Fix rcu_read_lock balance on error path by Andreas Gruenbacher · 11 years ago
  88. a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 12 years ago
  89. 2bd5ed5 drbd: Fix disconnect to keep the peer disk state if connection breaks during operation by Philipp Reisner · 12 years ago
  90. 0b2dafc drbd: drop now useless duplicate state request from invalidate by Philipp Reisner · 12 years ago
  91. 9376d9f drbd: move invalidating the whole bitmap out of after_state ch() by Philipp Reisner · 12 years ago
  92. 5bbcf5e drbd: adjust upper limit for activity log extents by Lars Ellenberg · 12 years ago
  93. 113fef9 drbd: prepare to queue write requests on a submit worker by Lars Ellenberg · 12 years ago
  94. c04ccaa drbd: read meta data early, base on-disk offsets on super block by Lars Ellenberg · 12 years ago
  95. cccac98 drbd: mechanically rename la_size to la_size_sect by Lars Ellenberg · 12 years ago
  96. 68e41a4 drbd: use the cached meta_dev_idx by Lars Ellenberg · 12 years ago
  97. 3a4d4eb drbd: prepare for new striped layout of activity log by Lars Ellenberg · 12 years ago
  98. ae8bf31 drbd: cleanup ondisk meta data layout calculations and defines by Lars Ellenberg · 12 years ago
  99. ef86b77 drbd: Fix drbdsetup wait-connect, wait-sync etc... commands by Philipp Reisner · 12 years ago
  100. 691631c drbd: respect no-md-barriers setting also when changed online via disk-options by Lars Ellenberg · 12 years ago