summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-40/+211
|\
| * drbd: fix memory leakLars Ellenberg2013-03-281-0/+1
| * drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner2013-03-281-1/+5
| * drbd: prepare to queue write requests on a submit workerLars Ellenberg2013-03-221-1/+25
| * drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg2013-03-221-24/+107
| * drbd: mechanically rename la_size to la_size_sectLars Ellenberg2013-03-221-3/+3
| * drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-221-8/+69
| * drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-221-3/+8
| * drbd: cleanup bogus assert messageLars Ellenberg2013-03-221-7/+0
* | block_device_operations->release() should return voidAl Viro2013-05-071-3/+2
|/
* drbd: convert to idr_alloc()Tejun Heo2013-02-271-16/+13
* drbd: Remove obsolete checkPhilipp Reisner2012-12-061-1/+1
OpenPOWER on IntegriCloud