summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
Commit message (Expand)AuthorAgeFilesLines
* drbd: application writes may set-in-sync in protocol != CLars Ellenberg2014-07-101-1/+4
* drbd: Remove unnecessary/unused codeAndreas Gruenbacher2014-07-101-18/+0
* drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-1/+1
* drbd: use drbd_device_post_work() in more placesLars Ellenberg2014-07-101-24/+1
* drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-59/+0
* drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg2014-07-101-0/+5
* drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner2014-07-101-4/+4
* drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-101-22/+14
* drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-101-1/+1
* drbd: prepare sending side for REQ_DISCARDLars Ellenberg2014-04-301-2/+13
* drbd: allow parallel promote/demote actionsLars Ellenberg2014-04-301-0/+1
* drbd: perpare for genetlink parallel_opsLars Ellenberg2014-04-301-5/+7
* drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher2014-02-171-19/+30
* drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher2014-02-171-0/+24
* drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher2014-02-171-17/+15
* drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher2014-02-171-18/+2
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-171-127/+133
* drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher2014-02-171-3/+3
* drbd: Function prototype cleanupsAndreas Gruenbacher2014-02-171-4/+0
* drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher2014-02-171-1/+2
* drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher2014-02-171-29/+45
* 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-171-1/+1
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-18/+18
* drbd: Iterate over all connectionsAndreas Gruenbacher2014-02-171-22/+33
* drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher2014-02-171-2/+2
* drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher2014-02-171-3/+3
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-23/+23
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-171-14/+14
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-31/+31
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-171-12/+15
* drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-171-14/+19
* drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher2014-02-171-6/+4
* drbd: Add struct drbd_resource->devicesAndreas Gruenbacher2014-02-171-14/+48
* drbd: Minor cleanup in conn_new_minor()Andreas Gruenbacher2014-02-171-10/+9
* drbd: Add struct drbd_device->resourceAndreas Gruenbacher2014-02-171-0/+1
* drbd: Add struct drbd_resourceAndreas Gruenbacher2014-02-171-25/+71
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-16/+16
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-72/+84
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-323/+323
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-593/+593
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-79/+79
* drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-171-0/+1
* drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria2014-02-171-2/+0
* 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-231-12/+15
* drbd: fix NULL pointer deref in module init error pathLars Ellenberg2013-11-081-10/+9
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-24/+33
* drbd: fix error return code in drbd_init()Wei Yongjun2013-06-281-3/+1
OpenPOWER on IntegriCloud