aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-08drbd: Removed dead codePhilipp Reisner1-2/+0
2012-11-08drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher3-78/+12
2012-11-08drbd: fix schedule in atomicLars Ellenberg1-4/+9
2012-11-08drbd: fix thread stop deadlockLars Ellenberg4-23/+11
2012-11-08drbd: fix race when forcefully disconnectingLars Ellenberg3-50/+62
2012-11-08drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher3-40/+40
2012-11-08drbd: Introduce a "lockless" variant of drbd_send_protocoll()Andreas Gruenbacher2-8/+37
2012-11-08drbd: Remove obsolete drbd_crypto_is_hash()Andreas Gruenbacher3-25/+11
2012-11-08drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher4-17/+17
2012-11-08drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher3-18/+18
2012-11-08drbd: Wrong use of RCU in receive_protocol()Andreas Gruenbacher1-13/+19
2012-11-08drbd: fix copy/paste error in commentLars Ellenberg1-1/+1
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 Ellenberg3-65/+91
2012-11-08drbd: Consider all crypto options in connect and in net-optionsPhilipp Reisner1-109/+121
2012-11-08drbd: fix various disconnecting racesLars Ellenberg3-17/+26
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 Reisner4-41/+4
2012-11-08drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner3-7/+16
2012-11-08drbd: Basic refcounting for drbd_tconnPhilipp Reisner4-14/+35
2012-11-08drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto()Philipp Reisner2-24/+12
2012-11-08drbd: move comment about stopping the receiver thread to where it belongsLars Ellenberg1-2/+3
2012-11-08drbd: cmdname() enum to string convertion was missing a few constantsLars Ellenberg1-0/+9
2012-11-08drbd: fix setsockopt for user mode linuxLars Ellenberg1-13/+20
2012-11-08drbd: allow status dump request all volumes of a specific resourceLars Ellenberg1-4/+66
2012-11-08drbd: Considering that the two_primaries config flag can changePhilipp Reisner2-5/+18
2012-11-08drbd: Proper locking for updates to net_conf under RCUPhilipp Reisner4-96/+101
2012-11-08drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner8-212/+397
2012-11-08drbd: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner1-0/+5
2012-11-08drbd: Check consistency of net options when the get changed onlinePhilipp Reisner1-34/+45
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner5-26/+53
2012-11-08drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner6-3/+22
2012-11-08drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner3-17/+24
2012-11-08drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner5-19/+74
2012-11-08drbd: Inlined drbd_free_mdev(); it got called only from one placePhilipp Reisner2-19/+7
2012-11-08drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner3-10/+6
2012-11-08drbd: Rename drbd_pp_free() to drbd_free_pages()Andreas Gruenbacher1-3/+3