summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-30loop: Limit the number of requests in the bio listLukas Czerner1-0/+3
2012-11-30wait: add wait_event_lock_irq() interfaceLukas Czerner1-0/+164
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren1-2/+6
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner10-329/+1300
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner1-2/+2
2012-11-09drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/Lars Ellenberg1-1/+1
2012-11-09drbd: pass some more information to userspace.Philipp Marek1-0/+10
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg2-1/+2
2012-11-08drbd: New disk option al-updatesPhilipp Reisner3-0/+5
2012-11-08drbd: Stop using NLA_PUT*().Andreas Gruenbacher2-11/+13
2012-11-08drbd: Load balancing method: stripingPhilipp Reisner1-0/+6
2012-11-08drbd: Load balancing of read requestsPhilipp Reisner3-0/+10
2012-11-08drbd: The minor_count module parameter is only a hint nowadaysPhilipp Reisner1-1/+1
2012-11-08drbd: Fix the maximum accepted minor device numberAndreas Gruenbacher1-1/+1
2012-11-08drbd: Define scale factors in a single placeAndreas Gruenbacher1-2/+27
2012-11-08drbd: Changed some defaultsPhilipp Reisner1-7/+7
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_nes...Andreas Gruenbacher2-38/+1
2012-11-08drbd: Use the terminology suggested by the command names in the source code a...Andreas 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 f...Andreas 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 resourc...Lars Ellenberg4-79/+123