summaryrefslogtreecommitdiff
path: root/drivers/block/drbd (follow)
Commit message (Expand)AuthorAge
...
| * drbd: fix race when forcefully disconnectingLars Ellenberg2012-11-08
| * drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher2012-11-08
| * drbd: Introduce a "lockless" variant of drbd_send_protocoll()Andreas Gruenbacher2012-11-08
| * drbd: Remove obsolete drbd_crypto_is_hash()Andreas Gruenbacher2012-11-08
| * drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher2012-11-08
| * drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher2012-11-08
| * drbd: Wrong use of RCU in receive_protocol()Andreas Gruenbacher2012-11-08
| * drbd: fix copy/paste error in commentLars Ellenberg2012-11-08
| * drbd: rename variable sc to res_optsLars Ellenberg2012-11-08
| * drbd: rename variable ndc to new_disk_confLars Ellenberg2012-11-08
| * drbd: on reconfiguration requests, mind the SET_DEFAULTS flagLars Ellenberg2012-11-08
| * drbd: Consider all crypto options in connect and in net-optionsPhilipp Reisner2012-11-08
| * drbd: fix various disconnecting racesLars Ellenberg2012-11-08
| * drbd: remove useless kobject_uevent from drbd_adm_connectLars Ellenberg2012-11-08
| * drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bitsPhilipp Reisner2012-11-08
| * drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner2012-11-08
| * drbd: Basic refcounting for drbd_tconnPhilipp Reisner2012-11-08
| * drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto()Philipp Reisner2012-11-08
| * drbd: move comment about stopping the receiver thread to where it belongsLars Ellenberg2012-11-08
| * drbd: cmdname() enum to string convertion was missing a few constantsLars Ellenberg2012-11-08
| * drbd: fix setsockopt for user mode linuxLars Ellenberg2012-11-08
| * drbd: allow status dump request all volumes of a specific resourceLars Ellenberg2012-11-08
| * drbd: Considering that the two_primaries config flag can changePhilipp Reisner2012-11-08
| * drbd: Proper locking for updates to net_conf under RCUPhilipp Reisner2012-11-08
| * drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner2012-11-08
| * drbd: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner2012-11-08
| * drbd: Check consistency of net options when the get changed onlinePhilipp Reisner2012-11-08
| * drbd: Runtime changeable wire protocolPhilipp Reisner2012-11-08
| * drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner2012-11-08
| * drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner2012-11-08
| * drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner2012-11-08
| * drbd: Inlined drbd_free_mdev(); it got called only from one placePhilipp Reisner2012-11-08
| * drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner2012-11-08
| * drbd: Rename drbd_pp_free() to drbd_free_pages()Andreas Gruenbacher2012-11-08
| * drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-staticAndreas Gruenbacher2012-11-08
| * drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages()Andreas Gruenbacher2012-11-08
| * drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() staticAndreas Gruenbacher2012-11-08
| * drbd: Rename drbd_{ ee -> peer_req }_has_active_pageAndreas Gruenbacher2012-11-08
| * drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee()...Andreas Gruenbacher2012-11-08
| * drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()Andreas Gruenbacher2012-11-08
| * drbd: Rename drbd_free_ee() and variants to *_peer_req()Andreas Gruenbacher2012-11-08
| * drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()Andreas Gruenbacher2012-11-08
| * drbd: drbd_init_ee() no longer existsAndreas Gruenbacher2012-11-08
| * drbd: Make all asynchronous command handlers return 0 upon success and an err...Andreas Gruenbacher2012-11-08
| * drbd: validate_req_change_req_state(): Return 0 upon success and an error cod...Andreas Gruenbacher2012-11-08
| * drbd: Removed outdated comments and code that envisioned VNRs in header 95Andreas Gruenbacher2012-11-08
| * drbd: Introduce protocol version 100 headersAndreas Gruenbacher2012-11-08
| * drbd: Remove headers from on-the-wire data structures (struct p_*)Andreas Gruenbacher2012-11-08
| * drbd: Remove some fixed header size assumptionsAndreas Gruenbacher2012-11-08
| * drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher2012-11-08