summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.h
Commit message (Expand)AuthorAgeFilesLines
* drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-201-2/+1Star
* drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* drbd: fix potential deadlock when trying to detach during handshakeLars Ellenberg2017-08-291-0/+8
* drbd: code cleanups without semantic changesFabian Frederick2016-06-141-1/+1
* drbd: Fix locking across all resourcesAndreas Gruenbacher2015-11-251-3/+3
* drbd: fix race between role change and handshakePhilipp Reisner2014-11-101-0/+5
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-10/+10
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-5/+5
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-8/+8
* drbd: Improved logging of state changesPhilipp Reisner2012-11-081-1/+2
* drbd: Implemented conn_lowest_disk()Philipp Reisner2012-11-081-0/+1
* drbd: Implemented conn_lowest_conn()Philipp Reisner2012-11-081-0/+1
* drbd: Introduced a new type union drbd_dev_statePhilipp Reisner2012-11-081-0/+34
* drbd: Introduced drbd_read_state()Philipp Reisner2012-11-081-3/+3
* drbd: Allow to disconnect if one volume is disklessPhilipp Reisner2012-11-081-0/+1
* drbd: Print common state changes of all volumes as connection state changesPhilipp Reisner2012-11-081-7/+12
* drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner2012-11-081-0/+5
* drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg2012-11-041-1/+1
* drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner2011-10-141-0/+1
* drbd: implemented receiving of P_CONN_ST_CHG_REQPhilipp Reisner2011-10-141-0/+1
* drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner2011-10-141-0/+10
* drbd: Moved the state functions into its own source filePhilipp Reisner2011-09-281-0/+101