summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher2014-02-171-46/+45
* drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher2014-02-171-20/+2
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-41/+43
* drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher2014-02-171-1/+9
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-171-115/+138
* drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher2014-02-171-65/+109
* drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher2014-02-171-2/+2
* drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher2014-02-171-1/+1
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-58/+58
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-27/+27
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-171-67/+67
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-90/+90
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-171-16/+28
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-6/+6
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-123/+123
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-510/+510
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-742/+742
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-71/+71
* drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-171-0/+1
* drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria2014-02-171-1/+2
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-6/+7
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-3/+3
* drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg2013-11-081-1/+5
* drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner2013-11-081-23/+16
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-1/+1
* drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-281-3/+3
* drbd: Do not sleep inside rcuAndreas Gruenbacher2013-06-281-2/+2
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-7/+9
|\
| * drbd: use sched_setscheduler()Philipp Reisner2013-03-281-2/+4
| * drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner2013-03-281-1/+0
| * drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner2013-03-281-2/+2
| * drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner2013-03-281-0/+1
| * drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-221-1/+1
| * drbd: mechanically rename la_size to la_size_sectLars Ellenberg2013-03-221-1/+1
* | drbd: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+3
|/
* drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner2012-12-061-0/+10
* drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg2012-11-091-1/+1
* drbd: check return of kmalloc in receive_uuidsJing Wang2012-11-091-0/+4
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-1617/+2252
|\
| * drbd: Remove duplicate codePhilipp Reisner2012-11-091-14/+1
| * drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-091-0/+1
| * drbd: properly call drbd_rs_cancel_all() in drbd_disconnected()Lars Ellenberg2012-11-091-0/+4
| * drbd: Remove dead codePhilipp Reisner2012-11-091-29/+7
| * drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner2012-11-091-1/+29
| * drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner2012-11-091-3/+8
| * drbd: Don't unregister socket state_change callback from within the callbackAndreas Gruenbacher2012-11-091-13/+18
| * drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg2012-11-091-10/+10
| * drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg2012-11-091-16/+17
| * drbd: Fix a potential issue with the DISCARD_CONCURRENT flagLars Ellenberg2012-11-091-2/+1
| * drbd: More random to the connect logicPhilipp Reisner2012-11-091-1/+6
OpenPOWER on IntegriCloud