aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_receiver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-2/+2
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-1/+1
2014-11-10drbd: fix resync throttling initializationLars Ellenberg1-1/+1
2014-09-11drbd: Improve asender performanceLars Ellenberg1-0/+6
2014-09-11drbd: Use better variable namesAndreas Gruenbacher1-23/+23
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter1-1/+1
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg1-0/+6
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg1-0/+8
2014-07-10drbd: register peer requests on read_ee earlyLars Ellenberg1-11/+14
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg1-30/+48
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg1-7/+12
2014-07-10drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg1-0/+5
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg1-2/+2
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg1-0/+3
2014-07-10drbd: New net configuration option socket-check-timeoutPhilipp Reisner1-16/+30
2014-07-10drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner1-0/+10
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg1-0/+2
2014-07-10drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg1-3/+16
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-2/+1
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg1-1/+1
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg1-2/+4
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg1-8/+10
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-13/+30
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner1-13/+12
2014-06-25drbd: fix NULL pointer deref in blk_add_request_payloadLars Ellenberg1-1/+4
2014-04-30drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner1-0/+12
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg1-4/+14
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg1-18/+61
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg1-21/+26
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg1-5/+12
2014-04-30drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner1-10/+13
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+1
2014-04-01drbd: don't open-code kernel_recvmsg()Al Viro1-11/+1
2014-02-17drbd: Remove unused parameter of wire_flags_to_bio()Andreas Gruenbacher1-2/+2
2014-02-17drbd: Get rid of first_peer_device() in handle_write_conflicts()Andreas Gruenbacher1-5/+3
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-46/+45
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-20/+2
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-41/+43
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher1-1/+9
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-115/+138
2014-02-17drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher1-65/+109
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher1-2/+2
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher1-1/+1
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-58/+58
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-27/+27
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-67/+67
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-90/+90
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