aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: fix copy/paste error in commentLars Ellenberg1-1/+1
2012-11-08drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg1-23/+23
2012-11-08drbd: prepare to activate two activity log extents at onceLars Ellenberg1-5/+13
2012-11-08drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg1-4/+4
2012-11-08drbd: introduce the "initialized" activity log transaction typeLars Ellenberg1-2/+14
2012-11-08drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-8/+6
2012-11-08drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-6/+7
2012-11-08drbd: Make all worker callbacks return 0 upon success and an error code otherwiseAndreas Gruenbacher1-8/+8
2012-11-08drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher1-3/+3
2012-11-04drbd: Do not modify the connection state with something else that conn_request_state()Philipp Reisner1-1/+1
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg1-1/+2
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg1-1/+1
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg1-156/+253
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg1-38/+12
2011-10-14drbd: fix typo in commentLars Ellenberg1-1/+1
2011-10-14drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher1-3/+3
2011-09-28drbd: Generalized the work callbacksPhilipp Reisner1-3/+5
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)Philipp Reisner1-0/+2
2011-08-29drbd: moved data and meta from mdev to tconnPhilipp Reisner1-2/+2
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher1-8/+13
2011-08-25drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher1-1/+1
2011-06-30drbd: we should write meta data updates with FLUSH FUALars Ellenberg1-1/+1
2011-05-24drbd: Fix spellingBart Van Assche1-1/+1
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