summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-1/+1
* drbd: drbd_send_state(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-2/+2
* drbd: Fixed conn_lowest_minorPhilipp Reisner2012-11-081-4/+4
* drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg2012-11-081-2/+2
* drbd: Allow volumes to become primary only on one sidePhilipp Reisner2012-11-041-3/+18
* drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner2012-11-041-2/+2
* drbd: add forgotten spin_unlockLars Ellenberg2012-11-041-1/+3
* drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg2012-11-041-9/+7Star
* drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-041-1/+6
* drbd: Converted the transfer log from mdev to tconnPhilipp Reisner2011-10-141-3/+2Star
* drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner2011-10-141-20/+34
* drbd: Implemented connection wide state changesPhilipp Reisner2011-10-141-0/+62
* drbd: Global_state_lock not necessary here...Philipp Reisner2011-10-141-4/+0Star
* drbd: Implemented conn_send_state_req()Philipp Reisner2011-10-141-2/+0Star
* drbd: Introduced tconn->cstate_mutexPhilipp Reisner2011-10-141-2/+2
* drbd: Removed drbd_state_lock() and drbd_state_unlock()Philipp Reisner2011-10-141-4/+0Star
* drbd: Killed volume0; last step of multi-volume-enablementPhilipp Reisner2011-10-141-54/+238
* drbd: Code de-duplication; new function apply_mask_val()Philipp Reisner2011-09-281-9/+13
* drbd: Removed the os parameter form sanitize_state()Philipp Reisner2011-09-281-20/+19Star
* drbd: Extracted is_valid_conn_transition() out of is_valid_transition()Philipp Reisner2011-09-281-14/+23
* drbd: Extracted is_valid_transition() out of sanitize_state()Philipp Reisner2011-09-281-22/+49
* drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()Philipp Reisner2011-09-281-16/+10Star
* drbd: Extracted after_conn_state_ch() out of after_state_ch()Philipp Reisner2011-09-281-10/+16
* drbd: Converted drbd_send_ping() and related functions from mdev to tconnPhilipp Reisner2011-09-281-0/+1
* drbd: Generalized the work callbacksPhilipp Reisner2011-09-281-2/+3
* drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_r...Philipp Reisner2011-09-281-0/+1
* drbd: Moved the state functions into its own source filePhilipp Reisner2011-09-281-0/+1217