summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: prepare to activate two activity log extents at onceLars Ellenberg2012-11-081-5/+13
* drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg2012-11-081-4/+4
* drbd: introduce the "initialized" activity log transaction typeLars Ellenberg2012-11-081-2/+14
* drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-8/+6
* drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-6/+7
* drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher2012-11-081-8/+8
* drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher2012-11-081-3/+3
* drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner2012-11-041-1/+1
* drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-041-1/+2
* drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg2011-10-141-1/+1
* drbd: new on-disk activity log transaction formatLars Ellenberg2011-10-141-156/+253
* lru_cache: allow multiple changes per transactionLars Ellenberg2011-10-141-38/+12
* drbd: fix typo in commentLars Ellenberg2011-10-141-1/+1
* drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher2011-10-141-3/+3
* drbd: Generalized the work callbacksPhilipp Reisner2011-09-281-3/+5
* drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner2011-09-281-0/+2
* drbd: moved data and meta from mdev to tconnPhilipp Reisner2011-08-291-2/+2
* drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher2011-08-291-8/+13
* drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher2011-08-251-1/+1
* drbd: we should write meta data updates with FLUSH FUALars Ellenberg2011-06-301-1/+1
* drbd: Fix spellingBart Van Assche2011-05-241-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* drbd: Remove unused function atodb_endio()Andreas Gruenbacher2011-03-101-27/+0
* drbd: kill dead codeLars Ellenberg2011-03-101-93/+0
* drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg2011-03-101-103/+29
* drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher2011-03-101-4/+4
* drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher2011-03-101-2/+2
* drbd: Removed 20 seconds upper bound for side-steppingPhilipp Reisner2011-03-101-3/+4
* drbd: Implemented side-stepping in drbd_res_begin_io()Philipp Reisner2011-03-101-5/+19
* drbd: Implemented priority inheritance for resync requestsPhilipp Reisner2011-03-101-2/+2
* drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner2011-03-101-4/+6
* drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg2011-03-101-4/+4
* drbd: factor out advancement of resync marks for progress reportingLars Ellenberg2011-03-101-13/+17
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner2010-10-231-14/+2
* drbd: fix potential data divergence after multiple failuresLars Ellenberg2010-10-221-5/+21
* drbd: reduce code duplication when receiving data requestsLars Ellenberg2010-10-141-7/+5
* drbd: use rolling marks for resync speed calculationLars Ellenberg2010-10-141-14/+15
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-4/+4
* drbd: lc_element_by_index() never returns NULLPhilipp Reisner2010-04-021-1/+1
* drbd: fix al-to-on-disk-bitmap for 4k logical_block_sizeLars Ellenberg2010-03-111-4/+13
* drbd: remove tracing bitsJens Axboe2009-10-011-61/+1
* The DRBD driverPhilipp Reisner2009-10-011-0/+1484
OpenPOWER on IntegriCloud