aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-133-74/+38
|\
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-273-74/+38
| |\
| | * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-6/+6
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-133-74/+38
* | | drbd: fix for spin_lock_irqsave in endio callbackLars Ellenberg2010-11-272-2/+11
* | | drbd: don't recvmsg with zero lengthLars Ellenberg2010-11-271-6/+8
* | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/ /
* | Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe2010-11-108-343/+201
|\ \
| * \ Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe2010-10-238-343/+201
| |\ \
| | * | drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner2010-10-233-20/+0
| | * | drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-233-20/+7
| | * | drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner2010-10-236-219/+33
| | * | drbd: Silenced an assertPhilipp Reisner2010-10-221-1/+1
| | * | drbd: rate limit an error messageLars Ellenberg2010-10-221-1/+2
| | * | drbd: fix a misleading printkLars Ellenberg2010-10-221-1/+1
| | * | drbd: fix potential data divergence after multiple failuresLars Ellenberg2010-10-223-11/+37
| | * | drbd: fix potential deadlock on detachLars Ellenberg2010-10-224-63/+113
| | * | drbd: tag a few error messages with "assert failed"Lars Ellenberg2010-10-221-5/+5
| | * | drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg2010-10-222-2/+2
* | | | block: read i_size with i_size_read()Mike Snitzer2010-11-101-1/+1
| |_|/ |/| |
* | | drivers/block/drbd/drbd_main.c: fix error pathNicolas Kaiser2010-10-281-1/+1
|/ /
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-222-3/+2
|\ \
| * | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-162-3/+2
* | | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2210-888/+1733
|\ \ \ | | |/ | |/|
| * | drbd: add race-breaker to drbd_go_disklessLars Ellenberg2010-10-151-0/+3
| * | drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg2010-10-151-1/+31
| * | drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter2010-10-141-1/+1
| * | drbd: relax the grace period of the md_sync timer againLars Ellenberg2010-10-141-2/+2
| * | drbd: add some more explicit drbd_md_syncLars Ellenberg2010-10-141-0/+5
| * | drbd: drop wrong debug asserts, fix recently introduced raceLars Ellenberg2010-10-141-9/+19
| * | drbd: cleanup useless leftover warn/error printk'sLars Ellenberg2010-10-142-6/+1
| * | drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg2010-10-141-0/+2
| * | drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner2010-10-141-8/+22
| * | drbd: fix for possible deadlock on IO error during resyncLars Ellenberg2010-10-142-22/+54
| * | drbd: fix unlikely access after free and list corruptionLars Ellenberg2010-10-142-0/+32
| * | drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg2010-10-142-11/+36
| * | drbd: allow for explicit resync-finished notificationsLars Ellenberg2010-10-141-0/+34
| * | drbd: preparation commit, using full state in receive_state()Lars Ellenberg2010-10-141-21/+18
| * | drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg2010-10-143-8/+9
| * | drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg2010-10-141-12/+15
| * | 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