1. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  2. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  3. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  4. 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
  5. d2da5b0 drbd: fix decoding of bitmap vli rle for device sizes > 64 TB by Lars Ellenberg · 11 years ago
  6. 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
  7. b874d23 drbd: Fix an connection drop issue after enabling allow-two-primaries by Philipp Reisner · 11 years ago
  8. 69babf0 drbd: fix NULL pointer deref in module init error path by Lars Ellenberg · 11 years ago
  9. 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
  10. d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 11 years ago
  11. e96c963 drbd: Constants should be UPPERCASE by Philipp Reisner · 11 years ago
  12. 28e448b drbd: Ignore the exit code of a fence-peer handler if it returns too late by Philipp Reisner · 11 years ago
  13. f9eb7bf drbd: Fix rcu_read_lock balance on error path by Andreas Gruenbacher · 11 years ago
  14. 6110d70 drbd: fix error return code in drbd_init() by Wei Yongjun · 11 years ago
  15. 26ea8f9 drbd: Do not sleep inside rcu by Andreas Gruenbacher · 11 years ago
  16. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  17. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  18. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  19. 38b682b2 drbd: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  20. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  21. 0b6ef41 drbd: fix if(); found by kbuild test robot by Lars Ellenberg · 11 years ago
  22. 3990e04 drbd: use sched_setscheduler() by Philipp Reisner · 11 years ago
  23. 7c689e6 drbd: fix for deadlock when using automatic split-brain-recovery by Philipp Reisner · 11 years ago
  24. 193d015 drbd: add module_put() on error path in drbd_proc_open() by Alexey Khoroshilov · 11 years ago
  25. 607f25e drbd: fix drbd epoch write count for ahead/behind mode by Lars Ellenberg · 11 years ago
  26. ef57f9e drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set by Philipp Reisner · 11 years ago
  27. a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 11 years ago
  28. 94ad0a1 drbd: fix memory leak by Lars Ellenberg · 11 years ago
  29. 7074e4a drbd: only fail empty flushes if no good data is reachable by Lars Ellenberg · 11 years ago
  30. 2bd5ed5 drbd: Fix disconnect to keep the peer disk state if connection breaks during operation by Philipp Reisner · 11 years ago
  31. bb45185 drbd: fix spurious warning about bitmap being locked from detach by Philipp Reisner · 11 years ago
  32. 0b2dafc drbd: drop now useless duplicate state request from invalidate by Philipp Reisner · 11 years ago
  33. 5c4f13d drbd: fix effective error returned when refusing an invalidate by Philipp Reisner · 11 years ago
  34. 9376d9f drbd: move invalidating the whole bitmap out of after_state ch() by Philipp Reisner · 11 years ago
  35. a700471 drbd: abort start of resync early, if it raced with connection breakage by Philipp Reisner · 11 years ago
  36. 2d56a97 drbd: reset ap_in_flight counter for new connections by Philipp Reisner · 11 years ago
  37. 5bbcf5e drbd: adjust upper limit for activity log extents by Lars Ellenberg · 11 years ago
  38. 45ad07b drbd: try hard to max out the updates per AL transaction by Lars Ellenberg · 11 years ago
  39. 7e8c288 drbd: move start io accounting before activity log transaction by Lars Ellenberg · 11 years ago
  40. 08a1dda drbd: consolidate as many updates as possible into one AL transaction by Lars Ellenberg · 11 years ago
  41. 779b3fe drbd: queue writes on submitter thread, unless they pass the activity log fastpath by Lars Ellenberg · 11 years ago
  42. 6c3c4355 drbd: split out some helper functions to drbd_al_begin_io by Lars Ellenberg · 11 years ago
  43. b5bc8e0 drbd: split drbd_al_begin_io into fastpath, prepare, and commit by Lars Ellenberg · 11 years ago
  44. 113fef9 drbd: prepare to queue write requests on a submit worker by Lars Ellenberg · 11 years ago
  45. 6d9febe drbd: split __drbd_make_request in before and after drbd_al_begin_io by Lars Ellenberg · 11 years ago
  46. ebfd5d8 drbd: drbd_al_being_io: short circuit to reduce latency by Lars Ellenberg · 11 years ago
  47. 56392d2 drbd: Clarify when activity log I/O is delegated to the worker thread by Lars Ellenberg · 11 years ago
  48. c04ccaa drbd: read meta data early, base on-disk offsets on super block by Lars Ellenberg · 11 years ago
  49. cccac98 drbd: mechanically rename la_size to la_size_sect by Lars Ellenberg · 11 years ago
  50. 68e41a4 drbd: use the cached meta_dev_idx by Lars Ellenberg · 11 years ago
  51. 3a4d4eb drbd: prepare for new striped layout of activity log by Lars Ellenberg · 11 years ago
  52. ae8bf31 drbd: cleanup ondisk meta data layout calculations and defines by Lars Ellenberg · 11 years ago
  53. 9114d795 drbd: cleanup bogus assert message by Lars Ellenberg · 11 years ago
  54. 56de210 drbd: convert to idr_alloc() by Tejun Heo · 11 years ago
  55. 2681f7f drbd: fix potential protocol error and resulting disconnect/reconnect by Lars Ellenberg · 12 years ago
  56. d2ec180 drbd: update Kconfig to match current dependencies by Lars Ellenberg · 12 years ago
  57. ef86b77 drbd: Fix drbdsetup wait-connect, wait-sync etc... commands by Philipp Reisner · 12 years ago
  58. 13c76ab drbd: close race between drbd_set_role and drbd_connect by Philipp Reisner · 12 years ago
  59. 691631c drbd: respect no-md-barriers setting also when changed online via disk-options by Lars Ellenberg · 12 years ago
  60. 298307e drbd: Remove obsolete check by Philipp Reisner · 12 years ago
  61. 2cecb73 drbd: fixup after wait_even_lock_irq() addition to generic code by Jens Axboe · 12 years ago
  62. f1d6a32 drbd: use copy_highpage by Akinobu Mita · 12 years ago
  63. ed635cb0 drbd: if the replication link breaks during handshake, keep retrying by Lars Ellenberg · 12 years ago
  64. 063eacf drbd: check return of kmalloc in receive_uuids by Jing Wang · 12 years ago
  65. 9868365 Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 by Philipp Reisner · 12 years ago
  66. 328e0f12 drbd: Broadcast sync progress no more often than once per second by Philipp Reisner · 12 years ago
  67. 518a4d5 drbd: don't try to clear bits once the disk has failed by Philipp Reisner · 12 years ago
  68. fd0017c drbd: fix regression: potential NULL pointer dereference by Philipp Reisner · 12 years ago
  69. 4035e4c drbd: Fix clearing of MDF_AL_DISABLED by Philipp Reisner · 12 years ago
  70. 42839f6 drbd: log request sector offset and size for IO errors by Lars Ellenberg · 12 years ago
  71. edc9f5e drbd: always write bitmap on detach by Lars Ellenberg · 12 years ago
  72. e34b677 drbd: wait for meta data IO completion even with failed disk, unless force-detached by Lars Ellenberg · 12 years ago
  73. 8747d30 drbd: a few more GFP_KERNEL -> GFP_NOIO by Lars Ellenberg · 12 years ago
  74. bc891c9 drbd: fix potential deadlock during bitmap (re-)allocation 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. a3025a2 drbd: Fix comparison of is_valid_transition()'s return code by Philipp Reisner · 12 years ago
  78. 1393b59 drbd: Remove duplicate code by Philipp Reisner · 12 years ago
  79. 70f17b6 drbd: differentiate early and later "postponing" of requests by Lars Ellenberg · 12 years ago
  80. 76590cd drbd: Fix postponed requests by Philipp Reisner · 12 years ago
  81. 19fffd7 drbd: Call drbd_md_sync() explicitly after a state change on the connection by Philipp Reisner · 12 years ago
  82. d764401 drbd: Fix postponed requests by Philipp Reisner · 12 years ago
  83. 4ae98b4 drbd: Imporve the error reporting of failed conn state changes by Philipp Reisner · 12 years ago
  84. 7970201 drbd: Fix the way the STATE_SENT bit is cleared by Philipp Reisner · 12 years ago
  85. 07fc961 drbd: Do not check aspects that are not subject to change in _conn_requests_state() by Philipp Reisner · 12 years ago
  86. 892fdd1 drbd: Improve readability of IO resuming after freeze due to no data access by Philipp Reisner · 12 years ago
  87. 88f79ec drbd: Fix IO resuming after connection was established while executing the fence handler by Philipp Reisner · 12 years ago
  88. b792b65 drbd: fix potential list_add corruption by Lars Ellenberg · 12 years ago
  89. bc317a9 drbd: dequeue single work items in wait_for_work() by Lars Ellenberg · 12 years ago
  90. c02abda drbd: mutex_unlock "... must no be used in interrupt context" by Lars Ellenberg · 12 years ago
  91. c1fd29a drbd: Fix a race condition that can lead to a BUG() by Philipp Reisner · 12 years ago
  92. 0ee98e2 drbd: temporarily suspend io in drbd_adm_disk_opts by Lars Ellenberg · 12 years ago
  93. 4eb9b3c drbd: don't send out P_BARRIER with stale information by Lars Ellenberg · 12 years ago
  94. 08332d7 drbd: properly call drbd_rs_cancel_all() in drbd_disconnected() by Lars Ellenberg · 12 years ago
  95. 155522d drbd: Remove dead code by Philipp Reisner · 12 years ago
  96. b66623e drbd: Avoid NetworkFailure state during disconnect by Philipp Reisner · 12 years ago
  97. 39a1aa7f drbd: Protect accesses to the uuid set with a spinlock by Philipp Reisner · 12 years ago
  98. fef45d2 drbd: Write all pages of the bitmap after an online resize by Philipp Reisner · 12 years ago
  99. 5af2e8c drbd: Fix completion of requests while the device is suspended by Philipp Reisner · 12 years ago
  100. 715306f drbd: Don't unregister socket state_change callback from within the callback by Andreas Gruenbacher · 12 years ago