summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
...
| * | drbd: Replaced some casts by an union. Improved commentsPhilipp Reisner2010-10-143-8/+12
| * | drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested re...Philipp Reisner2010-10-141-1/+3
| * | drbd: The new, smarter resync speed controllerPhilipp Reisner2010-10-145-1/+151
| * | drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner2010-10-144-8/+37
| * | drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner2010-10-142-1/+9
| * | drbd: fix list corruption (recent regression)Lars Ellenberg2010-10-141-25/+17
| * | 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-144-26/+43
| * | drbd: Allow attach while IO is suspendedPhilipp Reisner2010-10-141-1/+1
| * | drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner2010-10-141-14/+20
| * | drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner2010-10-143-2/+4
| * | drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner2010-10-141-1/+3
| * | drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner2010-10-143-5/+13
| * | drbd: Delayed creation of current-UUIDPhilipp Reisner2010-10-143-6/+27
| * | drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner2010-10-143-7/+25
| * | 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-142-1/+8
| * | drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner2010-10-141-1/+3
| * | drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner2010-10-142-2/+20
| * | drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-146-1/+83
| * | drbd: Removed redundant error checks in the request code pathPhilipp Reisner2010-10-141-15/+0
| * | drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner2010-10-141-9/+15
| * | 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-145-40/+103
| * | drbd: mod_req has now a return valuePhilipp Reisner2010-10-142-6/+16
| * | drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner2010-10-144-47/+23
| * | drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner2010-10-143-9/+9
| |/
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+0
|\ \
| * | Consolidate min_not_zeroMartin K. Petersen2010-09-101-1/+0
| |/
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
|/
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-108-242/+59
|\
| * drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-076-220/+22
| * 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
| * block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-074-19/+19
* | Merge branch 'master' into for-nextJiri Kosina2010-08-042-2/+6
|\ \ | |/
| * drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2010-06-142-2/+6
* | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
|/
* drbd: Reduce verbosityPhilipp Reisner2010-06-012-9/+0
* drbd: use drbd specific ratelimit instead of global printk_ratelimitLars Ellenberg2010-06-012-2/+2
* drbd: fix hang on local read errors while disconnectedLars Ellenberg2010-06-013-13/+16
* drbd: Removed the now empty w_io_error() functionPhilipp Reisner2010-06-013-41/+1
* drbd: removed duplicated #includesAndrea Gelmini2010-06-011-1/+0
* drbd: improve usage of MSG_MORELars Ellenberg2010-06-011-13/+19
* drbd: need to set socket bufsize early to take effectLars Ellenberg2010-06-011-10/+23
* drbd: improve network latency, TCP_QUICKACKLars Ellenberg2010-06-011-1/+1
* drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner2010-06-013-47/+7
OpenPOWER on IntegriCloud