summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2010-10-14drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg-6/+19
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg-12/+27
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner-22/+34
2010-10-14drbd: drbd_md_sync before calling user space helpersLars Ellenberg-0/+4
2010-10-14drbd: fix race on meta-data update, addendumLars Ellenberg-5/+31
2010-10-14drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner-30/+11
2010-10-14drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg-35/+41
2010-10-14drbd: fix race on meta-data updateLars Ellenberg-4/+1
2010-10-14drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg-2/+4
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner-6/+80
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner-5/+14
2010-10-14drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner-222/+171
2010-10-14drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner-112/+137
2010-10-14drbd: Bugfix for regression introduced with f9bc8913c06022ePhilipp Reisner-1/+3
2010-10-14drbd: Microfix: Assigning sector once is sufficientPhilipp Reisner-1/+0
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg-17/+111
2010-10-14drbd: reduce code duplication when receiving data requestsLars Ellenberg-50/+30
2010-10-14drbd: use rolling marks for resync speed calculationLars Ellenberg-45/+79
2010-10-14drbd: remove outdated comment and dead codeLars Ellenberg-11/+0
2010-10-14drbd: let drbd_free_ee implicitly free any digestLars Ellenberg-8/+9
2010-10-14drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner-8/+12
2010-10-14drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested re...Philipp Reisner-1/+3
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner-1/+151
2010-10-14drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner-8/+37
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner-1/+9
2010-10-14drbd: fix list corruption (recent regression)Lars Ellenberg-25/+17
2010-10-14drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner-1/+2
2010-10-14drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...Philipp Reisner-16/+15
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner-26/+43
2010-10-14drbd: Allow attach while IO is suspendedPhilipp Reisner-1/+1
2010-10-14drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner-14/+20
2010-10-14drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner-2/+4
2010-10-14drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner-1/+3
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner-5/+13
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner-6/+27
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner-7/+25
2010-10-14drbd: Reduce the verbosity of some state transitionsPhilipp Reisner-7/+1
2010-10-14drbd: Removing a by now obsolete clause in the state sanitizingPhilipp Reisner-3/+0
2010-10-14drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner-1/+8
2010-10-14drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner-1/+3
2010-10-14drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner-2/+20
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner-1/+83
2010-10-14drbd: Removed redundant error checks in the request code pathPhilipp Reisner-15/+0
2010-10-14drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner-9/+15
2010-10-14drbd: Do not send two barriers without any writes between themPhilipp Reisner-2/+7
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner-40/+103
2010-10-14drbd: mod_req has now a return valuePhilipp Reisner-6/+16
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner-47/+23
2010-10-14drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner-9/+9
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-5/+6