summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-16/+28
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-6/+6
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-123/+123
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-510/+510
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-742/+742
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-71/+71
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-0/+1
2014-02-17drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria1-1/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-6/+7
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+3
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg1-1/+5
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner1-23/+16
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-1/+1
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner1-3/+3
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher1-2/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+9
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita1-2/+3
2013-03-28drbd: use sched_setscheduler()Philipp Reisner1-2/+4
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner1-1/+0
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner1-2/+2
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner1-0/+1
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-1/+1
2013-03-22drbd: mechanically rename la_size to la_size_sectLars Ellenberg1-1/+1
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