summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig-3/+2
2010-09-10Consolidate min_not_zeroMartin K. Petersen-1/+0
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-242/+59
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg-220/+22
2010-08-07drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner-3/+18
2010-08-07drbd: Disable delay probes for the upcomming releasePhilipp Reisner-5/+1
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-0/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig-19/+19
2010-08-04Merge branch 'master' into for-nextJiri Kosina-2/+6
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König-1/+1
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner-2/+6
2010-06-01drbd: Reduce verbosityPhilipp Reisner-9/+0
2010-06-01drbd: use drbd specific ratelimit instead of global printk_ratelimitLars Ellenberg-2/+2
2010-06-01drbd: fix hang on local read errors while disconnectedLars Ellenberg-13/+16
2010-06-01drbd: Removed the now empty w_io_error() functionPhilipp Reisner-41/+1
2010-06-01drbd: removed duplicated #includesAndrea Gelmini-1/+0
2010-06-01drbd: improve usage of MSG_MORELars Ellenberg-13/+19
2010-06-01drbd: need to set socket bufsize early to take effectLars Ellenberg-10/+23
2010-06-01drbd: improve network latency, TCP_QUICKACKLars Ellenberg-1/+1
2010-06-01drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner-47/+7
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe-1/+1
2010-05-21drbd: Do not free p_uuid early, this is done in the exit code of the receiverPhilipp Reisner-2/+0
2010-05-21drbd: Null pointer deref fix to the large "multi bio rewrite"Philipp Reisner-0/+4
2010-05-21drbd: Fix: Do not detach, if a bio with a barrier failsPhilipp Reisner-1/+1
2010-05-21drbd: Ensure to not trigger late-new-UUID creation multiple timesPhilipp Reisner-7/+11
2010-05-21drbd: Do not Oops when C_STANDALONE when uuid gets generatedPhilipp Reisner-1/+4
2010-05-18drivers/block/drbd: Use kzallocJulia Lawall-2/+1
2010-05-18drbd: Create new current UUID as late as possiblePhilipp Reisner-6/+39
2010-05-18drbd: If we detect late that IO got frozen, retry after we thawed.Philipp Reisner-9/+28
2010-05-18drbd: always use_bmbv, ignore settingLars Ellenberg-5/+6
2010-05-18drbd: allow resync requests to be larger than max_segment_sizeLars Ellenberg-7/+6
2010-05-18drbd: Allow drbd_epoch_entries to use multiple bios.Lars Ellenberg-324/+480
2010-05-18drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning membersLars Ellenberg-5/+1
2010-05-18drbd: Fixes to the new delay_probes codePhilipp Reisner-9/+8
2010-05-18drbd: A fixes to the new resync speed codePhilipp Reisner-4/+6
2010-05-18drbd: Proc bits of new resync speed stuffPhilipp Reisner-2/+18
2010-05-18drbd: Control the actual resync rate based on the queuing delay of data packetsPhilipp Reisner-1/+14
2010-05-18drbd: Actually send delay probesPhilipp Reisner-2/+47
2010-05-18drbd: Four new configuration settings for resync speed controlPhilipp Reisner-0/+4
2010-05-18drbd: Sending of delay_probesPhilipp Reisner-0/+34
2010-05-18drbd: Receiving of delay_probesPhilipp Reisner-1/+118
2010-05-18drbd: Fixed bitmap in case of online-grow without resyncPhilipp Reisner-4/+1
2010-05-18drbd: Added transmission faults to the fault injection codePhilipp Reisner-2/+10
2010-05-18drbd: bugfix: Make resize work, if remote's size was limiting and increased i...Philipp Reisner-5/+2
2010-05-18drbd: Implemented the --assume-clean option for drbdsetup resizePhilipp Reisner-2/+9
2010-05-18drbd: Added some missing staticsPhilipp Reisner-4/+4
2010-05-18drbd: Make sure to resync all of the new storage upon online resizePhilipp Reisner-0/+6
2010-05-18drbd: Implemented flags for the resize packetPhilipp Reisner-18/+25
2010-05-18drbd: Implemented the set_new_bits parameter for drbd_bm_resize()Philipp Reisner-6/+10
2010-05-18drbd: made determin_dev_size's parameter an flag enumPhilipp Reisner-4/+8