summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg1-24/+1
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-59/+0
2014-07-10drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg1-0/+5
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner1-4/+4
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-22/+14
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner1-1/+1
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg1-2/+13
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg1-0/+1
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg1-5/+7
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 dr...Rashika Kheria1-2/+0
2014-02-17drivers: block: Mark functions as static in drbd_main.cRashika Kheria1-3/+3
2013-11-24block: Immutable bio vecsKent Overstreet1-2/+2
2013-11-24block: 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