summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-74/+38
2010-11-27drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg-2/+11
2010-11-27drbd: don't recvmsg with zero lengthLars Ellenberg-6/+8
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe-74/+38
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-2/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo-6/+6
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-74/+38
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe-343/+201
2010-11-10block: read i_size with i_size_read()Mike Snitzer-1/+1
2010-10-28drivers/block/drbd/drbd_main.c: fix error pathNicolas Kaiser-1/+1
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe-343/+201
2010-10-23drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner-20/+0
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner-20/+7
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner-219/+33
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-3/+2
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-888/+1733
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+0
2010-10-22drbd: Silenced an assertPhilipp Reisner-1/+1
2010-10-22drbd: rate limit an error messageLars Ellenberg-1/+2
2010-10-22drbd: fix a misleading printkLars Ellenberg-1/+1
2010-10-22drbd: fix potential data divergence after multiple failuresLars Ellenberg-11/+37
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg-63/+113
2010-10-22drbd: tag a few error messages with "assert failed"Lars Ellenberg-5/+5
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg-2/+2
2010-10-15drbd: add race-breaker to drbd_go_disklessLars Ellenberg-0/+3
2010-10-15drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg-1/+31
2010-10-14drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter-1/+1
2010-10-14drbd: relax the grace period of the md_sync timer againLars Ellenberg-2/+2
2010-10-14drbd: add some more explicit drbd_md_syncLars Ellenberg-0/+5
2010-10-14drbd: drop wrong debug asserts, fix recently introduced raceLars Ellenberg-9/+19
2010-10-14drbd: cleanup useless leftover warn/error printk'sLars Ellenberg-6/+1
2010-10-14drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg-0/+2
2010-10-14drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner-8/+22
2010-10-14drbd: fix for possible deadlock on IO error during resyncLars Ellenberg-22/+54
2010-10-14drbd: fix unlikely access after free and list corruptionLars Ellenberg-0/+32
2010-10-14drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg-11/+36
2010-10-14drbd: allow for explicit resync-finished notificationsLars Ellenberg-0/+34
2010-10-14drbd: preparation commit, using full state in receive_state()Lars Ellenberg-21/+18
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg-8/+9
2010-10-14drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg-12/+15
2010-10-14drbd: Fixed a stupid copy and paste errorPhilipp Reisner-1/+1
2010-10-14drbd: Allow larger values for c-fill-target.Philipp Reisner-1/+1
2010-10-14drbd: fix possible access after freeLars Ellenberg-1/+3
2010-10-14drbd: protocol compatibility for maximum packet sizesLars Ellenberg-3/+17
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner-27/+52
2010-10-14drbd: DIV_ROUND_UP not needed hereLars Ellenberg-1/+1
2010-10-14drbd: Fixed compatibility with protocol versions smaller than 95Philipp Reisner-2/+3
2010-10-14drbd: fix for spurious full sync (becoming sync target looked like invalidate)Lars Ellenberg-2/+3
2010-10-14drbd: cosmetic, don't report resync for online-verifyLars Ellenberg-5/+7
2010-10-14drbd: fix spurious protocol errorLars Ellenberg-1/+2