summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2012-11-09drbd: panic on delayed completion of aborted requestsPhilipp Reisner-0/+37
2012-11-09drbd: Fix comparison of is_valid_transition()'s return codePhilipp Reisner-3/+3
2012-11-09drbd: Remove duplicate codePhilipp Reisner-14/+1
2012-11-09drbd: differentiate early and later "postponing" of requestsLars Ellenberg-1/+8
2012-11-09drbd: Fix postponed requestsPhilipp Reisner-3/+2
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner-16/+21
2012-11-09drbd: Fix postponed requestsPhilipp Reisner-4/+7
2012-11-09drbd: Imporve the error reporting of failed conn state changesPhilipp Reisner-2/+2
2012-11-09drbd: Fix the way the STATE_SENT bit is clearedPhilipp Reisner-6/+23
2012-11-09drbd: Do not check aspects that are not subject to change in _conn_requests_s...Philipp Reisner-3/+5
2012-11-09drbd: Improve readability of IO resuming after freeze due to no data accessPhilipp Reisner-7/+11
2012-11-09drbd: Fix IO resuming after connection was established while executing the fe...Philipp Reisner-15/+22
2012-11-09drbd: fix potential list_add corruptionLars Ellenberg-1/+3
2012-11-09drbd: dequeue single work items in wait_for_work()Lars Ellenberg-1/+4
2012-11-09drbd: mutex_unlock "... must no be used in interrupt context"Lars Ellenberg-35/+39
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner-8/+33
2012-11-09drbd: temporarily suspend io in drbd_adm_disk_optsLars Ellenberg-0/+2
2012-11-09drbd: don't send out P_BARRIER with stale informationLars Ellenberg-24/+25
2012-11-09drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg-0/+4
2012-11-09drbd: Remove dead codePhilipp Reisner-29/+7
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner-1/+33
2012-11-09drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner-11/+49
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner-3/+18
2012-11-09drbd: Fix completion of requests while the device is suspendedPhilipp Reisner-12/+6
2012-11-09drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher-13/+18
2012-11-09drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Lars Ellenberg-1/+1
2012-11-09drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg-12/+12
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg-23/+24
2012-11-09drbd: cleanup, drop unused structLars Ellenberg-6/+0
2012-11-09drbd: NEG_ACK does not imply a barrier-ackLars Ellenberg-1/+1
2012-11-09drbd: only start a new epoch, if the current epoch contains writesLars Ellenberg-7/+12
2012-11-09drbd: Finish requests that completed while IO was frozenPhilipp Reisner-5/+13
2012-11-09drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg-2/+1
2012-11-09drbd: fix drbd wire compatibility for empty flushesLars Ellenberg-3/+22
2012-11-09drbd: More random to the connect logicPhilipp Reisner-1/+6
2012-11-09drbd: Try to connec to peer only once per cyclePhilipp Reisner-12/+4
2012-11-09drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner-7/+3
2012-11-09drbd: pass some more information to userspace.Philipp Marek-1/+10
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg-10/+26
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg-19/+74
2012-11-08drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg-6/+12
2012-11-08drbd: call local-io-error handler earlyLars Ellenberg-3/+3
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg-12/+12
2012-11-08drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg-0/+3
2012-11-08drbd: report congestion if we are waiting for some userland callbackLars Ellenberg-1/+30
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg-14/+41
2012-11-08drbd: cleanup, remove two unused global flagsLars Ellenberg-2/+0
2012-11-08drbd: fix null pointer dereference with on-congestion policy when disklessLars Ellenberg-5/+11
2012-11-08drbd: take error path in drbd_adm_down if interrupted by signalLars Ellenberg-1/+1
2012-11-08drbd: allow read requests to be retried after force-detachLars Ellenberg-14/+29