summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-12/+17
|\
| * drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder2023-04-011-4/+6
| * drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher2023-04-011-8/+11
* | drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-051-1/+1
|/
* drbd: use consistent licenseChristoph Böhmwalder2022-11-221-1/+1
* drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2022-04-171-2/+1
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-061-9/+9
* block: drbd: drbd_state: Fix some function documentation issuesLee Jones2021-04-061-3/+4
* drbd: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Thomas Gleixner2019-05-241-13/+1
* drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-201-4/+2
* drbd: fix comment typosLars Ellenberg2018-12-201-1/+1
* drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1
* 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-131-1/+2
* drbd: code cleanups without semantic changesFabian Frederick2016-06-131-3/+1
* drbd: bump current uuid when resuming IO with diskless peerLars Ellenberg2016-06-131-6/+28
* drbd: disallow promotion during resync handshake, avoid deadlock and hard resetLars Ellenberg2016-06-131-0/+9
* drbd: only restart frozen disk io when D_UP_TO_DATELars Ellenberg2016-06-131-1/+1
* drbd: change bitmap write-out when leaving resync statesLars Ellenberg2016-06-131-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/+14
* 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/+0
* 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/+1
* 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