summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher1-0/+1
2014-02-17drbd: Make w_make_resync_request() staticAndreas Gruenbacher1-1/+0
2014-02-17drbd: struct drbd_peer_request: Use drbd_work instead of drbd_device_workAndreas Gruenbacher1-1/+2
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-10/+2
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-12/+17
2014-02-17drbd: Rename w_prev_work_done -> w_completeAndreas Gruenbacher1-1/+0
2014-02-17drbd: Move string function prototypes from linux/drbd.h to drbd_string.hAndreas Gruenbacher1-0/+1
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher1-2/+1
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-24/+24
2014-02-17drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher1-8/+0
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher1-3/+2
2014-02-17drbd: Function prototype cleanupsAndreas Gruenbacher1-0/+2
2014-02-17drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher1-3/+2
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-8/+10
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-8/+7
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher1-1/+1
2014-02-17drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher1-2/+2
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-4/+6
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-10/+0
2014-02-17drbd: Turn drbd_printk() into a polymorphic macroAndreas Gruenbacher1-15/+43
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-12/+27
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-2/+5
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher1-2/+2
2014-02-17drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher1-1/+1
2014-02-17drbd: Add struct drbd_resource->devicesAndreas Gruenbacher1-0/+2
2014-02-17drbd: Add struct drbd_device->resourceAndreas Gruenbacher1-0/+1
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher1-5/+40
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-4/+4
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-19/+39
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-67/+67
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-243/+243
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-173/+173
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-292/+1
2014-02-17drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria1-0/+4
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria1-0/+1
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner1-1/+2
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-1/+6
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner1-1/+6
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner1-0/+1
2013-03-22drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg1-0/+2
2013-03-22drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg1-0/+1
2013-03-22drbd: prepare to queue write requests on a submit workerLars Ellenberg1-0/+13
2013-03-22drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-1/+1
2013-03-22drbd: use the cached meta_dev_idxLars Ellenberg1-27/+5
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg1-26/+20
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-36/+50
2013-03-22drbd: cleanup bogus assert messageLars Ellenberg1-3/+4
2012-11-30drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe1-27/+0
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-797/+601
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner1-0/+1