aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
AgeCommit message (Expand)Author
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2022-04-06drbd: Fix five use after free bugs in get_initial_stateLv Yunlong
2021-04-06block: drbd: drbd_state: Fix some function documentation issuesLee Jones
2020-07-16drbd: Remove uninitialized_var() usageKees Cook
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner
2018-12-20drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor
2018-12-20drbd: fix comment typosLars Ellenberg
2018-12-20drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg
2017-08-29drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg
2017-08-29drbd: Fix resource role for newly created resources in events2Philipp Reisner
2016-06-13drbd: get rid of empty statement in is_valid_stateRoland Kammerer
2016-06-13drbd: code cleanups without semantic changesFabian Frederick
2016-06-13drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg
2016-06-13drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg
2016-06-13drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg
2016-06-13drbd: change bitmap write-out when leaving resync statesLars Ellenberg
2015-11-25drbd: make suspend_io() / resume_io() must be thread and recursion safePhilipp Reisner
2015-11-25drbd: fix NULL deref in remember_new_stateLars Ellenberg
2015-11-25drbd: add comment why we want to first call local-io-error, then send stateLars Ellenberg
2015-11-25drbd: also bump UUIDs if a diskless primary connectsLars Ellenberg
2015-11-25drbd: Backport the "events2" commandAndreas Gruenbacher
2015-11-25drbd: Fix locking across all resourcesAndreas Gruenbacher
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