summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drbd: Fix the maximum accepted minor device numberAndreas Gruenbacher2012-11-081-1/+1
* drbd: Define scale factors in a single placeAndreas Gruenbacher2012-11-081-2/+27
* drbd: Changed some defaultsPhilipp Reisner2012-11-081-7/+7
* drbd: on attach, enforce clean meta dataLars Ellenberg2012-11-081-1/+9
* drbd: detach from frozen backing devicePhilipp Reisner2012-11-082-1/+14
* drbd: Fixes from the 8.3 development branchPhilipp Reisner2012-11-081-1/+1
* drbd: allow ping-timeout of up to 30 secondsLars Ellenberg2012-11-081-1/+1
* drbd: Rename --dry-run to --tentativeAndreas Gruenbacher2012-11-081-1/+1
* drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher2012-11-081-31/+31
* drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes...Andreas Gruenbacher2012-11-082-38/+1Star
* drbd: Use the terminology suggested by the command names in the source code a...Andreas Gruenbacher2012-11-082-15/+6Star
* drbd: spelling fix: too smallLars Ellenberg2012-11-081-2/+2
* drbd: drbd_nla_check_mandatory(): Need to remove the DRBD_GENLA_F_MANDATORY f...Andreas Gruenbacher2012-11-081-1/+1
* drbd: Make drbd's use of netlink attribute flags less confusingAndreas Gruenbacher2012-11-083-222/+193Star
* drbd: Remove unused GENLA_F_MAY_IGNORE flagAndreas Gruenbacher2012-11-081-6/+0Star
* drbd: Output signed / unsigned netlink fields correctlyAndreas Gruenbacher2012-11-082-22/+53
* drbd: Use more generic constant namesAndreas Gruenbacher2012-11-081-4/+4
* drbd: Refuse to change network options online when...Philipp Reisner2012-11-081-0/+1
* drbd: Rename DISK_SIZE_SECT -> DISK_SIZEAndreas Gruenbacher2012-11-081-3/+4
* drbd: Convert resync-after into a signed netlink fieldAndreas Gruenbacher2012-11-083-1/+6
* drbd: Fix the upper limit of resync-afterAndreas Gruenbacher2012-11-083-6/+7
* drbd: Refer to connect-int consistently throughout the codeAndreas Gruenbacher2012-11-081-1/+1
* drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher2012-11-082-4/+5
* drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher2012-11-081-1/+1
* drbd: Also define the default values of boolean flags in a single placeAndreas Gruenbacher2012-11-082-8/+18
* drbd: Turn no-tcp-cork into tcp-cork={yes|no}Andreas Gruenbacher2012-11-081-1/+1
* drbd: Turn no-md-flushes into md-flushes={yes|no}Andreas Gruenbacher2012-11-081-1/+1
* drbd: Turn no-disk-drain into disk-drain={yes|no}Andreas Gruenbacher2012-11-081-1/+1
* drbd: Turn no-disk-flushes into disk-flushes={yes|no}Andreas Gruenbacher2012-11-081-2/+2
* drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8Andreas Gruenbacher2012-11-081-8/+2Star
* drbd: Introduce __s32_field in the genetlink macro magicLars Ellenberg2012-11-082-1/+4
* drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher2012-11-083-46/+79
* drbd: Remove left-over unused defineAndreas Gruenbacher2012-11-081-1/+0Star
* drbd: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner2012-11-081-0/+1
* drbd: Introduce protocol version 100 headersAndreas Gruenbacher2012-11-083-2/+3
* drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner2012-11-081-1/+2
* drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg2012-11-084-79/+123
* drbd: Allow volumes to become primary only on one sidePhilipp Reisner2012-11-041-1/+2
* drbd: introduce in-kernel "down" commandLars Ellenberg2012-11-041-0/+2
* drbd: remove now unused connector related filesLars Ellenberg2012-11-042-256/+0Star
* drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-042-35/+2Star
* drbd: prepare the transition from connector to genetlinkLars Ellenberg2011-10-144-0/+1081
* drbd: default to detach on-io-errorLars Ellenberg2011-10-141-1/+1
* drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner2011-10-142-0/+15
* drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner2011-10-141-4/+15
* drbd: new on-disk activity log transaction formatLars Ellenberg2011-10-142-3/+9
* lru_cache: allow multiple changes per transactionLars Ellenberg2011-10-141-24/+44
* drbd: use clear_bit_unlock() where appropriateLars Ellenberg2011-10-141-2/+1Star
* drbd: Use new header layoutPhilipp Reisner2011-09-281-1/+1
* idr: idr_for_each_entry() macroPhilipp Reisner2011-08-291-0/+11