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