summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)Author
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg
2014-07-10drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg
2014-07-10drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg
2014-07-10drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg
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-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg
2014-04-30drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner
2014-04-30drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg
2014-04-30drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner
2014-02-21drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas 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: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is re...Andreas Gruenbacher
2014-02-17drbd: Iterate over all connectionsAndreas Gruenbacher
2014-02-17drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_...Andreas Gruenbacher
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher
2014-02-17drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any co...Andreas Gruenbacher
2014-02-17drbd: get_one_status(): Iterate over resource->devices instead of connection-...Andreas 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: conn_try_disconnect(): Use parameter instead of the global variableAndreas 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: Add struct drbd_device->resourceAndreas Gruenbacher
2014-02-17drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare()Andreas Gruenbacher
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher