summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1Star
* drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-201-4/+2Star
* drbd: fix comment typosLars Ellenberg2018-12-201-1/+1
* drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1Star
* drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg2017-08-291-0/+46
* drbd: Fix resource role for newly created resources in events2Philipp Reisner2017-08-291-1/+1
* drbd: get rid of empty statement in is_valid_stateRoland Kammerer2016-06-141-1/+2
* drbd: code cleanups without semantic changesFabian Frederick2016-06-141-3/+1Star
* drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg2016-06-141-6/+28
* drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg2016-06-141-0/+9
* drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg2016-06-141-1/+1
* drbd: change bitmap write-out when leaving resync statesLars Ellenberg2016-06-141-2/+7
* drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner2015-11-251-1/+1
* drbd: fix NULL deref in remember_new_stateLars Ellenberg2015-11-251-32/+14Star
* drbd: add comment why we want to first call local-io-error, then send stateLars Ellenberg2015-11-251-0/+4
* drbd: also bump UUIDs if a diskless primary connectsLars Ellenberg2015-11-251-1/+1
* drbd: Backport the "events2" commandAndreas Gruenbacher2015-11-251-3/+421
* drbd: Fix locking across all resourcesAndreas Gruenbacher2015-11-251-7/+7
* drbd: fix resync throttling initializationLars Ellenberg2014-11-101-1/+0Star
* drbd: fix race between role change and handshakePhilipp Reisner2014-11-101-7/+34
* drbd: Use better variable namesAndreas Gruenbacher2014-09-111-9/+9
* drbd: clear CRASHED_PRIMARY only after successful resyncLars Ellenberg2014-07-101-1/+2
* drivers/block: Use RCU_INIT_POINTER(x, NULL) in drbd/drbd_state.cMonam Agarwal2014-07-101-1/+1
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-3/+3
* drbd: close race when detaching from diskLars Ellenberg2014-07-101-4/+7
* drbd: fix resync finished detectionLars Ellenberg2014-07-101-0/+3
* drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-101-32/+33
* drbd: Do not BUG() when connection breaks in a special wayPhilipp Reisner2014-04-301-7/+7
* drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner2014-04-301-11/+13
* drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_...Andreas Gruenbacher2014-02-171-4/+4
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-9/+12
* drbd: Remove useless assertionAndreas Gruenbacher2014-02-171-3/+1Star
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-171-17/+17
* drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher2014-02-171-8/+9
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-24/+24
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-3/+3
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-171-5/+5
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-15/+15
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-171-35/+51
* drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-171-1/+1
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-1/+1
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-36/+37
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-137/+137
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-304/+304
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-36/+36
* drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-171-0/+1
* drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria2014-02-171-3/+0Star
* drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner2013-06-281-1/+3
* drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner2013-03-281-7/+7
* drbd: fix effective error returned when refusing an invalidatePhilipp Reisner2013-03-281-0/+7