aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher1-19/+30
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-0/+24
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher1-17/+15
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher1-18/+2
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-127/+133
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher1-3/+3
2014-02-17drbd: Function prototype cleanupsAndreas Gruenbacher1-4/+0
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher1-1/+2
2014-02-17drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher1-29/+45
2014-02-17drbd: Define the size of res_opts->cpu_mask in a single placeAndreas Gruenbacher1-2/+1
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-1/+1
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-18/+18
2014-02-17drbd: Iterate over all connectionsAndreas Gruenbacher1-22/+33
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher1-2/+2
2014-02-17drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher1-3/+3
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-23/+23
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-14/+14
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-31/+31
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-12/+15
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher1-14/+19
2014-02-17drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher1-6/+4
2014-02-17drbd: Add struct drbd_resource->devicesAndreas Gruenbacher1-14/+48
2014-02-17drbd: Minor cleanup in conn_new_minor()Andreas Gruenbacher1-10/+9
2014-02-17drbd: Add struct drbd_device->resourceAndreas Gruenbacher1-0/+1
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher1-25/+71
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-16/+16
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-72/+84
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-323/+323
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-593/+593
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-79/+79
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-0/+1
2014-02-17drivers: block: Move prototype declaration to appropriate header file from drbd_main.cRashika Kheria1-2/+0
2014-02-17drivers: block: Mark functions as static in drbd_main.cRashika Kheria1-3/+3
2013-11-23block: Immutable bio vecsKent Overstreet1-2/+2
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-12/+15
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg1-10/+9
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-24/+33
2013-06-28drbd: fix error return code in drbd_init()Wei Yongjun1-3/+1
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+211
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-03-28drbd: fix memory leakLars Ellenberg1-0/+1
2013-03-28drbd: fix spurious warning about bitmap being locked from detachPhilipp Reisner1-1/+5
2013-03-22drbd: prepare to queue write requests on a submit workerLars Ellenberg1-1/+25
2013-03-22drbd: read meta data early, base on-disk offsets on super blockLars Ellenberg1-24/+107
2013-03-22drbd: mechanically rename la_size to la_size_sectLars Ellenberg1-3/+3
2013-03-22drbd: prepare for new striped layout of activity logLars Ellenberg1-8/+69
2013-03-22drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-3/+8
2013-03-22drbd: cleanup bogus assert messageLars Ellenberg1-7/+0
2013-02-27drbd: convert to idr_alloc()Tejun Heo1-16/+13
2012-12-06drbd: Remove obsolete checkPhilipp Reisner1-1/+1