index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
drbd
/
drbd_state.h
Age
Commit message (
Expand
)
Author
2018-12-20
drbd: Change drbd_request_detach_interruptible's return type to int
Nathan Chancellor
2018-12-20
drbd: fix print_st_err()'s prototype to match the definition
Luc Van Oostenryck
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-29
drbd: fix potential deadlock when trying to detach during handshake
Lars Ellenberg
2016-06-13
drbd: code cleanups without semantic changes
Fabian Frederick
2015-11-25
drbd: Fix locking across all resources
Andreas Gruenbacher
2014-11-10
drbd: fix race between role change and handshake
Philipp Reisner
2014-02-17
drbd: Rename drbd_tconn -> drbd_connection
Andreas Gruenbacher
2014-02-17
drbd: Rename "mdev" to "device"
Andreas Gruenbacher
2014-02-17
drbd: Rename struct drbd_conf -> struct drbd_device
Andreas Gruenbacher
2012-11-08
drbd: Improved logging of state changes
Philipp Reisner
2012-11-08
drbd: Implemented conn_lowest_disk()
Philipp Reisner
2012-11-08
drbd: Implemented conn_lowest_conn()
Philipp Reisner
2012-11-08
drbd: Introduced a new type union drbd_dev_state
Philipp Reisner
2012-11-08
drbd: Introduced drbd_read_state()
Philipp Reisner
2012-11-08
drbd: Allow to disconnect if one volume is diskless
Philipp Reisner
2012-11-08
drbd: Print common state changes of all volumes as connection state changes
Philipp Reisner
2012-11-08
drbd: Converted drbd_try_outdate_peer() from mdev to tconn
Philipp Reisner
2012-11-04
drbd: simplify conn_all_vols_unconf, make it bool
Lars Ellenberg
2011-10-14
drbd: Reworked the unconfiguring and thread stopping code
Philipp Reisner
2011-10-14
drbd: implemented receiving of P_CONN_ST_CHG_REQ
Philipp Reisner
2011-10-14
drbd: Killed volume0; last step of multi-volume-enablement
Philipp Reisner
2011-09-28
drbd: Moved the state functions into its own source file
Philipp Reisner