aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-07drbd: Disable delay probes for the upcomming releasePhilipp Reisner1-5/+1
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-3/+3
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner1-2/+0
2010-06-01drbd: use drbd specific ratelimit instead of global printk_ratelimitLars Ellenberg1-1/+1
2010-06-01drbd: improve usage of MSG_MORELars Ellenberg1-13/+19
2010-06-01drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner1-28/+6
2010-05-21drbd: Do not free p_uuid early, this is done in the exit code of the receiverPhilipp Reisner1-2/+0
2010-05-21drbd: Ensure to not trigger late-new-UUID creation multiple timesPhilipp Reisner1-7/+11
2010-05-21drbd: Do not Oops when C_STANDALONE when uuid gets generatedPhilipp Reisner1-1/+4
2010-05-18drbd: Create new current UUID as late as possiblePhilipp Reisner1-5/+20
2010-05-18drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg1-3/+16
2010-05-18drbd: Fixes to the new delay_probes codePhilipp Reisner1-4/+4
2010-05-18drbd: A fixes to the new resync speed codePhilipp Reisner1-4/+5
2010-05-18drbd: Actually send delay probesPhilipp Reisner1-1/+42
2010-05-18drbd: Sending of delay_probesPhilipp Reisner1-0/+33
2010-05-18drbd: Receiving of delay_probesPhilipp Reisner1-0/+3
2010-05-18drbd: Added transmission faults to the fault injection codePhilipp Reisner1-1/+2
2010-05-18drbd: Implemented flags for the resize packetPhilipp Reisner1-4/+4
2010-05-18drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner1-1/+1
2010-05-18drbd: don't start a resync without access to up-to-date DataLars Ellenberg1-0/+3
2010-05-18drbd: fix regression: attach while connected failedLars Ellenberg1-1/+6
2010-05-18drbd: Do not upgrade state to Outdated if already Inconsistent [Bugz 277]Philipp Reisner1-1/+1
2010-05-18drbd: use proc_create_data with explicit NULL argumentLars Ellenberg1-1/+1
2010-04-22drbd: fix memory leakDan Carpenter1-0/+1
2010-03-11drbd_disconnect: grab meta.socket mutex as wellLars Ellenberg1-0/+4
2010-03-11drbd: --dry-run option for drbdsetup net ( drbdadm -- --dry-run connect <res> )Philipp Reisner1-2/+14
2010-01-22drbd: fix max_segment_size initializationLars Ellenberg1-1/+1
2009-12-29drbd: Fix for a race between IO and a detach operation [Bugz 262]Philipp Reisner1-0/+1
2009-12-21drbd: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-12-21drbd: Fix test of unsigned in _drbd_fault_random()Roel Kluin1-1/+1
2009-12-21drbd: Constify struct file_operationsEmese Revfy1-1/+1
2009-11-04drbdsetup X resume-io should be usable to resume IO [Bugz 256]Philipp Reisner1-4/+3
2009-10-01drbd: remove tracing bitsJens Axboe1-35/+1
2009-10-01dropping unneeded include autoconf.hLars Ellenberg1-1/+0
2009-10-01The DRBD driverPhilipp Reisner1-0/+3735