aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10drbd: Remove unused function atodb_endio()Andreas Gruenbacher1-27/+0
2011-03-10drbd: kill dead codeLars Ellenberg1-93/+0
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg1-103/+29
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher1-4/+4
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher1-2/+2
2011-03-10drbd: Removed 20 seconds upper bound for side-steppingPhilipp Reisner1-3/+4
2011-03-10drbd: Implemented side-stepping in drbd_res_begin_io()Philipp Reisner1-5/+19
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner1-2/+2
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner1-4/+6
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg1-4/+4
2011-03-10drbd: factor out advancement of resync marks for progress reportingLars Ellenberg1-13/+17
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner1-14/+2
2010-10-22drbd: fix potential data divergence after multiple failuresLars Ellenberg1-5/+21
2010-10-14drbd: reduce code duplication when receiving data requestsLars Ellenberg1-7/+5
2010-10-14drbd: use rolling marks for resync speed calculationLars Ellenberg1-14/+15
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-4/+4
2010-04-02drbd: lc_element_by_index() never returns NULLPhilipp Reisner1-1/+1
2010-03-11drbd: fix al-to-on-disk-bitmap for 4k logical_block_sizeLars Ellenberg1-4/+13
2009-10-01drbd: remove tracing bitsJens Axboe1-61/+1
2009-10-01The DRBD driverPhilipp Reisner1-0/+1484