summaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-23Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-23Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-15drbd: add race-breaker to drbd_go_disklessLars Ellenberg
2010-10-15drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg
2010-10-14drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter
2010-10-14drbd: relax the grace period of the md_sync timer againLars Ellenberg
2010-10-14drbd: add some more explicit drbd_md_syncLars Ellenberg
2010-10-14drbd: drop wrong debug asserts, fix recently introduced raceLars Ellenberg
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg
2010-10-14drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg
2010-10-14drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner
2010-10-14drbd: fix for possible deadlock on IO error during resyncLars 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: allow for explicit resync-finished notificationsLars Ellenberg
2010-10-14drbd: preparation commit, using full state in receive_state()Lars Ellenberg
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg
2010-10-14drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg
2010-10-14drbd: Fixed a stupid copy and paste errorPhilipp Reisner
2010-10-14drbd: Allow larger values for c-fill-target.Philipp Reisner
2010-10-14drbd: fix possible access after freeLars Ellenberg
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner
2010-10-14drbd: DIV_ROUND_UP not needed hereLars Ellenberg
2010-10-14drbd: Fixed compatibility with protocol versions smaller than 95Philipp Reisner
2010-10-14drbd: fix for spurious full sync (becoming sync target looked like invalidate)Lars Ellenberg
2010-10-14drbd: cosmetic, don't report resync for online-verifyLars Ellenberg
2010-10-14drbd: fix spurious protocol errorLars Ellenberg
2010-10-14drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner
2010-10-14drbd: drbd_md_sync before calling user space helpersLars Ellenberg
2010-10-14drbd: fix race on meta-data update, addendumLars Ellenberg
2010-10-14drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner
2010-10-14drbd: implicitly create unconfigured devices on sync-after dependenciesLars Ellenberg
2010-10-14drbd: fix race on meta-data updateLars Ellenberg
2010-10-14drbd: fix race between deconfiguring and reconfiguring networkLars Ellenberg
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner
2010-10-14drbd: receiving of big packets, for payloads between 64kByte and 4GBytePhilipp Reisner
2010-10-14drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner
2010-10-14drbd: Bugfix for regression introduced with f9bc8913c06022ePhilipp Reisner
2010-10-14drbd: Microfix: Assigning sector once is sufficientPhilipp Reisner
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg
2010-10-14drbd: reduce code duplication when receiving data requestsLars Ellenberg
2010-10-14drbd: use rolling marks for resync speed calculationLars Ellenberg
2010-10-14drbd: remove outdated comment and dead codeLars Ellenberg
2010-10-14drbd: let drbd_free_ee implicitly free any digestLars Ellenberg
2010-10-14drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner