summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_nl.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg1-18/+1
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-3/+25
2012-11-08drbd: Fixed state transitions in case reading meta data failesPhilipp Reisner1-1/+1
2012-11-08drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner1-2/+5
2012-11-08drbd: Remove dead codeAndreas Gruenbacher1-12/+0
2012-11-08drbd: Allow to pass resource options to the new-resource commandAndreas Gruenbacher1-35/+16
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher1-64/+94
2012-11-08drbd: Rename DRBD_ADM_NEED_{CONN -> RESOURCE}Andreas Gruenbacher1-11/+11
2012-11-08drbd: Split off netlink mandatory attribute handling into separate fileAndreas Gruenbacher1-50/+1
2012-11-08drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes...Andreas Gruenbacher1-20/+76
2012-11-08drbd: Use the terminology suggested by the command names in the source code a...Andreas Gruenbacher1-8/+8
2012-11-08drbd: spelling fix: too smallLars Ellenberg1-4/+4
2012-11-08drbd: Don't use empty nested netlink attributesAndreas Gruenbacher1-3/+3
2012-11-08drbd: drbd_adm_prepare(): Pass through error codesAndreas Gruenbacher1-3/+7
2012-11-08drbd: Send PROTOCOL_UPDATE packets when appropriatePhilipp Reisner1-9/+2
2012-11-08drbd: Refuse to change network options online when...Philipp Reisner1-4/+18
2012-11-08drbd: Fix the upper limit of resync-afterAndreas Gruenbacher1-2/+2
2012-11-08drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher1-2/+2
2012-11-08drbd: Make broadcast events return NO_ERRORAndreas Gruenbacher1-1/+1
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner1-28/+15
2012-11-08drbd: Use RCU for the drbd_tconns listPhilipp Reisner1-5/+7
2012-11-08drbd: Refcounting for mdev objectsPhilipp Reisner1-2/+6
2012-11-08drbd: Turn no-md-flushes into md-flushes={yes|no}Andreas Gruenbacher1-3/+3
2012-11-08drbd: RCU for rs_plan_sPhilipp Reisner1-10/+8
2012-11-08drbd: Enforce limits of disk_conf members; centralized these checksPhilipp Reisner1-10/+14
2012-11-08drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner1-12/+22
2012-11-08drbd: RCU for disk_confPhilipp Reisner1-48/+96
2012-11-08drbd: Introduce __s32_field in the genetlink macro magicLars Ellenberg1-4/+4
2012-11-08drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_...Philipp Reisner1-8/+7
2012-11-08drbd: drbd_dew_dev_size() gets the user requests disk_size as argumentPhilipp Reisner1-5/+6
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner1-8/+8
2012-11-08drbd: Removed dead codePhilipp Reisner1-2/+0
2012-11-08drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher1-76/+10
2012-11-08drbd: fix schedule in atomicLars Ellenberg1-4/+9
2012-11-08drbd: fix thread stop deadlockLars Ellenberg1-4/+10
2012-11-08drbd: fix race when forcefully disconnectingLars Ellenberg1-37/+48
2012-11-08drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher1-10/+12
2012-11-08drbd: Remove obsolete drbd_crypto_is_hash()Andreas Gruenbacher1-14/+11
2012-11-08drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher1-6/+6
2012-11-08drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher1-8/+8
2012-11-08drbd: rename variable sc to res_optsLars Ellenberg1-7/+7
2012-11-08drbd: rename variable ndc to new_disk_confLars Ellenberg1-17/+17
2012-11-08drbd: on reconfiguration requests, mind the SET_DEFAULTS flagLars Ellenberg1-61/+89
2012-11-08drbd: Consider all crypto options in connect and in net-optionsPhilipp Reisner1-109/+121
2012-11-08drbd: fix various disconnecting racesLars Ellenberg1-9/+12
2012-11-08drbd: remove useless kobject_uevent from drbd_adm_connectLars Ellenberg1-3/+3
2012-11-08drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner1-17/+3
2012-11-08drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner1-4/+11
2012-11-08drbd: Basic refcounting for drbd_tconnPhilipp Reisner1-9/+13
2012-11-08drbd: allow status dump request all volumes of a specific resourceLars Ellenberg1-4/+66