aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-10drbd: fix race between role change and handshakePhilipp Reisner1-1/+1
2014-11-10drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher1-1/+1
2014-11-10drbd: Minor cleanupsAndreas Gruenbacher1-34/+26
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-44/+66
2014-07-10drbd: track meta data IO intent, start and submit timeLars Ellenberg1-2/+2
2014-07-10drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg1-1/+3
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-1/+1
2014-07-10drbd: make sure disk cleanup happens in worker contextLars Ellenberg1-1/+1
2014-07-10drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg1-3/+1
2014-07-10drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg1-2/+2
2014-07-10drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg1-0/+4
2014-07-10drbd: get rid of atomic update on disk bitmap worksLars Ellenberg1-7/+0
2014-07-10drbd: allow write-ordering policy to be bumped up againLars Ellenberg1-1/+9
2014-07-10drbd: refactor use of first_peer_device()Lars Ellenberg1-12/+18
2014-07-10drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner1-15/+26
2014-07-10drbd: Move write_ordering from connection to resourcePhilipp Reisner1-2/+2
2014-07-10drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg1-0/+6
2014-04-30drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner1-1/+1
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner1-1/+2
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner1-6/+6
2014-04-30drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg1-1/+7
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg1-0/+20
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg1-14/+86
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg1-167/+166
2014-04-30drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner1-1/+1
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner1-1/+0
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner1-0/+8
2014-02-21drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher1-1/+1
2014-02-17drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher1-5/+5
2014-02-17drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher1-9/+18
2014-02-17drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher1-1/+1
2014-02-17drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher1-2/+1
2014-02-17drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher1-25/+25
2014-02-17drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is requestedAndreas Gruenbacher1-6/+2
2014-02-17drbd: Iterate over all connectionsAndreas Gruenbacher1-31/+37
2014-02-17drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_confAndreas Gruenbacher1-46/+46
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher1-1/+1
2014-02-17drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connectionsAndreas Gruenbacher1-1/+1
2014-02-17drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devicesAndreas Gruenbacher1-26/+46
2014-02-17drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher1-2/+2
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-4/+4
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-12/+12
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-37/+37
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-25/+34
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher1-5/+3
2014-02-17drbd: conn_try_disconnect(): Use parameter instead of the global variableAndreas Gruenbacher1-1/+1
2014-02-17drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher1-13/+25
2014-02-17drbd: Add struct drbd_resource->devicesAndreas Gruenbacher1-6/+1
2014-02-17drbd: Add struct drbd_device->resourceAndreas Gruenbacher1-2/+2
2014-02-17drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare()Andreas Gruenbacher1-6/+3