summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* drbd: Fixed a stupid copy and paste errorPhilipp Reisner2010-10-141-1/+1
* drbd: Allow larger values for c-fill-target.Philipp Reisner2010-10-141-1/+1
* drbd: fix possible access after freeLars Ellenberg2010-10-141-1/+3
* drbd: protocol compatibility for maximum packet sizesLars Ellenberg2010-10-142-3/+17
* drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-146-27/+52
* 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 for spurious full sync (becoming sync target looked like invalidate)Lars Ellenberg2010-10-141-2/+3
* drbd: cosmetic, don't report resync for online-verifyLars Ellenberg2010-10-141-5/+7
* drbd: fix spurious protocol errorLars Ellenberg2010-10-141-1/+2
* drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg2010-10-142-6/+19
* drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg2010-10-144-12/+27
* drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner2010-10-143-22/+34
* drbd: drbd_md_sync before calling user space helpersLars Ellenberg2010-10-141-0/+4
* drbd: fix race on meta-data update, addendumLars Ellenberg2010-10-142-5/+31
* drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner2010-10-144-30/+11Star
* drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg2010-10-141-35/+41
* drbd: fix race on meta-data updateLars Ellenberg2010-10-141-4/+1Star
* drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg2010-10-141-2/+4
* drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner2010-10-148-6/+80
* drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner2010-10-144-5/+14
* drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner2010-10-142-222/+171Star
* drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner2010-10-144-112/+137
* drbd: Bugfix for regression introduced with f9bc8913c06022ePhilipp Reisner2010-10-141-1/+3
* drbd: Microfix: Assigning sector once is sufficientPhilipp Reisner2010-10-141-1/+0Star
* drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-145-17/+111
* drbd: reduce code duplication when receiving data requestsLars Ellenberg2010-10-143-50/+30Star
* drbd: use rolling marks for resync speed calculationLars Ellenberg2010-10-145-45/+79
* drbd: remove outdated comment and dead codeLars Ellenberg2010-10-141-11/+0Star
* drbd: let drbd_free_ee implicitly free any digestLars Ellenberg2010-10-143-8/+9
* drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner2010-10-143-8/+12
* 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-145-1/+151
* drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner2010-10-144-8/+37
* drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner2010-10-142-1/+9
* drbd: fix list corruption (recent regression)Lars Ellenberg2010-10-141-25/+17Star
* drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner2010-10-141-1/+2
* drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...Philipp Reisner2010-10-141-16/+15Star
* drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner2010-10-144-26/+43
* drbd: Allow attach while IO is suspendedPhilipp Reisner2010-10-141-1/+1
* drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner2010-10-141-14/+20
* drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner2010-10-143-2/+4
* drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner2010-10-141-1/+3
* drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-143-5/+13
* drbd: Delayed creation of current-UUIDPhilipp Reisner2010-10-143-6/+27
* drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-143-7/+25
* drbd: Reduce the verbosity of some state transitionsPhilipp Reisner2010-10-141-7/+1Star
* drbd: Removing a by now obsolete clause in the state sanitizingPhilipp Reisner2010-10-141-3/+0Star
* drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner2010-10-142-1/+8
* drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner2010-10-141-1/+3