aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
AgeCommit message (Expand)Author
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg
2012-11-08drbd: New disk option al-updatesPhilipp Reisner
2012-11-08drbd: missing wakeup after drbd_rs_del_allLars Ellenberg
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-11-08drbd: fix potential spinlock deadlockPhilipp Reisner
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner
2012-11-08drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher
2012-11-08drbd: Remove dead codePhilipp Reisner
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg
2012-11-08drbd: fix copy/paste error in commentLars Ellenberg
2012-11-08drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg
2012-11-08drbd: prepare to activate two activity log extents at onceLars Ellenberg
2012-11-08drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg
2012-11-08drbd: introduce the "initialized" activity log transaction typeLars Ellenberg
2012-11-08drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher
2012-11-08drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher
2012-11-04drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg
2011-10-14drbd: fix typo in commentLars Ellenberg
2011-10-14drbd: Use the IS_ALIGNED() macro in some more placesAndreas Gruenbacher
2011-09-28drbd: Generalized the work callbacksPhilipp Reisner
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner
2011-08-29drbd: moved data and meta from mdev to tconnPhilipp Reisner
2011-08-29drbd: Replace the ERR_IF macro with an assert-like macroAndreas Gruenbacher
2011-08-25drbd: Endianness convert the constants instead of the variablesAndreas Gruenbacher
2011-06-30drbd: we should write meta data updates with FLUSH FUALars Ellenberg
2011-05-24drbd: Fix spellingBart Van Assche
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10drbd: Remove unused function atodb_endio()Andreas Gruenbacher
2011-03-10drbd: kill dead codeLars Ellenberg
2011-03-10drbd: bitmap keep track of changes vs on-disk bitmapLars Ellenberg
2011-03-10drbd: Use the standard bool, true, and false keywordsAndreas Gruenbacher
2011-03-10drbd: Get rid of unnecessary macros (2)Andreas Gruenbacher
2011-03-10drbd: Removed 20 seconds upper bound for side-steppingPhilipp Reisner
2011-03-10drbd: Implemented side-stepping in drbd_res_begin_io()Philipp Reisner
2011-03-10drbd: Implemented priority inheritance for resync requestsPhilipp Reisner
2011-03-10drbd: New packet for Ahead/Behind mode: P_OUT_OF_SYNCPhilipp Reisner
2011-03-10drbd: properly use max_hw_sectors to limit the our bio sizeLars Ellenberg
2011-03-10drbd: factor out advancement of resync marks for progress reportingLars Ellenberg
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2010-10-23drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accessesPhilipp Reisner