aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg1-0/+46
2017-08-29drbd: Fix resource role for newly created resources in events2Philipp Reisner1-1/+1
2016-06-13drbd: get rid of empty statement in is_valid_stateRoland Kammerer1-1/+2
2016-06-13drbd: code cleanups without semantic changesFabian Frederick1-3/+1
2016-06-13drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg1-6/+28
2016-06-13drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg1-0/+9
2016-06-13drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg1-1/+1
2016-06-13drbd: change bitmap write-out when leaving resync statesLars Ellenberg1-2/+7
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner1-1/+1
2015-11-25drbd: fix NULL deref in remember_new_stateLars Ellenberg1-32/+14
2015-11-25drbd: add comment why we want to first call local-io-error, then send stateLars Ellenberg1-0/+4
2015-11-25drbd: also bump UUIDs if a diskless primary connectsLars Ellenberg1-1/+1
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher1-3/+421
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher1-7/+7
2014-11-10drbd: fix resync throttling initializationLars Ellenberg1-1/+0
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner1-7/+34
2014-09-11drbd: Use better variable namesAndreas Gruenbacher1-9/+9
2014-07-10drbd: clear CRASHED_PRIMARY only after successful resyncLars Ellenberg1-1/+2
2014-07-10drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.cMonam Agarwal1-1/+1
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-3/+3
2014-07-10drbd: close race when detaching from diskLars Ellenberg1-4/+7
2014-07-10drbd: fix resync finished detectionLars Ellenberg1-0/+3
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg1-32/+33
2014-04-30drbd: Do not BUG() when connection breaks in a special wayPhilipp Reisner1-7/+7
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner1-11/+13
2014-02-17drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-4/+4
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-9/+12
2014-02-17drbd: Remove useless assertionAndreas Gruenbacher1-3/+1
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-17/+17
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-8/+9
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-24/+24
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-3/+3
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-5/+5
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-15/+15
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-35/+51
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher1-1/+1
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-1/+1
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-36/+37
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-137/+137
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-304/+304
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-36/+36
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-0/+1
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.cRashika Kheria1-3/+0
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner1-1/+3
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during operationPhilipp Reisner1-7/+7
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner1-0/+7
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner1-7/+0
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg1-0/+7
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe1-2/+1
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner1-3/+3