aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg1-1/+9
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner2-1/+14
2012-11-08drbd: Fixes from the 8.3 development branchPhilipp Reisner1-1/+1
2012-11-08drbd: allow ping-timeout of up to 30 secondsLars Ellenberg1-1/+1
2012-11-08drbd: Rename --dry-run to --tentativeAndreas Gruenbacher1-1/+1
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher1-31/+31
2012-11-08drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested()Andreas Gruenbacher2-38/+1
2012-11-08drbd: Use the terminology suggested by the command names in the source code and messagesAndreas Gruenbacher2-15/+6
2012-11-08drbd: spelling fix: too smallLars Ellenberg1-2/+2
2012-11-08drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY flag firstAndreas Gruenbacher1-1/+1
2012-11-08drbd: Make drbd's use of netlink attribute flags less confusingAndreas Gruenbacher3-222/+193
2012-11-08drbd: Remove unused GENLA_F_MAY_IGNORE flagAndreas Gruenbacher1-6/+0
2012-11-08drbd: Output signed / unsigned netlink fields correctlyAndreas Gruenbacher2-22/+53
2012-11-08drbd: Use more generic constant namesAndreas Gruenbacher1-4/+4
2012-11-08drbd: Refuse to change network options online when...Philipp Reisner1-0/+1
2012-11-08drbd: Rename DISK_SIZE_SECT -> DISK_SIZEAndreas Gruenbacher1-3/+4
2012-11-08drbd: Convert resync-after into a signed netlink fieldAndreas Gruenbacher3-1/+6
2012-11-08drbd: Fix the upper limit of resync-afterAndreas Gruenbacher3-6/+7
2012-11-08drbd: Refer to connect-int consistently throughout the codeAndreas Gruenbacher1-1/+1
2012-11-08drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher2-4/+5
2012-11-08drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher1-1/+1
2012-11-08drbd: Also define the default values of boolean flags in a single placeAndreas Gruenbacher2-8/+18
2012-11-08drbd: Turn no-tcp-cork into tcp-cork={yes|no}Andreas Gruenbacher1-1/+1
2012-11-08drbd: Turn no-md-flushes into md-flushes={yes|no}Andreas Gruenbacher1-1/+1
2012-11-08drbd: Turn no-disk-drain into disk-drain={yes|no}Andreas Gruenbacher1-1/+1
2012-11-08drbd: Turn no-disk-flushes into disk-flushes={yes|no}Andreas Gruenbacher1-2/+2
2012-11-08drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8Andreas Gruenbacher1-8/+2
2012-11-08drbd: Introduce __s32_field in the genetlink macro magicLars Ellenberg2-1/+4
2012-11-08drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher3-46/+79
2012-11-08drbd: Remove left-over unused defineAndreas Gruenbacher1-1/+0
2012-11-08drbd: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner1-0/+1
2012-11-08drbd: Introduce protocol version 100 headersAndreas Gruenbacher3-2/+3
2012-11-08drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner1-1/+2
2012-11-08drbd: distribute former syncer_conf settings to disk, connection, and resource levelLars Ellenberg4-79/+123
2012-11-04drbd: Allow volumes to become primary only on one sidePhilipp Reisner1-1/+2
2012-11-04drbd: introduce in-kernel "down" commandLars Ellenberg1-0/+2
2012-11-04drbd: remove now unused connector related filesLars Ellenberg2-256/+0
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg2-35/+2
2011-10-14drbd: prepare the transition from connector to genetlinkLars Ellenberg4-0/+1081
2011-10-14drbd: default to detach on-io-errorLars Ellenberg1-1/+1
2011-10-14drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner2-0/+15
2011-10-14drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner1-4/+15
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg2-3/+9
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg1-24/+44
2011-10-14drbd: use clear_bit_unlock() where appropriateLars Ellenberg1-2/+1
2011-09-28drbd: Use new header layoutPhilipp Reisner1-1/+1
2011-08-29idr: idr_for_each_entry() macroPhilipp Reisner1-0/+11
2011-08-25drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIGAndreas Gruenbacher1-2/+0
2011-08-23loop: always allow userspace partitions and optionally support automatic scanningKay Sievers1-0/+1
2011-08-23block: add GENHD_FL_NO_PART_SCANTejun Heo1-2/+4