summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
AgeCommit message (Expand)Author
2014-11-10drbd: fix resync throttling initializationLars Ellenberg
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner
2014-09-11drbd: Use better variable namesAndreas Gruenbacher
2014-07-10drbd: clear CRASHED_PRIMARY only after successful resyncLars Ellenberg
2014-07-10drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.cMonam Agarwal
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-10drbd: close race when detaching from diskLars Ellenberg
2014-07-10drbd: fix resync finished detectionLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
2014-04-30drbd: Do not BUG() when connection breaks in a special wayPhilipp Reisner
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner
2014-02-17drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_...Andreas Gruenbacher
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Remove useless assertionAndreas Gruenbacher
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner
2012-11-09drbd: Finish requests that completed while IO was frozenPhilipp Reisner
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg
2012-11-08drbd: call local-io-error handler earlyLars Ellenberg
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg