summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
...
* | drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher2014-02-174-15/+13
* | drbd: Function prototype cleanupsAndreas Gruenbacher2014-02-172-4/+2
* | drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher2014-02-173-3/+4
* | drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher2014-02-172-32/+47
* | drbd: Define the size of res_opts->cpu_mask in a single placeAndreas Gruenbacher2014-02-171-2/+1
* | drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher2014-02-174-19/+21
* | drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-178-161/+160
* | drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is re...Andreas Gruenbacher2014-02-171-6/+2
* | drbd: Iterate over all connectionsAndreas Gruenbacher2014-02-172-53/+70
* | drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_...Andreas Gruenbacher2014-02-171-46/+46
* | drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher2014-02-173-4/+4
* | drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any co...Andreas Gruenbacher2014-02-171-1/+1
* | drbd: get_one_status(): Iterate over resource->devices instead of connection-...Andreas Gruenbacher2014-02-171-26/+46
* | drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher2014-02-173-7/+7
* | drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-179-107/+109
* | drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-176-109/+99
* | drbd: Turn drbd_printk() into a polymorphic macroAndreas Gruenbacher2014-02-171-15/+43
* | drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-179-283/+298
* | drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-176-92/+136
* | drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-174-22/+25
* | drbd: conn_try_disconnect(): Use parameter instead of the global variableAndreas Gruenbacher2014-02-171-1/+1
* | drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher2014-02-173-20/+30
* | drbd: Add struct drbd_resource->devicesAndreas Gruenbacher2014-02-173-20/+51
* | drbd: Minor cleanup in conn_new_minor()Andreas Gruenbacher2014-02-171-10/+9
* | drbd: Add struct drbd_device->resourceAndreas Gruenbacher2014-02-173-2/+4
* | drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare()Andreas Gruenbacher2014-02-171-6/+3
* | drbd: Add struct drbd_resourceAndreas Gruenbacher2014-02-173-78/+179
* | drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-177-47/+47
* | drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-1711-377/+416
* | drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-1712-1447/+1447
* | drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-1713-3400/+3400
* | drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-1713-562/+562
* | drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-177-292/+301
* | drbd: Add missing error gotoPhilipp Reisner2014-02-171-0/+1
* | drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.cRashika Kheria2014-02-171-10/+0
* | drivers: block: Mark function seq_printf_with_thousands_grouping() as static ...Rashika Kheria2014-02-171-1/+1
* | drivers: block: Mark the function as static in drbd_worker.cRashika Kheria2014-02-171-6/+6
* | drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria2014-02-172-2/+4
* | drivers: block: Mark functions as static in drbd_receiver.cRashika Kheria2014-02-171-1/+2
* | drivers: block: Mark functions as static in drbd_req.cRashika Kheria2014-02-171-2/+2
* | drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria2014-02-172-3/+1
* | drivers: block: Mark function as static in drbd_actlog.cRashika Kheria2014-02-171-0/+1
* | drivers: block: Mark functions as static in drbd_nl.cRashika Kheria2014-02-171-4/+5
* | drivers: block: Mark functions as static in drbd_main.cRashika Kheria2014-02-171-3/+3
|/
* block: Immutable bio vecsKent Overstreet2013-11-231-2/+2
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-233-22/+26
* block: Abstract out bvec iteratorKent Overstreet2013-11-235-9/+9
* drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2013-11-082-2/+5
* drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg2013-11-081-1/+5
* drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2013-11-082-2/+3