summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe1-5/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-5/+2
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe1-63/+85
2010-10-28drivers/block/drbd/drbd_main.c: fix error pathNicolas Kaiser1-1/+1
2010-10-23Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-2.6.37/...Jens Axboe1-63/+85
2010-10-23drbd: Removed checks for REQ_HARDBARRIER on incomming BIOsPhilipp Reisner1-5/+0
2010-10-23drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch codePhilipp Reisner1-1/+1
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-184/+409
2010-10-22drbd: fix potential deadlock on detachLars Ellenberg1-56/+82
2010-10-22drbd: consolidate explicit drbd_md_sync into drbd_create_new_uuidLars Ellenberg1-1/+2
2010-10-15drbd: add race-breaker to drbd_go_disklessLars Ellenberg1-0/+3
2010-10-15drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg1-1/+31
2010-10-14drbd: relax the grace period of the md_sync timer againLars Ellenberg1-2/+2
2010-10-14drbd: drop wrong debug asserts, fix recently introduced raceLars Ellenberg1-9/+19
2010-10-14drbd: fix for possible deadlock on IO error during resyncLars Ellenberg1-21/+47
2010-10-14drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg1-0/+5
2010-10-14drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg1-5/+6
2010-10-14drbd: fix possible access after freeLars Ellenberg1-1/+3
2010-10-14drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner1-13/+23
2010-10-14drbd: fix for spurious full sync (becoming sync target looked like invalidate)Lars Ellenberg1-2/+3
2010-10-14drbd: cosmetic, don't report resync for online-verifyLars Ellenberg1-5/+7
2010-10-14drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg1-0/+1
2010-10-14drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner1-14/+14
2010-10-14drbd: fix race on meta-data update, addendumLars Ellenberg1-5/+19
2010-10-14drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner1-16/+2
2010-10-14drbd: fix race on meta-data updateLars Ellenberg1-4/+1
2010-10-14drbd: Disable activity log updates when the whole device is out of syncPhilipp Reisner1-0/+12
2010-10-14drbd: Actually allow BIOs up to 128k (was 32k).Philipp Reisner1-2/+2
2010-10-14drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner1-33/+46
2010-10-14drbd: new configuration parameter c-min-rateLars Ellenberg1-1/+6
2010-10-14drbd: use rolling marks for resync speed calculationLars Ellenberg1-9/+20
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner1-0/+1
2010-10-14drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner1-3/+8
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner1-1/+5
2010-10-14drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner1-1/+2
2010-10-14drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...Philipp Reisner1-16/+15
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner1-0/+4
2010-10-14drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner1-0/+1
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner1-6/+21
2010-10-14drbd: Reduce the verbosity of some state transitionsPhilipp Reisner1-7/+1
2010-10-14drbd: Removing a by now obsolete clause in the state sanitizingPhilipp Reisner1-3/+0
2010-10-14drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner1-1/+3
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner1-1/+25
2010-10-14drbd: Do not send two barriers without any writes between themPhilipp Reisner1-2/+7
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner1-37/+79
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner1-0/+2
2010-10-14drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner1-6/+6
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg1-75/+0
2010-08-07drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner1-3/+18