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