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