summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg2014-07-101-2/+2
* drbd: application writes may set-in-sync in protocol != CLars Ellenberg2014-07-101-0/+3
* drbd: New net configuration option socket-check-timeoutPhilipp Reisner2014-07-101-16/+30
* drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner2014-07-101-0/+10
* drbd: implement csums-after-crash-onlyLars Ellenberg2014-07-101-0/+2
* drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg2014-07-101-3/+16
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-2/+1
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-101-1/+1
* drbd: allow write-ordering policy to be bumped up againLars Ellenberg2014-07-101-2/+4
* drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-101-8/+10
* drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-101-13/+30
* drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-101-13/+12
* drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg2014-06-251-1/+4
* drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner2014-04-301-0/+12
* drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg2014-04-301-4/+14
* drbd: prepare receiving side for REQ_DISCARDLars Ellenberg2014-04-301-18/+61
* drbd: don't let application IO pre-empt resync too oftenLars Ellenberg2014-04-301-21/+26
* drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg2014-04-301-5/+12
* drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner2014-04-301-10/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-11/+1
|\
| * drbd: don't open-code kernel_recvmsg()Al Viro2014-04-011-11/+1
* | drbd: Remove unused parameter of wire_flags_to_bio()Andreas Gruenbacher2014-02-171-2/+2
* | drbd: Get rid of first_peer_device() in handle_write_conflicts()Andreas Gruenbacher2014-02-171-5/+3
* | 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