summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_actlog.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28drbd: fix if(); found by kbuild test robotLars Ellenberg1-1/+1
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg1-0/+49
2013-03-22drbd: split out some helper functions to drbd_al_begin_ioLars Ellenberg1-21/+28
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg1-33/+71
2013-03-22drbd: drbd_al_being_io: short circuit to reduce latencyLars Ellenberg1-2/+12
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-22/+27
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg1-3/+8
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg1-3/+3
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-6/+22
2012-11-09drbd: don't try to clear bits once the disk has failedPhilipp Reisner1-5/+10
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg1-10/+7
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg1-3/+9
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-1/+1
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-2/+2
2012-11-08drbd: New disk option al-updatesPhilipp Reisner1-2/+10
2012-11-08drbd: missing wakeup after drbd_rs_del_allLars Ellenberg1-0/+1
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-3/+15
2012-11-08drbd: fix potential spinlock deadlockPhilipp Reisner1-8/+12
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner1-8/+3
2012-11-08drbd: Improve error reporting in drbd_md_sync_page_io()Andreas Gruenbacher1-2/+2
2012-11-08drbd: Remove dead codePhilipp Reisner1-8/+0
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner1-25/+45
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg1-259/+0
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-17/+58
2012-11-08drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg1-8/+10
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 other...Andreas 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_reques...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_r...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