summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: move invalidating the whole bitmap out of after_state ch()Philipp Reisner2013-03-281-7/+0Star
* drbd: fix potential protocol error and resulting disconnect/reconnectLars Ellenberg2013-01-211-0/+7
* drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe2012-11-301-2/+1Star
* drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner2012-11-091-3/+3
* drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-091-0/+3
* drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner2012-11-091-2/+2
* drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner2012-11-091-6/+23
* drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner2012-11-091-3/+5
* drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner2012-11-091-7/+11
* drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner2012-11-091-15/+22
* drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg2012-11-091-35/+39
* drbd: Fix a race condition that can lead to a BUG()Philipp Reisner2012-11-091-8/+6Star
* drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner2012-11-091-0/+3
* drbd: Finish requests that completed while IO was frozenPhilipp Reisner2012-11-091-5/+7
* drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-091-4/+13
* drbd: call local-io-error handler earlyLars Ellenberg2012-11-081-3/+3
* drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-11-081-4/+7
* drbd: differentiate between normal and forced detachLars Ellenberg2012-11-081-3/+15
* drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-081-2/+2
* drbd: allow bitmap to change during writeout from resync_finishedLars Ellenberg2012-11-081-2/+2
* drbd: fix resend/resubmit of frozen IOLars Ellenberg2012-11-081-1/+15
* 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/+0Star
* 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/+0Star
* drbd: Correctly handle resources without volumesPhilipp Reisner2012-11-081-2/+15
* drbd: Eliminated the "notified peer" messagesPhilipp Reisner2012-11-081-5/+2Star
* 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/+0Star
* drbd: Fixes from the 8.3 development branchPhilipp Reisner2012-11-081-15/+41
* drbd: downgraded error printk to infoLars Ellenberg2012-11-081-4/+2Star
* 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/+0Star
* drbd: fix race when forcefully disconnectingLars Ellenberg2012-11-081-0/+13
* drbd: fix various disconnecting racesLars Ellenberg2012-11-081-7/+13