summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg2014-07-101-3/+1
* block: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-07-101-4/+4
* drbd: implement csums-after-crash-onlyLars Ellenberg2014-07-101-0/+2
* drbd: fix bogus resync stats in /proc/drbdLars Ellenberg2014-07-101-48/+0
* drbd: Remove unnecessary/unused codeAndreas Gruenbacher2014-07-101-1/+0
* drbd: get rid of drbd_queue_work_frontLars Ellenberg2014-07-101-12/+2
* drbd: use drbd_device_post_work() in more placesLars Ellenberg2014-07-101-14/+2
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-13/+27
* drbd: close race when detaching from diskLars Ellenberg2014-07-101-2/+7
* drbd: fix resync finished detectionLars Ellenberg2014-07-101-11/+31
* drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-101-1/+1
* drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner2014-07-101-1/+1
* drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-101-4/+5
* drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-101-2/+3
* drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg2014-04-301-2/+2
* drbd: add back some fairness to AL transactionsLars Ellenberg2014-04-301-0/+1
* drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg2014-04-301-0/+1
* drbd: prepare receiving side for REQ_DISCARDLars Ellenberg2014-04-301-1/+18
* drbd: allow parallel promote/demote actionsLars Ellenberg2014-04-301-0/+1
* drbd: perpare for genetlink parallel_opsLars Ellenberg2014-04-301-3/+25
* drbd: don't let application IO pre-empt resync too oftenLars Ellenberg2014-04-301-1/+2
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-301-0/+35
* drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher2014-02-171-0/+1
* drbd: Make w_make_resync_request() staticAndreas Gruenbacher2014-02-171-1/+0
* drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher2014-02-171-1/+2
* drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher2014-02-171-10/+2
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-12/+17
* drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher2014-02-171-1/+0
* drbd: Move string function prototypes from linux/drbd.h to drbd_string.hAndreas Gruenbacher2014-02-171-0/+1
* drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher2014-02-171-2/+1
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-171-24/+24
* drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher2014-02-171-8/+0
* drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher2014-02-171-3/+2
* drbd: Function prototype cleanupsAndreas Gruenbacher2014-02-171-0/+2
* drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher2014-02-171-3/+2
* drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher2014-02-171-8/+10
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-8/+7
* drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher2014-02-171-1/+1
* drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher2014-02-171-2/+2
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-4/+6
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-171-10/+0
* drbd: Turn drbd_printk() into a polymorphic macroAndreas Gruenbacher2014-02-171-15/+43
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-12/+27
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-171-2/+5
* drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-171-2/+2
* drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher2014-02-171-1/+1
* drbd: Add struct drbd_resource->devicesAndreas Gruenbacher2014-02-171-0/+2
* drbd: Add struct drbd_device->resourceAndreas Gruenbacher2014-02-171-0/+1
* drbd: Add struct drbd_resourceAndreas Gruenbacher2014-02-171-5/+40
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-4/+4