summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner2012-11-081-8/+21
* drbd: Fixed detachLars Ellenberg2012-11-081-1/+1
* drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner2012-11-081-25/+29
* drbd: Reinstate disabling AL updates with invalidate-remotePhilipp Reisner2012-11-081-0/+5
* drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner2012-11-081-0/+3
* drbd: Log failures of connection state changesPhilipp Reisner2012-11-081-1/+7
* drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner2012-11-081-3/+6
* drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-081-9/+9
* drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-081-0/+5
* drbd: Silenced compiler warningsPhilipp Reisner2012-11-081-9/+0
* drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWNPhilipp Reisner2012-11-081-8/+13
* drbd: Bugfix for the connection behaviorPhilipp Reisner2012-11-081-1/+1
* drbd: Turn tl_apply() into tl_abort_disk_io()Andreas Gruenbacher2012-11-081-2/+2
* drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner2012-11-081-1/+2
* drbd: Dropped wrong clause to generate new current UUIDsPhilipp Reisner2012-11-081-5/+0
* drbd: Correctly handle resources without volumesPhilipp Reisner2012-11-081-2/+15
* drbd: Eliminated the "notified peer" messagesPhilipp Reisner2012-11-081-5/+2
* drbd: Fixed removal of volumes/devices from connected resourcesPhilipp Reisner2012-11-081-2/+4
* drbd: on attach, enforce clean meta dataLars Ellenberg2012-11-081-0/+1
* drbd: detach from frozen backing devicePhilipp Reisner2012-11-081-0/+7
* drbd: Fixed state transitions in case reading meta data failesPhilipp Reisner2012-11-081-7/+0
* drbd: Fixes from the 8.3 development branchPhilipp Reisner2012-11-081-15/+41
* drbd: downgraded error printk to infoLars Ellenberg2012-11-081-4/+2
* drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher2012-11-081-0/+2
* drbd: RCU for disk_confPhilipp Reisner2012-11-081-5/+11
* drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner2012-11-081-2/+2
* drbd: fix thread stop deadlockLars Ellenberg2012-11-081-14/+0
* drbd: fix race when forcefully disconnectingLars Ellenberg2012-11-081-0/+13
* drbd: fix various disconnecting racesLars Ellenberg2012-11-081-7/+13
* drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner2012-11-081-15/+1
* drbd: Basic refcounting for drbd_tconnPhilipp Reisner2012-11-081-0/+2
* drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner2012-11-081-5/+9
* drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner2012-11-081-3/+31
* drbd: Improved logging of state changesPhilipp Reisner2012-11-081-14/+30
* drbd: Implemented IO thawing for multiple volumesPhilipp Reisner2012-11-081-32/+40
* drbd: Implemented conn_lowest_disk()Philipp Reisner2012-11-081-0/+12
* drbd: Implemented conn_lowest_conn()Philipp Reisner2012-11-081-0/+12
* drbd: Calculate and provide ns_min to the w_after_conn_state_ch() workPhilipp Reisner2012-11-081-11/+31
* drbd: Renamed nms to ns_maxPhilipp Reisner2012-11-081-8/+8
* drbd: Introduced a new type union drbd_dev_statePhilipp Reisner2012-11-081-3/+3
* drbd: Moved susp, susp_nod and susp_fen to the connection objectPhilipp Reisner2012-11-081-0/+3
* drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner2012-11-081-1/+6
* drbd: Introduced drbd_read_state()Philipp Reisner2012-11-081-8/+7
* drbd: Allow to disconnect if one volume is disklessPhilipp Reisner2012-11-081-0/+6
* drbd: Print common state changes of all volumes as connection state changesPhilipp Reisner2012-11-081-101/+58
* drbd: Fixed logging of old connection statePhilipp Reisner2012-11-081-30/+87
* drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()Philipp Reisner2012-11-081-75/+75
* drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner2012-11-081-15/+70
* drbd: Remove duplicate initializationAndreas Gruenbacher2012-11-081-1/+1
* drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher2012-11-081-5/+5
OpenPOWER on IntegriCloud