summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
AgeCommit message (Expand)Author
2012-11-08drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner
2012-11-08drbd: Dropped wrong clause to generate new current UUIDsPhilipp Reisner
2012-11-08drbd: Correctly handle resources without volumesPhilipp Reisner
2012-11-08drbd: Eliminated the "notified peer" messagesPhilipp Reisner
2012-11-08drbd: Fixed removal of volumes/devices from connected resourcesPhilipp Reisner
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: Fixed state transitions in case reading meta data failesPhilipp Reisner
2012-11-08drbd: Fixes from the 8.3 development branchPhilipp Reisner
2012-11-08drbd: downgraded error printk to infoLars Ellenberg
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher
2012-11-08drbd: RCU for disk_confPhilipp Reisner
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner
2012-11-08drbd: fix thread stop deadlockLars Ellenberg
2012-11-08drbd: fix race when forcefully disconnectingLars Ellenberg
2012-11-08drbd: fix various disconnecting racesLars Ellenberg
2012-11-08drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner
2012-11-08drbd: Basic refcounting for drbd_tconnPhilipp Reisner
2012-11-08drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner
2012-11-08drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner
2012-11-08drbd: Improved logging of state changesPhilipp Reisner
2012-11-08drbd: Implemented IO thawing for multiple volumesPhilipp Reisner
2012-11-08drbd: Implemented conn_lowest_disk()Philipp Reisner
2012-11-08drbd: Implemented conn_lowest_conn()Philipp Reisner
2012-11-08drbd: Calculate and provide ns_min to the w_after_conn_state_ch() workPhilipp Reisner
2012-11-08drbd: Renamed nms to ns_maxPhilipp Reisner
2012-11-08drbd: Introduced a new type union drbd_dev_statePhilipp Reisner
2012-11-08drbd: Moved susp, susp_nod and susp_fen to the connection objectPhilipp Reisner
2012-11-08drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner
2012-11-08drbd: Introduced drbd_read_state()Philipp Reisner
2012-11-08drbd: Allow to disconnect if one volume is disklessPhilipp Reisner
2012-11-08drbd: Print common state changes of all volumes as connection state changesPhilipp Reisner
2012-11-08drbd: Fixed logging of old connection statePhilipp Reisner
2012-11-08drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()Philipp Reisner
2012-11-08drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner
2012-11-08drbd: Remove duplicate initializationAndreas Gruenbacher
2012-11-08drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher
2012-11-08drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher
2012-11-08drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: drbd_send_state(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: Fixed conn_lowest_minorPhilipp Reisner
2012-11-08drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg
2012-11-03drbd: Allow volumes to become primary only on one sidePhilipp Reisner
2012-11-03drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner
2012-11-03drbd: add forgotten spin_unlockLars Ellenberg
2012-11-03drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg
2012-11-03drbd: 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