aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-14drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested reschedule laterPhilipp Reisner1-1/+3
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner1-1/+97
2010-10-14drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner1-2/+0
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner1-0/+18
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg1-14/+1
2010-06-01drbd: Reduce verbosityPhilipp Reisner1-4/+0
2010-06-01drbd: fix hang on local read errors while disconnectedLars Ellenberg1-4/+2
2010-06-01drbd: Removed the now empty w_io_error() functionPhilipp Reisner1-14/+0
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-1/+1
2010-05-21drbd: Fix: Do not detach, if a bio with a barrier failsPhilipp Reisner1-1/+1
2010-05-18drbd: allow resync requests to be larger than max_segment_sizeLars Ellenberg1-7/+6
2010-05-18drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg1-74/+104
2010-05-18drbd: Control the actual resync rate based on the queuing delay of data packetsPhilipp Reisner1-1/+14
2010-05-03drbd: don't expose failed local READ to upper layersLars Ellenberg1-1/+1
2010-03-11drbd: Make sure we do not send state updates during an empty resync [Bugz 271]Philipp Reisner1-2/+1
2010-03-11drbd: Reduce the time an empty resync takes usuallyPhilipp Reisner1-3/+9
2010-03-11fix unit of rs_same_csums accountingLars Ellenberg1-1/+2
2009-12-21drbd: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-12-21drbd: remove duplicated #includeHuang Weiyi1-1/+0
2009-10-01drbd: remove tracing bitsJens Axboe1-16/+0
2009-10-01dropping unneeded include autoconf.hLars Ellenberg1-1/+0
2009-10-01The DRBD driverPhilipp Reisner1-0/+1529