1. 794abb7 drbd: Cleaned up the resync timer logic by Philipp Reisner · 14 years ago
  2. da0a781 drbd: Be more careful with SyncSource -> Ahead transitions by Philipp Reisner · 14 years ago
  3. d612d30 drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD mode by Philipp Reisner · 14 years ago
  4. 617049a drbd: Fixed an issue with AHEAD -> SYNC_SOURCE transitions by Philipp Reisner · 14 years ago
  5. 0719427 drbd: ratelimit io error messages by Lars Ellenberg · 14 years ago
  6. 3f98688 drbd: There might be a resync after unfreezing IO due to no disk [Bugz 332] by Philipp Reisner · 14 years ago
  7. 725a97e drbd: fix potential access of on-stack wait_queue_head_t after return by Lars Ellenberg · 14 years ago
  8. 06d33e9 drbd: improve on bitmap write out timing by Lars Ellenberg · 14 years ago
  9. 418e0a9 drbd: spelling fix in log message by Lars Ellenberg · 14 years ago
  10. 7648cdf drbd: be less noisy with some log messages by Lars Ellenberg · 14 years ago
  11. 5a22db8 drbd: serialize sending of resync uuid with pending w_send_oos by Lars Ellenberg · 14 years ago
  12. f735e363 drbd: add debugging assert to make sure the protocol is clean by Lars Ellenberg · 14 years ago
  13. c88d65e drbd: Documenting drbd_should_do_remote() and drbd_should_send_oos() by Philipp Reisner · 14 years ago
  14. 2265b47 drbd: fix potential dereference of NULL pointer by Lars Ellenberg · 14 years ago
  15. 02851e9 drbd: move bitmap write from resync_finished to after_state_change by Lars Ellenberg · 14 years ago
  16. 84e7c0f drbd: Removed a reference to debug macros removed long time ago by Lars Ellenberg · 14 years ago
  17. 6850c44 drbd: get rid of unused debug code by Lars Ellenberg · 14 years ago
  18. 4b0715f drbd: allow petabyte storage on 64bit arch by Lars Ellenberg · 14 years ago
  19. 19f843a drbd: bitmap keep track of changes vs on-disk bitmap by Lars Ellenberg · 14 years ago
  20. 95a0f10 drbd: store in-core bitmap little endian, regardless of architecture by Lars Ellenberg · 14 years ago
  21. 7777a8b drbd: bitmap: don't count unused bits (fix non-terminating resync) by Lars Ellenberg · 14 years ago
  22. 1b881ef drbd: Rename __inc_ap_bio_cond to may_inc_ap_bio by Andreas Gruenbacher · 14 years ago
  23. 24dccab drbd: Fix: drbd_bitmap_io does not return an enum determine_dev_size by Andreas Gruenbacher · 14 years ago
  24. 2c46407 drbd: receive_bitmap_plain: Get rid of ugly and useless enum by Andreas Gruenbacher · 14 years ago
  25. f70af11 drbd: send_bitmap_rle_or_plain: Get rid of ugly and useless enum by Andreas Gruenbacher · 14 years ago
  26. 78fcbda drbd: receive_bitmap: Missing free_page() on error path by Andreas Gruenbacher · 14 years ago
  27. de1f8e4 drbd: receive_bitmap: Avoid casting enum drbd_state_rv to int by Andreas Gruenbacher · 14 years ago
  28. 4114be8 drbd: receive_bitmap: Fix the wrong return value by Andreas Gruenbacher · 14 years ago
  29. f2024e7 drbd: drbd_nl_disk_conf: Avoid a compiler warning by Andreas Gruenbacher · 14 years ago
  30. 81e8465 drbd: Use the standard bool, true, and false keywords by Andreas Gruenbacher · 14 years ago
  31. 6184ea2 drbd: This code is dead now by Andreas Gruenbacher · 14 years ago
  32. bb43794 drbd: Another small enum drbd_state_rv cleanup by Andreas Gruenbacher · 14 years ago
  33. bf885f8 drbd: Be more explicit about functions that return an enum drbd_state_rv by Andreas Gruenbacher · 14 years ago
  34. c8b3256 drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv by Andreas Gruenbacher · 14 years ago
  35. 116676c drbd: Rename enum drbd_ret_codes to enum drbd_ret_code by Andreas Gruenbacher · 14 years ago
  36. 0cf9d27 drbd: Get rid of unnecessary macros (2) by Andreas Gruenbacher · 14 years ago
  37. 662d91a drbd: Get rid of unnecessary macros (1) by Andreas Gruenbacher · 14 years ago
  38. 2f58dcf drbd: Rename drbd_make_request_26 to drbd_make_request by Andreas Gruenbacher · 14 years ago
  39. 96756784 drbd: Remove left-over prototype by Andreas Gruenbacher · 14 years ago
  40. cab2f74 drbd: Make sure that drbd_send() has sent the right number of bytes by Andreas Gruenbacher · 14 years ago
  41. 220df4d drbd: fix incomplete error message by Lars Ellenberg · 14 years ago
  42. 7e458c3 drbd: Removed an unnecessary #undef by Andreas Gruenbacher · 14 years ago
  43. 8a3c104 drbd: fix regression, we need to close drbd epochs during normal operation by Lars Ellenberg · 14 years ago
  44. 09b9e79 drbd: Implemented the before-resync-source handler by Philipp Reisner · 14 years ago
  45. 2561b9c drbd: --force option for disconnect by Philipp Reisner · 14 years ago
  46. 42ff269 drbd: add packet_type 27 (return_code_only) to netlink api by Lars Ellenberg · 14 years ago
  47. 3e3a776 drbd: use kzalloc and memset(,0,) to start with clean buffers in drbd_nl by Lars Ellenberg · 14 years ago
  48. 17a93f30 drbd: remove /proc/drbd before unregistering from netlink by Lars Ellenberg · 14 years ago
  49. 3da127f drbd: increase module count on /proc/drbd access by Lars Ellenberg · 14 years ago
  50. c507f46 drbd: Removed 20 seconds upper bound for side-stepping by Philipp Reisner · 14 years ago
  51. 1fc80cf drbd: Becoming sync target may not happen out of < C_WF_REPORT_PARAMS by Philipp Reisner · 14 years ago
  52. 3719094 drbd: Starting with protocol 96 we can allow app-IO while receiving the bitmap by Philipp Reisner · 14 years ago
  53. ab17b68f drbd: Improvements in sanitize_state() by Philipp Reisner · 14 years ago
  54. 22afd7e drbd: Fixed race condition in drbd_queue_bitmap_io by Philipp Reisner · 14 years ago
  55. 8869d68 drbd: Fixed inc_ap_bio() by Philipp Reisner · 14 years ago
  56. 127b317 drbd: use test_and_set_bit() to decide if bm_io_work should be queued by Philipp Reisner · 14 years ago
  57. aeda1cd6 drbd: Begin to account BIO processing time before inc_ap_bio() by Philipp Reisner · 14 years ago
  58. f91ab62 drbd: Implemented side-stepping in drbd_res_begin_io() by Philipp Reisner · 14 years ago
  59. 9d77a5f drbd: Make some functions static by Philipp Reisner · 14 years ago
  60. e3555d8 drbd: Implemented priority inheritance for resync requests by Philipp Reisner · 14 years ago
  61. 59817f4 drbd: Do not cleanup resync LRU for the Ahead/Behind SyncSource/SyncTarget transitions by Philipp Reisner · 14 years ago
  62. c4752ef drbd: When proxy's buffer drained off go into regular resync mode by Philipp Reisner · 14 years ago
  63. 73a01a1 drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNC by Philipp Reisner · 14 years ago
  64. 6753171 drbd: Implemented two new connection states Ahead/Behind by Philipp Reisner · 14 years ago
  65. 422028b drbd: New configuration parameters for dealing with network congestion by Philipp Reisner · 14 years ago
  66. 759fbdf drbd: Track the numbers of sectors in flight by Philipp Reisner · 14 years ago
  67. 688593c drbd: Renamed write_flags_to_bio() to wire_flags_to_bio() by Lars Ellenberg · 14 years ago
  68. 4896e8c drbd: restore compatibility with 32bit kernels by Lars Ellenberg · 14 years ago
  69. 1816a2b drbd: properly use max_hw_sectors to limit the our bio size by Lars Ellenberg · 14 years ago
  70. 3129b1b drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k by Lars Ellenberg · 14 years ago
  71. 470be44 drbd: detect modification of in-flight buffers by Lars Ellenberg · 14 years ago
  72. 5f9915b drbd: further converge progress display of resync and online-verify by Lars Ellenberg · 14 years ago
  73. 18edc0b drbd: fix potential wrap of 32bit oos:%lu display in /proc/drbd by Lars Ellenberg · 14 years ago
  74. 2649f08 drbd: use the resync controller for online-verify requests as well by Lars Ellenberg · 14 years ago
  75. e65f440 drbd: factor out drbd_rs_number_requests by Lars Ellenberg · 14 years ago
  76. 9bd28d3 drbd: factor out drbd_rs_controller_reset by Lars Ellenberg · 14 years ago
  77. 439d595 drbd: show progress bar and ETA for online-verify by Lars Ellenberg · 14 years ago
  78. ea5442a drbd: advance progress step marks for online-verify by Lars Ellenberg · 14 years ago
  79. c6ea14d drbd: factor out advancement of resync marks for progress reporting by Lars Ellenberg · 14 years ago
  80. de228bb drbd: initialize online-verify progress tracking on verify target by Lars Ellenberg · 14 years ago
  81. 30b743a drbd: improve online-verify progress tracking by Lars Ellenberg · 14 years ago
  82. 2652561 drbd: only reset online-verify start sector if verify completed by Lars Ellenberg · 14 years ago
  83. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  84. 69d60eb blk-throttle: Use blk_plug in throttle dispatch by Vivek Goyal · 13 years ago
  85. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  86. cf15900 aio: remove request submission batching by Jens Axboe · 13 years ago
  87. 9f5b942 fs: make aio plug by Shaohua Li · 14 years ago
  88. 2ed1a6b fs: make mpage read/write_pages() plug by Jens Axboe · 14 years ago
  89. 5b417b1 read-ahead: use plugging by Jens Axboe · 14 years ago
  90. 55602dd fs: make generic file read/write functions plug by Jens Axboe · 14 years ago
  91. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  92. 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 13 years ago
  93. a488e74 scsi: convert to blk_delay_queue() by Jens Axboe · 14 years ago
  94. 0a41e90 ide-cd: convert to blk_delay_queue() for a short pause by Jens Axboe · 14 years ago
  95. 3cca6dc block: add API for delaying work/request_fn a little bit by Jens Axboe · 13 years ago
  96. cafb0bf staging: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  97. 3c0d206 pktcdvd: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  98. 6fac80e umem: Drop dummy ->media_changed() by Tejun Heo · 13 years ago
  99. ffe80ce s390/tape_block: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  100. f47350f i2o_block: Convert to bdops->check_events() by Tejun Heo · 13 years ago