aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: struct after_conn_state_chg_work: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-4/+4
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-9/+12
2014-02-17drbd: Remove useless assertionAndreas Gruenbacher1-3/+1
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-17/+17
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-8/+9
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-24/+24
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-3/+3
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-5/+5
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-15/+15
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-35/+51
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher1-1/+1
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-1/+1
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-36/+37
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-137/+137
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-304/+304
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-36/+36
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-0/+1
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.cRashika Kheria1-3/+0
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner1-1/+3
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during operationPhilipp 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_state()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 fence handlerPhilipp 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