summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during ...Philipp Reisner1-7/+7
2013-03-28drbd: fix effective error returned when refusing an invalidatePhilipp Reisner1-0/+7
2013-03-28drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner1-7/+0
2013-01-21drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg1-0/+7
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe1-2/+1
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner1-3/+3
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner1-0/+3
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner1-2/+2
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner1-6/+23
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner1-3/+5
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner1-7/+11
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner1-15/+22
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg1-35/+39
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner1-8/+6
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner1-0/+3
2012-11-09drbd: Finish requests that completed while IO was frozenPhilipp Reisner1-5/+7
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg1-4/+13
2012-11-08drbd: call local-io-error handler earlyLars Ellenberg1-3/+3
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg1-4/+7
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-3/+15
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-2/+2
2012-11-08drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg1-2/+2
2012-11-08drbd: fix resend/resubmit of frozen IOLars Ellenberg1-1/+15
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner1-8/+21
2012-11-08drbd: Fixed detachLars Ellenberg1-1/+1
2012-11-08drbd: Consider the disk-timeout also for meta-data IO operationsPhilipp Reisner1-25/+29
2012-11-08drbd: Reinstate disabling AL updates with invalidate-remotePhilipp Reisner1-0/+5
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner1-0/+3
2012-11-08drbd: Log failures of connection state changesPhilipp Reisner1-1/+7
2012-11-08drbd: Do not send state packets while lower than C_CONNECTED cstatePhilipp Reisner1-3/+6
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner1-9/+9
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner1-0/+5
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner1-9/+0
2012-11-08drbd: Do not display bogus log lines for pdsk in case pdsk < D_UNKNOWNPhilipp Reisner1-8/+13
2012-11-08drbd: Bugfix for the connection behaviorPhilipp Reisner1-1/+1
2012-11-08drbd: Turn tl_apply() into tl_abort_disk_io()Andreas Gruenbacher1-2/+2
2012-11-08drbd: Consider that the no-data-condition could be in connected statePhilipp Reisner1-1/+2
2012-11-08drbd: Dropped wrong clause to generate new current UUIDsPhilipp Reisner1-5/+0
2012-11-08drbd: Correctly handle resources without volumesPhilipp Reisner1-2/+15
2012-11-08drbd: Eliminated the "notified peer" messagesPhilipp Reisner1-5/+2
2012-11-08drbd: Fixed removal of volumes/devices from connected resourcesPhilipp Reisner1-2/+4
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg1-0/+1
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-0/+7
2012-11-08drbd: Fixed state transitions in case reading meta data failesPhilipp Reisner1-7/+0
2012-11-08drbd: Fixes from the 8.3 development branchPhilipp Reisner1-15/+41
2012-11-08drbd: downgraded error printk to infoLars Ellenberg1-4/+2
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher1-0/+2
2012-11-08drbd: RCU for disk_confPhilipp Reisner1-5/+11
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner1-2/+2
2012-11-08drbd: fix thread stop deadlockLars Ellenberg1-14/+0