summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg
2014-04-30drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg
2014-04-30drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-01drbd: don't open-code kernel_recvmsg()Al Viro
2014-02-17drbd: Remove unused parameter of wire_flags_to_bio()Andreas Gruenbacher
2014-02-17drbd: Get rid of first_peer_device() in handle_write_conflicts()Andreas Gruenbacher
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher
2014-02-17drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher
2014-02-17drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner
2013-06-28drbd: Do not sleep inside rcuAndreas Gruenbacher
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-29drbd: rename random32() to prandom_u32()Akinobu Mita
2013-03-28drbd: use sched_setscheduler()Philipp Reisner
2013-03-28drbd: fix for deadlock when using automatic split-brain-recoveryPhilipp Reisner
2013-03-28drbd: Fix build error when CONFIG_CRYPTO_HMAC is not setPhilipp Reisner
2013-03-28drbd: reset ap_in_flight counter for new connectionsPhilipp Reisner
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg
2013-03-22drbd: mechanically rename la_size to la_size_sectLars Ellenberg
2012-12-06drbd: close race between drbd_set_role and drbd_connectPhilipp Reisner
2012-11-09drbd: if the replication link breaks during handshake, keep retryingLars Ellenberg
2012-11-09drbd: check return of kmalloc in receive_uuidsJing Wang
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner