summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
2010-10-14drbd: Bugfix: rs_in_flight could become wrong if read_for_csum() requested re...Philipp Reisner
2010-10-14drbd: The new, smarter resync speed controllerPhilipp Reisner
2010-10-14drbd: New sync_param packet, that includes the parameters of the new controllerPhilipp Reisner
2010-10-14drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner
2010-10-14drbd: fix list corruption (recent regression)Lars Ellenberg
2010-10-14drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner
2010-10-14drbd: Make sure tl_restart(, resend) can not get called multiple times for a ...Philipp Reisner
2010-10-14drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspendedPhilipp Reisner
2010-10-14drbd: Allow attach while IO is suspendedPhilipp Reisner
2010-10-14drbd: Allow tl_restart() to do IO completion while IO is suspendedPhilipp Reisner
2010-10-14drbd: Fixed a deadlock, probably only affected UP machinesPhilipp Reisner
2010-10-14drbd: Do not do a hard state change when establishing a connection [bugz 304]Philipp Reisner
2010-10-14drbd: Ensure that the peer was not rebootet in the meantime before resending TLPhilipp Reisner
2010-10-14drbd: Delayed creation of current-UUIDPhilipp Reisner
2010-10-14drbd: Run the fence-peer helper asynchronouslyPhilipp Reisner
2010-10-14drbd: Reduce the verbosity of some state transitionsPhilipp Reisner
2010-10-14drbd: Removing a by now obsolete clause in the state sanitizingPhilipp Reisner
2010-10-14drbd: Now we need to handle the ed_uuid of an diskless, unconnected primary c...Philipp Reisner
2010-10-14drbd: Disabled the crashed_primary detection for re-attach of last data while...Philipp Reisner
2010-10-14drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner
2010-10-14drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner
2010-10-14drbd: Removed redundant error checks in the request code pathPhilipp Reisner
2010-10-14drbd: factored drbd_req_make_private_bio() out of drbd_req_new()Philipp Reisner
2010-10-14drbd: Do not send two barriers without any writes between themPhilipp Reisner
2010-10-14drbd: factored tl_restart() out of tl_clear().Philipp Reisner
2010-10-14drbd: mod_req has now a return valuePhilipp Reisner
2010-10-14drbd: Track all IO requests on the TL, not writes onlyPhilipp Reisner
2010-10-14drbd: renamed drbd_tl_epoch.n_req to drbd_tl_epoch.n_writesPhilipp Reisner
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10Consolidate min_not_zeroMartin K. Petersen
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg
2010-08-07drbd: Initialize all members of sync_conf to their defaults [Bugz 315]Philipp Reisner
2010-08-07drbd: Disable delay probes for the upcomming releasePhilipp Reisner
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner
2010-06-01drbd: Reduce verbosityPhilipp Reisner
2010-06-01drbd: use drbd specific ratelimit instead of global printk_ratelimitLars Ellenberg
2010-06-01drbd: fix hang on local read errors while disconnectedLars Ellenberg
2010-06-01drbd: Removed the now empty w_io_error() functionPhilipp Reisner
2010-06-01drbd: removed duplicated #includesAndrea Gelmini
2010-06-01drbd: improve usage of MSG_MORELars Ellenberg
2010-06-01drbd: need to set socket bufsize early to take effectLars Ellenberg
2010-06-01drbd: improve network latency, TCP_QUICKACKLars Ellenberg
2010-06-01drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe