summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2014-09-11drbd: Use better variable namesAndreas Gruenbacher
2014-07-10drbd: implicitly truncate cpu-maskLars Ellenberg
2014-07-10drbd: debugfs: Add in_flight_summaryLars Ellenberg
2014-07-10drbd: debugfs: add basic hierarchyLars Ellenberg
2014-07-10drbd: track details of bitmap IOLars Ellenberg
2014-07-10drbd: improve throttling decisions of background resynchronisationLars Ellenberg
2014-07-10drbd: add lists to find oldest pending requestsLars Ellenberg
2014-07-10drbd: gather detailed timing statistics for drbd_requestsLars Ellenberg
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg
2014-07-10drbd: fix drbd_destroy_device reference count updatesLars Ellenberg
2014-07-10drbd: poison free'd device, resource and connection structsLars Ellenberg
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg
2014-07-10drbd: application writes may set-in-sync in protocol != CLars Ellenberg
2014-07-10drbd: Remove unnecessary/unused codeAndreas Gruenbacher
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-10drbd: use drbd_device_post_work() in more placesLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: trigger tcp_push_pending_frames() for PING and PING_ACKLars Ellenberg
2014-07-10drbd: rename drbd_free_bc() to drbd_free_ldev()Philipp Reisner
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg
2014-02-17drbd: Add drbd_thread->resource and make drbd_thread->connection optionalAndreas Gruenbacher
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher
2014-02-17drbd: Create a dedicated struct drbd_device_workAndreas Gruenbacher
2014-02-17drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher
2014-02-17drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher
2014-02-17drbd: Function prototype cleanupsAndreas Gruenbacher
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher
2014-02-17drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Define the size of res_opts->cpu_mask in a single placeAndreas Gruenbacher
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Iterate over all connectionsAndreas Gruenbacher
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher
2014-02-17drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher
2014-02-17drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher
2014-02-17drbd: Add struct drbd_resource->devicesAndreas Gruenbacher
2014-02-17drbd: Minor cleanup in conn_new_minor()Andreas Gruenbacher
2014-02-17drbd: Add struct drbd_device->resourceAndreas Gruenbacher
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher