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