summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
AgeCommit message (Expand)Author
2012-11-04drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner
2011-10-14drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner
2011-10-14drbd: Implemented connection wide state changesPhilipp Reisner
2011-10-14drbd: Global_state_lock not necessary here...Philipp Reisner
2011-10-14drbd: Implemented conn_send_state_req()Philipp Reisner
2011-10-14drbd: Introduced tconn->cstate_mutexPhilipp Reisner
2011-10-14drbd: Removed drbd_state_lock() and drbd_state_unlock()Philipp Reisner
2011-10-14drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner
2011-09-28drbd: Code de-duplication; new function apply_mask_val()Philipp Reisner
2011-09-28drbd: Removed the os parameter form sanitize_state()Philipp Reisner
2011-09-28drbd: Extracted is_valid_conn_transition() out of is_valid_transition()Philipp Reisner
2011-09-28drbd: Extracted is_valid_transition() out of sanitize_state()Philipp Reisner
2011-09-28drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()Philipp Reisner
2011-09-28drbd: Extracted after_conn_state_ch() out of after_state_ch()Philipp Reisner
2011-09-28drbd: Converted drbd_send_ping() and related functions from mdev to tconnPhilipp Reisner
2011-09-28drbd: Generalized the work callbacksPhilipp Reisner
2011-09-28drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner
2011-09-28drbd: Moved the state functions into its own source filePhilipp Reisner