summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_worker.c
Commit message (Expand)AuthorAge
...
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-17
* drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher2014-02-17
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-17
* drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher2014-02-17
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-17
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-17
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-17
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-17
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-17
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-17
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-17
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-17
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-17
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-17
* drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-17
* drivers: block: Mark the function as static in drbd_worker.cRashika Kheria2014-02-17
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-23
* drbd: validate resync_after dependency on attach alreadyLars Ellenberg2013-03-28
* drbd: abort start of resync early, if it raced with connection breakagePhilipp Reisner2013-03-28
* drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-22
* drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-22
* drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner2012-11-09
* drbd: always write bitmap on detachLars Ellenberg2012-11-09
* drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg2012-11-09
* drbd: use list_move_tail instead of list_del/list_add_tailLars Ellenberg2012-11-09
* drbd: panic on delayed completion of aborted requestsPhilipp Reisner2012-11-09
* drbd: dequeue single work items in wait_for_work()Lars Ellenberg2012-11-09
* drbd: don't send out P_BARRIER with stale informationLars Ellenberg2012-11-09
* drbd: introduce stop-sector to online verifyLars Ellenberg2012-11-09
* drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-11-08
* drbd: differentiate between normal and forced detachLars Ellenberg2012-11-08
* drbd: remove struct drbd_tl_epoch objects (barrier works)Lars Ellenberg2012-11-08
* drbd: move the drbd_work_queue from drbd_socket to drbd_connectionLars Ellenberg2012-11-08
* drbd: allow to dequeue batches of work at a timeLars Ellenberg2012-11-08
* drbd: simplify retry path of failed READ requestsLars Ellenberg2012-11-08
* drbd: move put_ldev from __req_mod() to the endio callbackLars Ellenberg2012-11-08
* drbd: fix potential data corruption and protocol errorLars Ellenberg2012-11-08
* drbd: Fixed an obvious copy-n-paste mistakePhilipp Reisner2012-11-08
* drbd: Fixes from the drbd-8.3 branchPhilipp Reisner2012-11-08
* drbd: Update some outdated comments to match the codeAndreas Gruenbacher2012-11-08
* drbd: Fixed w_restart_disk_io() to handle non active AL-extentsPhilipp Reisner2012-11-08
* drbd: Missing assignment of mdev before drbd_queue_work()Philipp Reisner2012-11-08
* drbd: detach from frozen backing devicePhilipp Reisner2012-11-08
* drbd: Fix the upper limit of resync-afterAndreas Gruenbacher2012-11-08
* drbd: Removing drbd_cfg_rwsemPhilipp Reisner2012-11-08
* drbd: Turn no-tcp-cork into tcp-cork={yes|no}Andreas Gruenbacher2012-11-08
* drbd: RCU for rs_plan_sPhilipp Reisner2012-11-08
* drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner2012-11-08
* drbd: RCU for disk_confPhilipp Reisner2012-11-08
* drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_...Philipp Reisner2012-11-08