summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_worker.c
AgeCommit message (Expand)Author
2014-02-17drbd: Use the right peer deviceAndreas Gruenbacher
2014-02-17drbd: In the worker thread, process drbd_work instead of drbd_device_work itemsAndreas Gruenbacher
2014-02-17drbd: Turn w_make_ov_request and make_resync_request into "normal" functionsAndreas Gruenbacher
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas 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: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas 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 the function as static in drbd_worker.cRashika Kheria
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg
2013-03-28drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner
2012-11-09drbd: always write bitmap on detachLars Ellenberg
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg
2012-11-09drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg
2012-11-09drbd: panic on delayed completion of aborted requestsPhilipp Reisner
2012-11-09drbd: dequeue single work items in wait_for_work()Lars Ellenberg
2012-11-09drbd: don't send out P_BARRIER with stale informationLars Ellenberg
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg
2012-11-08drbd: do not reset rs_pending_cnt too earlyLars Ellenberg
2012-11-08drbd: differentiate between normal and forced detachLars Ellenberg
2012-11-08drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg
2012-11-08drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg
2012-11-08drbd: allow to dequeue batches of work at a timeLars Ellenberg
2012-11-08drbd: simplify retry path of failed READ requestsLars Ellenberg
2012-11-08drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg
2012-11-08drbd: fix potential data corruption and protocol errorLars Ellenberg
2012-11-08drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner
2012-11-08drbd: Update some outdated comments to match the codeAndreas Gruenbacher
2012-11-08drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner
2012-11-08drbd: Missing assignment of mdev before drbd_queue_work()Philipp Reisner
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: Fix the upper limit of resync-afterAndreas Gruenbacher
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner