summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08drbd: Remove obsolete drbd_crypto_is_hash()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: Wrong use of RCU in receive_protocol()Andreas Gruenbacher
2012-11-08drbd: fix copy/paste error in commentLars Ellenberg
2012-11-08drbd: rename variable sc to res_optsLars Ellenberg
2012-11-08drbd: rename variable ndc to new_disk_confLars Ellenberg
2012-11-08drbd: on reconfiguration requests, mind the SET_DEFAULTS flagLars Ellenberg
2012-11-08drbd: Consider all crypto options in connect and in net-optionsPhilipp Reisner
2012-11-08drbd: fix various disconnecting racesLars Ellenberg
2012-11-08drbd: remove useless kobject_uevent from drbd_adm_connectLars Ellenberg
2012-11-08drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner
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: move comment about stopping the receiver thread to where it belongsLars Ellenberg
2012-11-08drbd: cmdname() enum to string convertion was missing a few constantsLars Ellenberg
2012-11-08drbd: fix setsockopt for user mode linuxLars Ellenberg
2012-11-08drbd: allow status dump request all volumes of a specific resourceLars Ellenberg
2012-11-08drbd: Considering that the two_primaries config flag can changePhilipp Reisner
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: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner
2012-11-08drbd: Check consistency of net options when the get changed onlinePhilipp 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_pp_free() to drbd_free_pages()Andreas Gruenbacher
2012-11-08drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-staticAndreas Gruenbacher
2012-11-08drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages()Andreas Gruenbacher
2012-11-08drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() staticAndreas Gruenbacher
2012-11-08drbd: Rename drbd_{ ee -> peer_req }_has_active_pageAndreas Gruenbacher
2012-11-08drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee()...Andreas Gruenbacher
2012-11-08drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()Andreas Gruenbacher
2012-11-08drbd: Rename drbd_free_ee() and variants to *_peer_req()Andreas Gruenbacher
2012-11-08drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()Andreas Gruenbacher
2012-11-08drbd: drbd_init_ee() no longer existsAndreas Gruenbacher
2012-11-08drbd: Make all asynchronous command handlers return 0 upon success and an err...Andreas Gruenbacher
2012-11-08drbd: validate_req_change_req_state(): Return 0 upon success and an error cod...Andreas 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
2012-11-08drbd: Remove headers from on-the-wire data structures (struct p_*)Andreas Gruenbacher
2012-11-08drbd: Remove some fixed header size assumptionsAndreas Gruenbacher
2012-11-08drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher
2012-11-08drbd: Replace and remove old primitivesAndreas Gruenbacher
2012-11-08drbd: Introduce drbd_header_size()Andreas Gruenbacher
2012-11-08drbd: Introduce new primitives for sending commandsAndreas Gruenbacher