aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher1-48/+68
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-44/+46
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-260/+259
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-469/+469
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-34/+34
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-0/+1
2014-02-17drbd: Add missing error gotoPhilipp Reisner1-0/+1
2014-02-17drivers: block: Mark functions as static in drbd_nl.cRashika Kheria1-4/+5
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg1-2/+2
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner1-1/+1
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-26/+111
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner1-10/+10
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner1-2/+13
2013-06-28drbd: Fix rcu_read_lock balance on error pathAndreas Gruenbacher1-7/+12
2013-03-28drbd: validate resync_after dependency on attach alreadyLars Ellenberg1-0/+6
2013-03-28drbd: Fix disconnect to keep the peer disk state if connection breaks during operationPhilipp Reisner1-2/+5