aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher1-31/+38
2014-02-17drbd: In the worker thread, process drbd_work instead of drbd_device_work itemsAndreas Gruenbacher1-7/+7
2014-02-17drbd: Turn w_make_ov_request and make_resync_request into "normal" functionsAndreas Gruenbacher1-9/+6
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher1-2/+2
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-28/+22
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-59/+75
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher1-8/+0
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-22/+23
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher1-7/+6
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-17/+17
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-4/+4
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-1/+1
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-28/+28
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-2/+3
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-3/+3
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-46/+50
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-83/+83
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-368/+368
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-48/+48
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-0/+1
2014-02-17drivers: block: Mark the function as static in drbd_worker.cRashika Kheria1-6/+6
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-4/+4
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg1-3/+12
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner1-1/+3
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-1/+1
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg1-1/+2
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner1-0/+4
2012-11-09drbd: always write bitmap on detachLars Ellenberg1-2/+2
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg1-1/+1
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg1-2/+1
2012-11-09drbd: panic on delayed completion of aborted requestsPhilipp Reisner1-0/+37
2012-11-09drbd: dequeue single work items in wait_for_work()Lars Ellenberg1-1/+4
2012-11-09drbd: don't send out P_BARRIER with stale informationLars Ellenberg1-24/+25
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg1-6/+27
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg1-8/+0
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg1-2/+2
2012-11-08drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg1-48/+146
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg1-8/+8
2012-11-08drbd: allow to dequeue batches of work at a timeLars Ellenberg1-49/+39
2012-11-08drbd: simplify retry path of failed READ requestsLars Ellenberg1-20/+0
2012-11-08drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg1-0/+1
2012-11-08drbd: fix potential data corruption and protocol errorLars Ellenberg1-1/+1
2012-11-08drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner1-1/+1
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner1-2/+14
2012-11-08drbd: Update some outdated comments to match the codeAndreas Gruenbacher1-1/+1
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner1-4/+0
2012-11-08drbd: Missing assignment of mdev before drbd_queue_work()Philipp Reisner1-0/+1
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-1/+8
2012-11-08drbd: Fix the upper limit of resync-afterAndreas Gruenbacher1-13/+13
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner1-2/+6