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