summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_worker.c
AgeCommit message (Expand)Author
2011-08-29drbd: moved data and meta from mdev to tconnPhilipp Reisner
2011-08-29drbd: moved net_conf from mdev to tconnPhilipp Reisner
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_thread_state to upper caseAndreas Gruenbacher
2011-08-29drbd: Convert all constants in enum drbd_req_event to upper caseAndreas Gruenbacher
2011-08-29drbd: Remove the unused hash tablesAndreas Gruenbacher
2011-08-29drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_intervalAndreas Gruenbacher
2011-08-25drbd: Put sector and size in struct drbd_request into struct drbd_intervalAndreas Gruenbacher
2011-08-25drbd: Magic reserved block_id value cleanupAndreas Gruenbacher
2011-08-25drbd: Consistently use block_id == ID_SYNCER for checksum based resync and on...Andreas Gruenbacher
2011-06-30drbd: Use the correct max_bio_size when creating resync requestsPhilipp Reisner
2011-05-24drbd: Fix spellingBart Van Assche
2011-05-24drbd: fix potential distributed deadlockLars Ellenberg
2011-03-10drbd: Fixed handling of read errors on a 'VerifyS' nodePhilipp Reisner
2011-03-10drbd: Fixed handling of read errors on a 'VerifyT' nodePhilipp Reisner
2011-03-10drbd: Remove unused function atodb_endio()Andreas Gruenbacher
2011-03-10drbd: don't BUG_ON, if bio_add_page of a single page to an empty bio failsLars Ellenberg
2011-03-10drbd: log UUIDs whenever they changeLars Ellenberg
2011-03-10drbd: only generate and send a new sync uuid after a successful state changeLars Ellenberg
2011-03-10drbd: cleaned up __set_current_state() followed by schedule_timeout() callsPhilipp Reisner
2011-03-10drbd: Work on the Ahead -> SyncSource transitionPhilipp Reisner
2011-03-10drbd: Cleaned up the resync timer logicPhilipp Reisner
2011-03-10drbd: No longer answer P_RS_DATA_REQUEST packets when in C_AHEAD modePhilipp Reisner
2011-03-10drbd: ratelimit io error messagesLars Ellenberg
2011-03-10drbd: serialize sending of resync uuid with pending w_send_oosLars Ellenberg
2011-03-10drbd: move bitmap write from resync_finished to after_state_changeLars Ellenberg
2011-03-10drbd: allow petabyte storage on 64bit archLars Ellenberg
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher
2011-03-10drbd: Implemented the before-resync-source handlerPhilipp Reisner
2011-03-10drbd: Make some functions staticPhilipp Reisner
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner
2011-03-10drbd: Do not cleanup resync LRU for the Ahead/Behind SyncSource/SyncTarget tr...Philipp Reisner
2011-03-10drbd: When proxy's buffer drained off go into regular resync modePhilipp Reisner
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg
2011-03-10drbd: use the resync controller for online-verify requests as wellLars Ellenberg
2011-03-10drbd: factor out drbd_rs_number_requestsLars Ellenberg
2011-03-10drbd: factor out drbd_rs_controller_resetLars Ellenberg
2011-03-10drbd: advance progress step marks for online-verifyLars Ellenberg
2011-03-10drbd: only reset online-verify start sector if verify completedLars Ellenberg
2011-03-10block: remove per-queue pluggingJens Axboe
2010-11-27drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner
2010-10-22drbd: fix a misleading printkLars Ellenberg
2010-10-14drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg
2010-10-14drbd: fix unlikely access after free and list corruptionLars Ellenberg
2010-10-14drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg
2010-10-14drbd: Fixed a stupid copy and paste errorPhilipp Reisner