summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_actlog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud