aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drbd: use rolling marks for resync speed calculationLars Ellenberg2010-10-141-4/+10
* drbd: let drbd_free_ee implicitly free any digestLars Ellenberg2010-10-141-6/+0
* drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner2010-10-141-2/+2
* drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested re...Philipp Reisner2010-10-141-1/+3
* drbd: The new, smarter resync speed controllerPhilipp Reisner2010-10-141-1/+97
* drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner2010-10-141-2/+0
* drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-141-0/+18
* drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-071-14/+1
* drbd: Reduce verbosityPhilipp Reisner2010-06-011-4/+0
* drbd: fix hang on local read errors while disconnectedLars Ellenberg2010-06-011-4/+2
* drbd: Removed the now empty w_io_error() functionPhilipp Reisner2010-06-011-14/+0
* Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-1/+1
|\
| * drbd: don't expose failed local READ to upper layersLars Ellenberg2010-05-031-1/+1
* | drbd: Fix: Do not detach, if a bio with a barrier failsPhilipp Reisner2010-05-211-1/+1
* | drbd: allow resync requests to be larger than max_segment_sizeLars Ellenberg2010-05-181-7/+6
* | drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg2010-05-181-74/+104
* | drbd: Control the actual resync rate based on the queuing delay of data packetsPhilipp Reisner2010-05-181-1/+14
|/
* drbd: Make sure we do not send state updates during an empty resync [Bugz 271]Philipp Reisner2010-03-111-2/+1
* drbd: Reduce the time an empty resync takes usuallyPhilipp Reisner2010-03-111-3/+9
* fix unit of rs_same_csums accountingLars Ellenberg2010-03-111-1/+2
* drbd: remove unused #include <linux/version.h>Huang Weiyi2009-12-211-1/+0
* drbd: remove duplicated #includeHuang Weiyi2009-12-211-1/+0
* drbd: remove tracing bitsJens Axboe2009-10-011-16/+0
* dropping unneeded include autoconf.hLars Ellenberg2009-10-011-1/+0
* The DRBD driverPhilipp Reisner2009-10-011-0/+1529