summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drbd: Don't use empty nested netlink attributesAndreas Gruenbacher2012-11-081-3/+3
| * drbd: drbd_adm_prepare(): Pass through error codesAndreas Gruenbacher2012-11-081-3/+7
| * drbd: Send PROTOCOL_UPDATE packets when appropriatePhilipp Reisner2012-11-081-9/+2
| * drbd: Refuse to change network options online when...Philipp Reisner2012-11-081-4/+18
| * drbd: Fix the upper limit of resync-afterAndreas Gruenbacher2012-11-081-2/+2
| * drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher2012-11-081-2/+2
| * drbd: Make broadcast events return NO_ERRORAndreas Gruenbacher2012-11-081-1/+1
| * drbd: Removing drbd_cfg_rwsemPhilipp Reisner2012-11-081-28/+15
| * drbd: Use RCU for the drbd_tconns listPhilipp Reisner2012-11-081-5/+7
| * drbd: Refcounting for mdev objectsPhilipp Reisner2012-11-081-2/+6
| * drbd: Turn no-md-flushes into md-flushes={yes|no}Andreas Gruenbacher2012-11-081-3/+3
| * drbd: RCU for rs_plan_sPhilipp Reisner2012-11-081-10/+8
| * drbd: Enforce limits of disk_conf members; centralized these checksPhilipp Reisner2012-11-081-10/+14
| * drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner2012-11-081-12/+22
| * drbd: RCU for disk_confPhilipp Reisner2012-11-081-48/+96
| * drbd: Introduce __s32_field in the genetlink macro magicLars Ellenberg2012-11-081-4/+4
| * drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_...Philipp Reisner2012-11-081-8/+7
| * drbd: drbd_dew_dev_size() gets the user requests disk_size as argumentPhilipp Reisner2012-11-081-5/+6
| * drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner2012-11-081-8/+8
| * drbd: Removed dead codePhilipp Reisner2012-11-081-2/+0
| * drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher2012-11-081-76/+10
| * drbd: fix schedule in atomicLars Ellenberg2012-11-081-4/+9
| * drbd: fix thread stop deadlockLars Ellenberg2012-11-081-4/+10
| * drbd: fix race when forcefully disconnectingLars Ellenberg2012-11-081-37/+48
| * drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher2012-11-081-10/+12
| * drbd: Remove obsolete drbd_crypto_is_hash()Andreas Gruenbacher2012-11-081-14/+11
| * drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher2012-11-081-6/+6
| * drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher2012-11-081-8/+8
| * drbd: rename variable sc to res_optsLars Ellenberg2012-11-081-7/+7
| * drbd: rename variable ndc to new_disk_confLars Ellenberg2012-11-081-17/+17
| * drbd: on reconfiguration requests, mind the SET_DEFAULTS flagLars Ellenberg2012-11-081-61/+89
| * drbd: Consider all crypto options in connect and in net-optionsPhilipp Reisner2012-11-081-109/+121
| * drbd: fix various disconnecting racesLars Ellenberg2012-11-081-9/+12
| * drbd: remove useless kobject_uevent from drbd_adm_connectLars Ellenberg2012-11-081-3/+3
| * drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner2012-11-081-17/+3
| * drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner2012-11-081-4/+11
| * drbd: Basic refcounting for drbd_tconnPhilipp Reisner2012-11-081-9/+13
| * drbd: allow status dump request all volumes of a specific resourceLars Ellenberg2012-11-081-4/+66
| * drbd: Proper locking for updates to net_conf under RCUPhilipp Reisner2012-11-081-38/+30
| * drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner2012-11-081-74/+108
| * drbd: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner2012-11-081-0/+5
| * drbd: Check consistency of net options when the get changed onlinePhilipp Reisner2012-11-081-34/+45
| * drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner2012-11-081-0/+4
| * drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner2012-11-081-11/+16
| * drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner2012-11-081-12/+29
| * drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner2012-11-081-1/+1
| * drbd: Introduce protocol version 100 headersAndreas Gruenbacher2012-11-081-2/+1
| * drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher2012-11-081-9/+0
| * drbd: Implemented conn_lowest_conn()Philipp Reisner2012-11-081-1/+1
| * drbd: Introduced a new type union drbd_dev_statePhilipp Reisner2012-11-081-2/+2