summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner1-0/+10
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg1-1/+1
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang1-0/+4
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-1617/+2252
2012-11-09drbd: Remove duplicate codePhilipp Reisner1-14/+1
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner1-0/+1
2012-11-09drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg1-0/+4
2012-11-09drbd: Remove dead codePhilipp Reisner1-29/+7
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner1-1/+29
2012-11-09drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner1-3/+8
2012-11-09drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher1-13/+18
2012-11-09drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg1-10/+10
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg1-16/+17
2012-11-09drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg1-2/+1
2012-11-09drbd: More random to the connect logicPhilipp Reisner1-1/+6
2012-11-09drbd: Try to connec to peer only once per cyclePhilipp Reisner1-12/+4
2012-11-09drbd: Remove redundant and wrong test for NULL simplification in conn_connect()Philipp Reisner1-7/+3
2012-11-09drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg1-6/+16
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg1-1/+9
2012-11-08drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg1-0/+1
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-2/+2
2012-11-08drbd: Keep the listening socket open while trying to connect to the peerPhilipp Reisner1-18/+54
2012-11-08drbd: pull prepare_listen_socket() out of drbd_wait_for_connect()Philipp Reisner1-14/+46
2012-11-08drbd: Remove drbd_accept() and use kernel_accept() insteadPhilipp Reisner1-28/+2
2012-11-08drbd: Move the call to listen() out of drbd_accept()Philipp Reisner1-5/+5
2012-11-08drbd: grammar fix in log messageLars Ellenberg1-1/+1
2012-11-08drbd: fix spelling, remove boring development log messagePhilipp Reisner1-5/+2
2012-11-08drbd: Ensure that data_size is not 0 before using data_size-1 as indexPhilipp Reisner1-4/+4
2012-11-08drbd: Delay/reject other state changes while establishing a connectionPhilipp Reisner1-1/+7
2012-11-08drbd: Fixed processing of disk-barrier, disk-flushes and disk-drainPhilipp Reisner1-1/+1
2012-11-08drbd: ignore volume number for drbd barrier packet exchangeLars Ellenberg1-29/+24
2012-11-08drbd: fix potential deadlock during "restart" of conflicting writesLars Ellenberg1-29/+3
2012-11-08drbd: Fix a potential write ordering issue on SyncTarget nodesLars Ellenberg1-0/+30
2012-11-08drbd: Fix module refcount leak in drbd_accept()Philipp Reisner1-0/+1
2012-11-08drbd: Fixed compat issue with disconnecting 8.4 from a primary 8.3Philipp Reisner1-0/+5
2012-11-08drbd: Restore late assigning of tconn->data.sock and meta.sockPhilipp Reisner1-49/+57
2012-11-08drbd: fix race between disconnect and receive_statePhilipp Reisner1-0/+13
2012-11-08drbd: Load balancing of read requestsPhilipp Reisner1-1/+1
2012-11-08drbd: Get rid of "ASSERTION FAILED: tconn->current_epoch->list not empty"Philipp Reisner1-0/+5
2012-11-08drbd: add missing rcu locks around recently introduced idr_for_eachLars Ellenberg1-12/+20
2012-11-08drbd: Fix the WO=drain implementation for multiple volumesPhilipp Reisner1-1/+17
2012-11-08drbd: Switch drbd_may_finish_epoch() from mdev to tconnPhilipp Reisner1-7/+5
2012-11-08drbd: Move list of epochs from mdev to tconnPhilipp Reisner1-25/+27
2012-11-08drbd: Prepare epochs per connectionPhilipp Reisner1-2/+3
2012-11-08drbd: Move write_ordering from mdev to tconnPhilipp Reisner1-25/+40
2012-11-08drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner1-1/+1
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner1-2/+2
2012-11-08drbd: Silenced compiler warningsPhilipp Reisner1-11/+2
2012-11-08drbd: fix "stalled" empty resyncPhilipp Reisner1-3/+8
2012-11-08drbd: Consider the discard-my-data flag for all volumes [bugz 359]Philipp Reisner1-5/+19