summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_main.c
AgeCommit message (Expand)Author
2012-11-08drbd: Move list of epochs from mdev to tconnPhilipp Reisner
2012-11-08drbd: Move write_ordering from mdev to tconnPhilipp Reisner
2012-11-08drbd: Move the CREATE_BARRIER flag from connection to devicePhilipp Reisner
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner
2012-11-08drbd: Fixes from the drbd-8.3 branchPhilipp Reisner
2012-11-08drbd: detach must not try to abort non-local requestsLars Ellenberg
2012-11-08drbd: Get rid of MR_{READ,WRITE}_SHIFTAndreas Gruenbacher
2012-11-08drbd: Fix the data-integrity-alg settingAndreas Gruenbacher
2012-11-08drbd: Turn tl_apply() into tl_abort_disk_io()Andreas Gruenbacher
2012-11-08drbd: on attach, enforce clean meta dataLars Ellenberg
2012-11-08drbd: detach from frozen backing devicePhilipp Reisner
2012-11-08drbd: Improve compatibility with drbd's older than 8.3.7Philipp Reisner
2012-11-08drbd: Rename --dry-run to --tentativeAndreas Gruenbacher
2012-11-08drbd: Allow to pass resource options to the new-resource commandAndreas Gruenbacher
2012-11-08drbd: Convert the generic netlink interface to accept connection endpointsAndreas Gruenbacher
2012-11-08drbd: Use DRBD_MINOR_COUNT_DEF in one more placeAndreas Gruenbacher
2012-11-08drbd: Send PROTOCOL_UPDATE packets when appropriatePhilipp Reisner
2012-11-08drbd: Receiving part for the PROTOCOL_UPDATE packetPhilipp Reisner
2012-11-08drbd: protect updates to integrits_tfm by tconn->data->mutexPhilipp Reisner
2012-11-08drbd: Refer to resync-rate consistently throughout the codeAndreas Gruenbacher
2012-11-08drbd: Rename the want_lose field/flag to discard_my_dataAndreas Gruenbacher
2012-11-08drbd: Removing drbd_cfg_rwsemPhilipp Reisner
2012-11-08drbd: Use RCU for the drbd_tconns listPhilipp Reisner
2012-11-08drbd: Refcounting for mdev objectsPhilipp Reisner
2012-11-08drbd: Made the fifo object a self contained object (preparing for RCU)Philipp Reisner
2012-11-08drbd: RCU for disk_confPhilipp Reisner
2012-11-08drbd: Renamed the net_conf_update mutex to conf_updatePhilipp Reisner
2012-11-08drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.hAndreas Gruenbacher
2012-11-08drbd: fix thread stop deadlockLars Ellenberg
2012-11-08drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher
2012-11-08drbd: Introduce a "lockless" variant of drbd_send_protocoll()Andreas Gruenbacher
2012-11-08drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher
2012-11-08drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher
2012-11-08drbd: on reconfiguration requests, mind the SET_DEFAULTS flagLars Ellenberg
2012-11-08drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner
2012-11-08drbd: Basic refcounting for drbd_tconnPhilipp Reisner
2012-11-08drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto()Philipp Reisner
2012-11-08drbd: cmdname() enum to string convertion was missing a few constantsLars Ellenberg
2012-11-08drbd: Proper locking for updates to net_conf under RCUPhilipp Reisner
2012-11-08drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner
2012-11-08drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner
2012-11-08drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner
2012-11-08drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner
2012-11-08drbd: Inlined drbd_free_mdev(); it got called only from one placePhilipp Reisner
2012-11-08drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner
2012-11-08drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()Andreas Gruenbacher
2012-11-08drbd: drbd_init_ee() no longer existsAndreas Gruenbacher
2012-11-08drbd: Removed outdated comments and code that envisioned VNRs in header 95Andreas Gruenbacher
2012-11-08drbd: Introduce protocol version 100 headersAndreas Gruenbacher