1. 6024fec drbd: Defer new writes when detecting conflicting writes by Andreas Gruenbacher · 13 years ago
  2. ddd8877 drbd: Remove unnecessary reference counting left-over by Andreas Gruenbacher · 13 years ago
  3. 5e47226 drbd: _req_conflicts(): Get rid of the epoch_entries tree by Andreas Gruenbacher · 13 years ago
  4. 5384064 drbd: Allow to wait for the completion of an epoch entry as well by Andreas Gruenbacher · 13 years ago
  5. a500c2e drbd: struct drbd_request: Introduce a new collision flag by Andreas Gruenbacher · 13 years ago
  6. 9e204cd drbd: Move some functions to where they are used by Andreas Gruenbacher · 13 years ago
  7. 87eeee4 drbd: moved req_lock and transfer log from mdev to tconn by Philipp Reisner · 13 years ago
  8. 31890f4 drbd: moved agreed_pro_version, last_received and ko_count to tconn by Philipp Reisner · 13 years ago
  9. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 13 years ago
  10. b2fb6dbe drbd: moved net_cont and net_cnt_wait from mdev to tconn by Philipp Reisner · 13 years ago
  11. 89e58e7 drbd: moved net_conf from mdev to tconn by Philipp Reisner · 13 years ago
  12. 8554df1 drbd: Convert all constants in enum drbd_req_event to upper case by Andreas Gruenbacher · 13 years ago
  13. bb3bfe9 drbd: Remove the unused hash tables by Andreas Gruenbacher · 13 years ago
  14. 8b94625 drbd: Use interval tree for overlapping epoch entry detection by Andreas Gruenbacher · 13 years ago
  15. 010f6e6 drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  16. dac1389 drbd: Add read_requests tree by Andreas Gruenbacher · 13 years ago
  17. de69671 drbd: Use interval tree for overlapping write request detection by Andreas Gruenbacher · 13 years ago
  18. ace652a drbd: Put sector and size in struct drbd_request into struct drbd_interval by Andreas Gruenbacher · 14 years ago
  19. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  20. 76727f6 drbd: fix potential activity log refcount imbalance in error path by Lars Ellenberg · 13 years ago
  21. 0356781 drbd: drop code present under #ifdef which is relevant to 2.6.28 and below by Or Gerlitz · 14 years ago
  22. 7fde2be drbd: Implemented real timeout checking for request processing time by Philipp Reisner · 13 years ago
  23. 039312b drbd: Removed left over, now wrong comments by Philipp Reisner · 13 years ago
  24. e636db5 drbd: fix potential imbalance of ap_in_flight by Lars Ellenberg · 13 years ago
  25. 6a35c45 drbd: Ensure that an epoch contains only requests of one kind by Philipp Reisner · 13 years ago
  26. 71c78cf drbd: Nothing should stop SyncSource -> Ahead transitions by Philipp Reisner · 14 years ago
  27. da0a781 drbd: Be more careful with SyncSource -> Ahead transitions by Philipp Reisner · 14 years ago
  28. c88d65e drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos() by Philipp Reisner · 14 years ago
  29. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  30. 0cf9d27 drbd: Get rid of unnecessary macros (2) by Andreas Gruenbacher · 14 years ago
  31. 2f58dcf drbd: Rename drbd_make_request_26 to drbd_make_request by Andreas Gruenbacher · 14 years ago
  32. 8a3c104 drbd: fix regression, we need to close drbd epochs during normal operation by Lars Ellenberg · 14 years ago
  33. 3719094 drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap by Philipp Reisner · 14 years ago
  34. aeda1cd6 drbd: Begin to account BIO processing time before inc_ap_bio() by Philipp Reisner · 14 years ago
  35. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
  36. 6753171 drbd: Implemented two new connection states Ahead/Behind by Philipp Reisner · 14 years ago
  37. 759fbdf drbd: Track the numbers of sectors in flight by Philipp Reisner · 14 years ago
  38. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  39. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  40. 650789c drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs by Philipp Reisner · 14 years ago
  41. 8825f7c drbd: Silenced an assert by Philipp Reisner · 14 years ago
  42. fb2c7a1 drbd: rate limit an error message by Lars Ellenberg · 14 years ago
  43. 6719fb0 drbd: fix potential data divergence after multiple failures by Lars Ellenberg · 14 years ago
  44. fb22c40 drbd: Track the reasons to suspend IO in dedicated state bits by Philipp Reisner · 14 years ago
  45. 0778286 drbd: Disable activity log updates when the whole device is out of sync by Philipp Reisner · 14 years ago
  46. d28fd09 drbd: fix list corruption (recent regression) by Lars Ellenberg · 14 years ago
  47. cfa0341 drbd: Allow tl_restart() to do IO completion while IO is suspended by Philipp Reisner · 14 years ago
  48. 481c6f5 drbd: Ensure that the peer was not rebootet in the meantime before resending TL by Philipp Reisner · 14 years ago
  49. 47ff2d0 drbd: Do not allow a fencing-policy of resource-and-stonith with protocol A by Philipp Reisner · 14 years ago
  50. 265be2d drbd: Finished the "on-no-data-accessible suspend-io;" functionality by Philipp Reisner · 14 years ago
  51. 905cd7d drbd: Removed redundant error checks in the request code path by Philipp Reisner · 14 years ago
  52. 11b58e7 drbd: factored tl_restart() out of tl_clear(). by Philipp Reisner · 14 years ago
  53. 2a80699 drbd: mod_req has now a return value by Philipp Reisner · 14 years ago
  54. 288f422 drbd: Track all IO requests on the TL, not writes only by Philipp Reisner · 14 years ago
  55. 7e602c0 drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writes by Philipp Reisner · 14 years ago
  56. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  57. 2a0ab2c drbd: Reduce verbosity by Philipp Reisner · 14 years ago
  58. d255e5f drbd: fix hang on local read errors while disconnected by Lars Ellenberg · 14 years ago
  59. 32fa7e9 drbd: Removed the now empty w_io_error() function by Philipp Reisner · 14 years ago
  60. 9a25a04 drbd: If we detect late that IO got frozen, retry after we thawed. by Philipp Reisner · 14 years ago
  61. a1c88d0 drbd: always use_bmbv, ignore setting by Lars Ellenberg · 14 years ago
  62. 979f5c7 drbd: fail_requests_early: remove incorrect and unnecessary optimization by Lars Ellenberg · 14 years ago
  63. 753c891 drbd_req.c: use part_[inc|dec]_in_flight() by Philipp Reisner · 15 years ago
  64. 83c3883 drbd: performance - don't lose unplug events by Lars Ellenberg · 15 years ago
  65. a870a3a drbd: fix in_flight rw indexing by Jens Axboe · 15 years ago
  66. 25d2d4e drbd: fixup for reverted dual in_flight patch by Jens Axboe · 15 years ago
  67. 6a0afdf drbd: remove tracing bits by Jens Axboe · 15 years ago
  68. ab8fafc dropping unneeded include autoconf.h by Lars Ellenberg · 15 years ago
  69. b411b36 The DRBD driver by Philipp Reisner · 15 years ago