summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: Remove leftover prototypeAndreas Gruenbacher1-2/+0
2012-11-08drbd: Move list of epochs from mdev to tconnPhilipp Reisner1-3/+3
2012-11-08drbd: Prepare epochs per connectionPhilipp Reisner1-0/+1
2012-11-08drbd: Move write_ordering from mdev to tconnPhilipp Reisner1-2/+4
2012-11-08drbd: Move the CREATE_BARRIER flag from connection to devicePhilipp Reisner1-1/+1
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner1-2/+2
2012-11-08drbd: Consider the discard-my-data flag for all volumes [bugz 359]Philipp Reisner1-0/+1
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg1-6/+0
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner1-4/+8
2012-11-08drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner1-1/+2
2012-11-08drbd: Fixes from the 8.3 development branchPhilipp Reisner1-5/+5
2012-11-08DRBD: Fix comparison always false warning due to long/long long compareDavid Howells1-1/+1
2012-11-08drbd: Allow to pass resource options to the new-resource commandAndreas Gruenbacher1-2/+2
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher1-0/+7
2012-11-08drbd: Split off netlink mandatory attribute handling into separate fileAndreas Gruenbacher1-6/+0
2012-11-08drbd: Also need to check for DRBD_GENLA_F_MANDATORY flags before nla_find_nes...Andreas Gruenbacher1-0/+6
2012-11-08drbd: Send PROTOCOL_UPDATE packets when appropriatePhilipp Reisner1-1/+1
2012-11-08drbd: Receiving part for the PROTOCOL_UPDATE packetPhilipp Reisner1-1/+2
2012-11-08drbd: protect updates to integrits_tfm by tconn->data->mutexPhilipp Reisner1-1/+1
2012-11-08drbd: Fix the upper limit of resync-afterAndreas Gruenbacher1-2/+2
2012-11-08drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher1-3/+3
2012-11-08drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher1-1/+1
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner1-6/+3
2012-11-08drbd: Refcounting for mdev objectsPhilipp Reisner1-1/+2
2012-11-08drbd: RCU for rs_plan_sPhilipp Reisner1-1/+1
2012-11-08drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner1-3/+4
2012-11-08drbd: RCU for disk_confPhilipp Reisner1-10/+44
2012-11-08drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_...Philipp Reisner1-1/+2
2012-11-08drbd: drbd_dew_dev_size() gets the user requests disk_size as argumentPhilipp Reisner1-1/+1
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner1-1/+1
2012-11-08drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher1-1/+1
2012-11-08drbd: Introduce a "lockless" variant of drbd_send_protocoll()Andreas Gruenbacher1-0/+1
2012-11-08drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher1-1/+1
2012-11-08drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher1-1/+1
2012-11-08drbd: on reconfiguration requests, mind the SET_DEFAULTS flagLars Ellenberg1-0/+1
2012-11-08drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner1-6/+0
2012-11-08drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner1-1/+1
2012-11-08drbd: Basic refcounting for drbd_tconnPhilipp Reisner1-2/+3
2012-11-08drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto()Philipp Reisner1-1/+0
2012-11-08drbd: fix setsockopt for user mode linuxLars Ellenberg1-13/+20
2012-11-08drbd: Considering that the two_primaries config flag can changePhilipp Reisner1-0/+4
2012-11-08drbd: Proper locking for updates to net_conf under RCUPhilipp Reisner1-26/+3
2012-11-08drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner1-6/+9
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner1-0/+6
2012-11-08drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner1-1/+1
2012-11-08drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner1-1/+3
2012-11-08drbd: Inlined drbd_free_mdev(); it got called only from one placePhilipp Reisner1-1/+0
2012-11-08drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner1-1/+1
2012-11-08drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-staticAndreas Gruenbacher1-0/+1
2012-11-08drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() staticAndreas Gruenbacher1-4/+0