summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_receiver.c
AgeCommit message (Expand)Author
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen
2014-11-10drbd: fix resync throttling initializationLars Ellenberg
2014-09-11drbd: Improve asender performanceLars Ellenberg
2014-09-11drbd: Use better variable namesAndreas Gruenbacher
2014-07-10drbd: silence underflow warning in read_in_block()Dan Carpenter
2014-07-10drbd: debugfs: add callback_historyLars Ellenberg
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg
2014-07-10drbd: register peer requests on read_ee earlyLars Ellenberg
2014-07-10drbd: track timing details of peer_requestsLars Ellenberg
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: also keep track of trim -> zero-out fallback peer_requestsLars Ellenberg
2014-07-10drbd: consistently use list_add_tail for peer_request trackingLars Ellenberg
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg
2014-07-10drbd: New net configuration option socket-check-timeoutPhilipp Reisner
2014-07-10drbd: Limit the time we are waiting for the first packet on an accepted socketPhilipp Reisner
2014-07-10drbd: implement csums-after-crash-onlyLars Ellenberg
2014-07-10drbd: don't implicitly resize Diskless node beyond end of deviceLars Ellenberg
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-10drbd: get rid of drbd_queue_work_frontLars Ellenberg
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner
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