summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: Allow to change data-integrity-alg on the flyAndreas Gruenbacher2012-11-083-40/+40
* drbd: Introduce a "lockless" variant of drbd_send_protocoll()Andreas Gruenbacher2012-11-082-8/+37
* drbd: Remove obsolete drbd_crypto_is_hash()Andreas Gruenbacher2012-11-083-25/+11
* drbd: Rename integrity_r_tfm -> peer_integrity_tfmAndreas Gruenbacher2012-11-084-17/+17
* drbd: Rename integrity_w_tfm -> integrity_tfmAndreas Gruenbacher2012-11-083-18/+18
* drbd: Wrong use of RCU in receive_protocol()Andreas Gruenbacher2012-11-081-13/+19
* drbd: fix copy/paste error in commentLars Ellenberg2012-11-081-1/+1
* 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-083-65/+91
* drbd: Consider all crypto options in connect and in net-optionsPhilipp Reisner2012-11-081-109/+121
* drbd: fix various disconnecting racesLars Ellenberg2012-11-083-17/+26
* 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-084-41/+4
* drbd: Take a reference on tconn when finding a tconn by namePhilipp Reisner2012-11-083-7/+16
* drbd: Basic refcounting for drbd_tconnPhilipp Reisner2012-11-084-14/+35
* drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto()Philipp Reisner2012-11-082-24/+12
* drbd: move comment about stopping the receiver thread to where it belongsLars Ellenberg2012-11-081-2/+3
* drbd: cmdname() enum to string convertion was missing a few constantsLars Ellenberg2012-11-081-0/+9
* drbd: fix setsockopt for user mode linuxLars Ellenberg2012-11-081-13/+20
* drbd: allow status dump request all volumes of a specific resourceLars Ellenberg2012-11-081-4/+66
* drbd: Considering that the two_primaries config flag can changePhilipp Reisner2012-11-082-5/+18
* drbd: Proper locking for updates to net_conf under RCUPhilipp Reisner2012-11-084-96/+101
* drbd: rcu_read_lock() and rcu_dereference() for tconn->net_confPhilipp Reisner2012-11-088-212/+397
* 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: Runtime changeable wire protocolPhilipp Reisner2012-11-085-26/+53
* drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner2012-11-086-3/+22
* drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner2012-11-083-17/+24
* drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner2012-11-085-19/+74
* drbd: Inlined drbd_free_mdev(); it got called only from one placePhilipp Reisner2012-11-082-19/+7
* drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner2012-11-083-10/+6
* drbd: Rename drbd_pp_free() to drbd_free_pages()Andreas Gruenbacher2012-11-081-3/+3
* drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-staticAndreas Gruenbacher2012-11-083-10/+12
* drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages()Andreas Gruenbacher2012-11-081-4/+5
* drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() staticAndreas Gruenbacher2012-11-082-6/+4
* drbd: Rename drbd_{ ee -> peer_req }_has_active_pageAndreas Gruenbacher2012-11-083-3/+3
* drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee()...Andreas Gruenbacher2012-11-081-23/+19
* drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()Andreas Gruenbacher2012-11-083-11/+11
* drbd: Rename drbd_free_ee() and variants to *_peer_req()Andreas Gruenbacher2012-11-083-26/+26
* drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()Andreas Gruenbacher2012-11-083-10/+11
* drbd: drbd_init_ee() no longer existsAndreas Gruenbacher2012-11-082-5/+0
* drbd: Make all asynchronous command handlers return 0 upon success and an err...Andreas Gruenbacher2012-11-081-36/+33
* drbd: validate_req_change_req_state(): Return 0 upon success and an error cod...Andreas Gruenbacher2012-11-081-13/+13
* drbd: Removed outdated comments and code that envisioned VNRs in header 95Andreas Gruenbacher2012-11-083-5/+4
* drbd: Introduce protocol version 100 headersAndreas Gruenbacher2012-11-084-10/+47
* drbd: Remove headers from on-the-wire data structures (struct p_*)Andreas Gruenbacher2012-11-084-154/+110
* drbd: Remove some fixed header size assumptionsAndreas Gruenbacher2012-11-083-34/+35
* drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher2012-11-083-11/+0
* drbd: Replace and remove old primitivesAndreas Gruenbacher2012-11-084-373/+319