1. 518a4d5 drbd: don't try to clear bits once the disk has failed by Philipp Reisner · 12 years ago
  2. e34b677 drbd: wait for meta data IO completion even with failed disk, unless force-detached by Lars Ellenberg · 12 years ago
  3. 81a3537 drbd: announce FLUSH/FUA capability to upper layers by Lars Ellenberg · 12 years ago
  4. 0c84966 drbd: differentiate between normal and forced detach by Lars Ellenberg · 12 years ago
  5. d5b27b0 drbd: move the drbd_work_queue from drbd_socket to drbd_connection by Lars Ellenberg · 13 years ago
  6. 9a51ab1 drbd: New disk option al-updates by Philipp Reisner · 13 years ago
  7. a6a7d4f drbd: missing wakeup after drbd_rs_del_all by Lars Ellenberg · 12 years ago
  8. 32db80f drbd: Consider the disk-timeout also for meta-data IO operations by Philipp Reisner · 13 years ago
  9. 975b297 drbd: fix potential spinlock deadlock by Philipp Reisner · 13 years ago
  10. 376694a drbd: Silenced compiler warnings by Philipp Reisner · 13 years ago
  11. 935be26 drbd: Improve error reporting in drbd_md_sync_page_io() by Andreas Gruenbacher · 13 years ago
  12. 4276dea drbd: Remove dead code by Philipp Reisner · 13 years ago
  13. 1b7ab15 drbd: Fixed w_restart_disk_io() to handle non active AL-extents by Philipp Reisner · 13 years ago
  14. d5d7ebd drbd: on attach, enforce clean meta data by Lars Ellenberg · 13 years ago
  15. cdfda63 drbd: detach from frozen backing device by Philipp Reisner · 13 years ago
  16. 7dc1d67 drbd: skip spurious wait_event in drbd_al_begin_io by Lars Ellenberg · 13 years ago
  17. acb104c3 drbd: fix copy/paste error in comment by Lars Ellenberg · 13 years ago
  18. e15766e drbd: improvements to activate/deactivate multiple activity log extents by Lars Ellenberg · 13 years ago
  19. 7726547 drbd: prepare to activate two activity log extents at once by Lars Ellenberg · 13 years ago
  20. 181286a drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io by Lars Ellenberg · 13 years ago
  21. 85f103d drbd: introduce the "initialized" activity log transaction type by Lars Ellenberg · 13 years ago
  22. 3fbf4d2 drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  23. ac29f40 drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  24. 99920dc drbd: Make all worker callbacks return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
  25. b2f0ab6 drbd: Temporarily change the return type of all worker callbacks by Andreas Gruenbacher · 14 years ago
  26. 38fa998 drbd: Do not modify the connection state with something else that conn_request_state() by Philipp Reisner · 14 years ago
  27. 3b98c0c drbd: switch configuration interface from connector to genetlink by Lars Ellenberg · 14 years ago
  28. da4a75d drbd: introduce a bio_set to allocate housekeeping bios from by Lars Ellenberg · 14 years ago
  29. 7ad651b drbd: new on-disk activity log transaction format by Lars Ellenberg · 14 years ago
  30. 46a15bc lru_cache: allow multiple changes per transaction by Lars Ellenberg · 14 years ago
  31. 867f574 drbd: fix typo in comment by Lars Ellenberg · 14 years ago
  32. c670a39 drbd: Use the IS_ALIGNED() macro in some more places by Andreas Gruenbacher · 14 years ago
  33. 00d5694 drbd: Generalized the work callbacks by Philipp Reisner · 14 years ago
  34. a21e929 drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request) by Philipp Reisner · 14 years ago
  35. e42325a drbd: moved data and meta from mdev to tconn by Philipp Reisner · 14 years ago
  36. 841ce24 drbd: Replace the ERR_IF macro with an assert-like macro by Andreas Gruenbacher · 14 years ago
  37. e7fad8a drbd: Endianness convert the constants instead of the variables by Andreas Gruenbacher · 14 years ago
  38. 86e1e98 drbd: we should write meta data updates with FLUSH FUA by Lars Ellenberg · 13 years ago
  39. 24c4830 drbd: Fix spelling by Bart Van Assche · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. c5a9161 drbd: Remove unused function atodb_endio() by Andreas Gruenbacher · 14 years ago
  42. e99dc36 drbd: kill dead code by Lars Ellenberg · 14 years ago
  43. 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 14 years ago
  44. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  45. 0cf9d27 drbd: Get rid of unnecessary macros (2) by Andreas Gruenbacher · 14 years ago
  46. c507f46 drbd: Removed 20 seconds upper bound for side-stepping by Philipp Reisner · 14 years ago
  47. f91ab62 drbd: Implemented side-stepping in drbd_res_begin_io() by Philipp Reisner · 14 years ago
  48. e3555d8 drbd: Implemented priority inheritance for resync requests by Philipp Reisner · 14 years ago
  49. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
  50. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  51. c6ea14d drbd: factor out advancement of resync marks for progress reporting by Lars Ellenberg · 14 years ago
  52. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 14 years ago
  53. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  54. a8a4e51 drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses by Philipp Reisner · 14 years ago
  55. 6719fb0 drbd: fix potential data divergence after multiple failures by Lars Ellenberg · 14 years ago
  56. 80a40e4 drbd: reduce code duplication when receiving data requests by Lars Ellenberg · 14 years ago
  57. 1d7734a drbd: use rolling marks for resync speed calculation by Lars Ellenberg · 14 years ago
  58. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  59. b2b163d drbd: lc_element_by_index() never returns NULL by Philipp Reisner · 14 years ago
  60. 39ad2bb drbd: fix al-to-on-disk-bitmap for 4k logical_block_size by Lars Ellenberg · 15 years ago
  61. 6a0afdf drbd: remove tracing bits by Jens Axboe · 15 years ago
  62. b411b36 The DRBD driver by Philipp Reisner · 15 years ago