| Commit message (Expand) | Author | Age | Files | Lines |
* | drbd: Change drbd_request_detach_interruptible's return type to int | Nathan Chancellor | 2018-12-20 | 1 | -2/+1 |
* | drbd: fix print_st_err()'s prototype to match the definition | Luc Van Oostenryck | 2018-12-20 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | drbd: fix potential deadlock when trying to detach during handshake | Lars Ellenberg | 2017-08-29 | 1 | -0/+8 |
* | drbd: code cleanups without semantic changes | Fabian Frederick | 2016-06-14 | 1 | -1/+1 |
* | drbd: Fix locking across all resources | Andreas Gruenbacher | 2015-11-25 | 1 | -3/+3 |
* | drbd: fix race between role change and handshake | Philipp Reisner | 2014-11-10 | 1 | -0/+5 |
* | drbd: Rename drbd_tconn -> drbd_connection | Andreas Gruenbacher | 2014-02-17 | 1 | -10/+10 |
* | drbd: Rename "mdev" to "device" | Andreas Gruenbacher | 2014-02-17 | 1 | -5/+5 |
* | drbd: Rename struct drbd_conf -> struct drbd_device | Andreas Gruenbacher | 2014-02-17 | 1 | -8/+8 |
* | drbd: Improved logging of state changes | Philipp Reisner | 2012-11-08 | 1 | -1/+2 |
* | drbd: Implemented conn_lowest_disk() | Philipp Reisner | 2012-11-08 | 1 | -0/+1 |
* | drbd: Implemented conn_lowest_conn() | Philipp Reisner | 2012-11-08 | 1 | -0/+1 |
* | drbd: Introduced a new type union drbd_dev_state | Philipp Reisner | 2012-11-08 | 1 | -0/+34 |
* | drbd: Introduced drbd_read_state() | Philipp Reisner | 2012-11-08 | 1 | -3/+3 |
* | drbd: Allow to disconnect if one volume is diskless | Philipp Reisner | 2012-11-08 | 1 | -0/+1 |
* | drbd: Print common state changes of all volumes as connection state changes | Philipp Reisner | 2012-11-08 | 1 | -7/+12 |
* | drbd: Converted drbd_try_outdate_peer() from mdev to tconn | Philipp Reisner | 2012-11-08 | 1 | -0/+5 |
* | drbd: simplify conn_all_vols_unconf, make it bool | Lars Ellenberg | 2012-11-04 | 1 | -1/+1 |
* | drbd: Reworked the unconfiguring and thread stopping code | Philipp Reisner | 2011-10-14 | 1 | -0/+1 |
* | drbd: implemented receiving of P_CONN_ST_CHG_REQ | Philipp Reisner | 2011-10-14 | 1 | -0/+1 |
* | drbd: Killed volume0; last step of multi-volume-enablement | Philipp Reisner | 2011-10-14 | 1 | -0/+10 |
* | drbd: Moved the state functions into its own source file | Philipp Reisner | 2011-09-28 | 1 | -0/+101 |