summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
AgeCommit message (Expand)Author
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner
2012-11-09drbd: Finish requests that completed while IO was frozenPhilipp Reisner
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg
2012-11-08drbd: call local-io-error handler earlyLars Ellenberg
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg
2012-11-08drbd: fix resend/resubmit of frozen IOLars Ellenberg
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner
2012-11-08drbd: Fixed detachLars Ellenberg
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner
2012-11-08drbd: Reinstate disabling AL updates with invalidate-remotePhilipp Reisner
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner
2012-11-08drbd: Log failures of connection state changesPhilipp Reisner
2012-11-08drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner
2012-11-08drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWNPhilipp Reisner
2012-11-08drbd: Bugfix for the connection behaviorPhilipp Reisner
2012-11-08drbd: Turn tl_apply() into tl_abort_disk_io()Andreas Gruenbacher
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