1. 7f79f5f Merge android-4.9.206(2be2d899) into msm-4.9 by jianzhou · 4 years, 5 months ago
  2. 26b3a73 drbd: do not block when adjusting "disk-options" while IO is frozen by Lars Ellenberg · 5 years ago
  3. 6bd1d015 drbd: reject attach of unsuitable uuids even if connected by Lars Ellenberg · 5 years ago
  4. b7d9747 Merge android-4.9.160 (fd5657a) into msm-4.9 by jianzhou · 5 years ago
  5. 0de45bf drbd: skip spurious timeout (ping-timeo) when failing promote by Lars Ellenberg · 5 years ago
  6. 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 7 years ago
  7. 7e5fec3 drbd: code cleanups without semantic changes by Fabian Frederick · 8 years ago
  8. 9104d31 drbd: introduce WRITE_SAME support by Lars Ellenberg · 8 years ago
  9. 65f5be3 drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0 by Lars Ellenberg · 8 years ago
  10. 7bd000c drbd: don't forget error completion when "unsuspending" IO by Lars Ellenberg · 8 years ago
  11. 26a9611 drbd: introduce unfence-peer handler by Lars Ellenberg · 8 years ago
  12. 69ba1ee drbd: possibly disable discard support, if backend has discard_zeroes_data=0 by Lars Ellenberg · 8 years ago
  13. dd4f699 drbd: when receiving P_TRIM, zero-out partial unaligned chunks by Lars Ellenberg · 8 years ago
  14. 0982368 drbd: fix for truncated minor number in callback command line by Lars Ellenberg · 8 years ago
  15. a5ca66c drbd: Introduce new disk config option rs-discard-granularity by Philipp Reisner · 8 years ago
  16. c5c2385 drbd: Kill code duplication by Philipp Reisner · 8 years ago
  17. 1dee3f5 block/drbd: align properly u64 in nl messages by Nicolas Dichtel · 8 years ago
  18. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  19. 9534d67 drbd: Use shash and ahash by Herbert Xu · 8 years ago
  20. 8011e24 drbd: fix error path during resize by Lars Ellenberg · 9 years ago
  21. 5f7c012 drbd: avoid potential deadlock during handshake by Lars Ellenberg · 9 years ago
  22. 7dbb438 drbd: make suspend_io() / resume_io() must be thread and recursion safe by Philipp Reisner · 11 years ago
  23. 7064478 drbd: fix memory leak in drbd_adm_resize by Oleg Drokin · 9 years ago
  24. 63a7c8a drbd: make drbd known to lsblk: use bd_link_disk_holder by Lars Ellenberg · 9 years ago
  25. 088b705 drbd: fix queue limit setup for discard by Lars Ellenberg · 9 years ago
  26. 9fa4826 drbd: prevent NULL pointer deref when resuming diskless primary by Lars Ellenberg · 9 years ago
  27. 668700b drbd: Create a dedicated workqueue for sending acks on the control connection by Philipp Reisner · 9 years ago
  28. 6434f40 drbd: fix refcount error during detach of an already failed disk by Lars Ellenberg · 9 years ago
  29. 05a7277 drbd: drbdsetup detach of an unresponsive local disk should not block IO "forever" by Lars Ellenberg · 9 years ago
  30. d38f8612 drbd: Replace 0 with the more meaningful GFP_NOWAIT by Philipp Reisner · 10 years ago
  31. d01efce drbd: Deletion of an unnecessary check before the function call "lc_destroy" by Markus Elfring · 10 years ago
  32. a55bbd3 drbd: Backport the "status" command by Andreas Gruenbacher · 10 years ago
  33. a297284 drbd: Backport the "events2" command by Andreas Gruenbacher · 10 years ago
  34. 28bc3b8 drbd: Fix locking across all resources by Andreas Gruenbacher · 10 years ago
  35. 1ec317d drbd: drbd_adm_attach(): Add missing drbd_resync_after_changed() by Andreas Gruenbacher · 10 years ago
  36. f6ba863 drbd: Move enum write_ordering_e to drbd.h by Andreas Gruenbacher · 10 years ago
  37. 3b8a44f drbd: Remove pointless check by Philipp Reisner · 10 years ago
  38. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  39. a882153 drbd: fix race between role change and handshake by Philipp Reisner · 10 years ago
  40. f221f4b drbd: Only use drbd_msg_put_info() in drbd_nl.c by Andreas Gruenbacher · 10 years ago
  41. 179e20b8 drbd: Minor cleanups by Andreas Gruenbacher · 10 years ago
  42. d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  43. e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 10 years ago
  44. f88c5d9 drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) by Lars Ellenberg · 10 years ago
  45. 8ce953a drbd: silence -Wmissing-prototypes warnings by Lars Ellenberg · 10 years ago
  46. e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 10 years ago
  47. 720979f drbd: move set_disk_ro() to after we persisted the new role by Lars Ellenberg · 10 years ago
  48. 66ce6db drbd: re-add lost conf_mutex protection in drbd_set_role by Lars Ellenberg · 10 years ago
  49. fcb0967 drbd: stop the meta data sync timer before open coded meta data sync by Lars Ellenberg · 10 years ago
  50. c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 10 years ago
  51. 70df709 drbd: allow write-ordering policy to be bumped up again by Lars Ellenberg · 10 years ago
  52. 44a4d55 drbd: refactor use of first_peer_device() by Lars Ellenberg · 11 years ago
  53. 8fe39aa drbd: device->ldev is not guaranteed on an D_ATTACHING disk by Philipp Reisner · 11 years ago
  54. e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
  55. bbc1c5e drbd: fix regression 'out of mem, failed to invoke fence-peer helper' by Lars Ellenberg · 10 years ago
  56. babea49 drbd: Allow attaching of a newly created device to any backing device by Philipp Reisner · 10 years ago
  57. 02df6fe drbd: Test cstate while holding req_lock by Philipp Reisner · 10 years ago
  58. c1b3156 drbd: use blk_set_stacking_limits() by Philipp Reisner · 10 years ago
  59. fa090e7 drbd: keep max-bio size during detach/attach on disconnected primary by Lars Ellenberg · 10 years ago
  60. 20c68fd drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM by Lars Ellenberg · 10 years ago
  61. 9e27687 drbd: allow parallel promote/demote actions by Lars Ellenberg · 10 years ago
  62. a910b12 drbd: perpare for genetlink parallel_ops by Lars Ellenberg · 10 years ago
  63. cdc6af8 drbd: Allow online layout change of AL while peer is not connected by Philipp Reisner · 10 years ago
  64. d40e567 drbd: Remove drbd_wrappers.h by Philipp Reisner · 10 years ago
  65. d7fe69c drbd: Leave IO suspended if the fence handler find the peer primary by Philipp Reisner · 10 years ago
  66. f597f6b drbd: Fix future possible NULL pointer dereference by Andreas Gruenbacher · 10 years ago
  67. b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
  68. 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
  69. 8fe6055 drbd: Rename drbdd_init() -> drbd_receiver() by Andreas Gruenbacher · 13 years ago
  70. 6bbf53c drbd: Move susp, susp_nod, susp_fen from connection to resource by Andreas Gruenbacher · 13 years ago
  71. 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 13 years ago
  72. 3ab706f drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is requested by Andreas Gruenbacher · 13 years ago
  73. b6f85ef drbd: Iterate over all connections by Andreas Gruenbacher · 13 years ago
  74. 270eb5c drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_conf by Andreas Gruenbacher · 13 years ago
  75. 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 13 years ago
  76. 5c66104 drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections by Andreas Gruenbacher · 13 years ago
  77. 251b8f8 drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devices by Andreas Gruenbacher · 13 years ago
  78. f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 13 years ago
  79. 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 13 years ago
  80. 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 13 years ago
  81. d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 13 years ago
  82. c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 13 years ago
  83. eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 13 years ago
  84. 9693da2 drbd: conn_try_disconnect(): Use parameter instead of the global variable by Andreas Gruenbacher · 13 years ago
  85. 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 13 years ago
  86. 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 13 years ago
  87. d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 13 years ago
  88. a10f6b8 drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare() by Andreas Gruenbacher · 13 years ago
  89. 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 13 years ago
  90. 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 13 years ago
  91. a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 13 years ago
  92. bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 13 years ago
  93. b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 13 years ago
  94. 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 13 years ago
  95. a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 13 years ago
  96. 8e22943 drbd: Add missing error goto by Philipp Reisner · 11 years ago
  97. 4b7a530 drivers: block: Mark functions as static in drbd_nl.c by Rashika Kheria · 10 years ago
  98. 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
  99. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  100. d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 11 years ago