aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg5-292/+19
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner10-89/+307
2012-11-08drbd: Improve the "unexpected packet" error messagesAndreas Gruenbacher1-9/+11
2012-11-08drbd: Fixed state transitions in case reading meta data failesPhilipp Reisner2-8/+1
2012-11-08drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner3-3/+13
2012-11-08drbd: Fixes from the 8.3 development branchPhilipp Reisner2-20/+46
2012-11-08drbd: downgraded error printk to infoLars Ellenberg1-4/+2
2012-11-08DRBD: Fix comparison always false warning due to long/long long compareDavid Howells1-1/+1
2012-11-08drbd: Rename --dry-run to --tentativeAndreas Gruenbacher2-5/+5
2012-11-08drbd: Remove dead codeAndreas Gruenbacher1-12/+0
2012-11-08drbd: Allow to pass resource options to the new-resource commandAndreas Gruenbacher3-40/+61
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher5-76/+133
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 Gruenbacher6-56/+66
2012-11-08drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nested()Andreas Gruenbacher2-20/+82
2012-11-08drbd: Use the terminology suggested by the command names in the source code and messagesAndreas Gruenbacher1-8/+8
2012-11-08drbd: spelling fix: too smallLars Ellenberg1-4/+4
2012-11-08drbd: cosmetic: fix accidental division instead of modulo when pretty printingLars Ellenberg1-1/+1
2012-11-08drbd: Use DRBD_MINOR_COUNT_DEF in one more placeAndreas Gruenbacher1-1/+1
2012-11-08drbd: Lower log priority for an event that is definitely not an errorPhilipp Reisner1-1/+1
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 Reisner3-13/+6
2012-11-08drbd: Receiving part for the PROTOCOL_UPDATE packetPhilipp Reisner3-15/+63
2012-11-08drbd: Allocation of int_dig_in and int_dig_vv was missingPhilipp Reisner1-0/+15
2012-11-08drbd: Made cmp_after_sb() more generic into convert_after_sb()Philipp Reisner1-16/+9
2012-11-08drbd: protect updates to integrits_tfm by tconn->data->mutexPhilipp Reisner2-5/+6
2012-11-08drbd: Refuse to change network options online when...Philipp Reisner1-4/+18
2012-11-08drbd: Fix the upper limit of resync-afterAndreas Gruenbacher3-17/+17
2012-11-08drbd: Refer to connect-int consistently throughout the codeAndreas Gruenbacher1-6/+6
2012-11-08drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher3-6/+6
2012-11-08drbd: skip spurious wait_event in drbd_al_begin_ioLars Ellenberg1-8/+10
2012-11-08drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher4-13/+13
2012-11-08drbd: Make broadcast events return NO_ERRORAndreas Gruenbacher1-1/+1
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner6-75/+72
2012-11-08drbd: Use RCU for the drbd_tconns listPhilipp Reisner2-8/+11
2012-11-08drbd: Refcounting for mdev objectsPhilipp Reisner4-19/+31
2012-11-08drbd: Turn no-tcp-cork into tcp-cork={yes|no}Andreas Gruenbacher2-5/+5
2012-11-08drbd: Turn no-md-flushes into md-flushes={yes|no}Andreas Gruenbacher1-3/+3
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-1/+1
2012-11-08drbd: RCU for rs_plan_sPhilipp Reisner4-55/+77
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 Reisner5-31/+57
2012-11-08drbd: RCU for disk_confPhilipp Reisner6-133/+282
2012-11-08drbd: Introduce __s32_field in the genetlink macro magicLars Ellenberg1-4/+4
2012-11-08drbd: Renamed (old|new)_conf into (old|new)_net_conf in receive_SyncParamPhilipp Reisner1-16/+16
2012-11-08drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed()Philipp Reisner3-23/+17
2012-11-08drbd: drbd_dew_dev_size() gets the user requests disk_size as argumentPhilipp Reisner3-7/+8
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner5-17/+17