aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c
Commit message (Expand)AuthorAge
* drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner2011-06-30
* drbd: Fix spellingBart Van Assche2011-05-24
* drbd: fix potential distributed deadlockLars Ellenberg2011-05-24
* drbd: Fixed handling of read errors on a 'VerifyS' nodePhilipp Reisner2011-03-10
* drbd: Fixed handling of read errors on a 'VerifyT' nodePhilipp Reisner2011-03-10
* drbd: Remove unused function atodb_endio()Andreas Gruenbacher2011-03-10
* drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg2011-03-10
* drbd: log UUIDs whenever they changeLars Ellenberg2011-03-10
* drbd: only generate and send a new sync uuid after a successful state changeLars Ellenberg2011-03-10
* drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner2011-03-10
* drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner2011-03-10
* drbd: Cleaned up the resync timer logicPhilipp Reisner2011-03-10
* drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner2011-03-10
* drbd: ratelimit io error messagesLars Ellenberg2011-03-10
* drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg2011-03-10
* drbd: move bitmap write from resync_finished to after_state_changeLars Ellenberg2011-03-10
* drbd: allow petabyte storage on 64bit archLars Ellenberg2011-03-10
* drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg2011-03-10
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-10
* drbd: Implemented the before-resync-source handlerPhilipp Reisner2011-03-10
* drbd: Make some functions staticPhilipp Reisner2011-03-10
* drbd: Implemented priority inheritance for resync requestsPhilipp Reisner2011-03-10
* drbd: Do not cleanup resync LRU for the Ahead/Behind SyncSource/SyncTarget tr...Philipp Reisner2011-03-10
* drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner2011-03-10
* drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner2011-03-10
* drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-10
* drbd: use the resync controller for online-verify requests as wellLars Ellenberg2011-03-10
* drbd: factor out drbd_rs_number_requestsLars Ellenberg2011-03-10
* drbd: factor out drbd_rs_controller_resetLars Ellenberg2011-03-10
* drbd: advance progress step marks for online-verifyLars Ellenberg2011-03-10
* drbd: only reset online-verify start sector if verify completedLars Ellenberg2011-03-10
* block: remove per-queue pluggingJens Axboe2011-03-10
* drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg2010-11-27
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-23
* drbd: fix a misleading printkLars Ellenberg2010-10-22
* drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg2010-10-14
* drbd: fix unlikely access after free and list corruptionLars Ellenberg2010-10-14
* drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg2010-10-14
* drbd: Fixed a stupid copy and paste errorPhilipp Reisner2010-10-14
* drbd: DIV_ROUND_UP not needed hereLars Ellenberg2010-10-14
* drbd: Fixed compatibility with protocol versions smaller than 95Philipp Reisner2010-10-14
* drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg2010-10-14
* drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg2010-10-14
* drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner2010-10-14
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-14
* drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner2010-10-14
* drbd: Bugfix for regression introduced with f9bc8913c06022ePhilipp Reisner2010-10-14
* drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-14
* drbd: reduce code duplication when receiving data requestsLars Ellenberg2010-10-14