- c141ebd drbd: Removing drbd_cfg_rwsem by Philipp Reisner · 14 years ago
- ec0bddb drbd: Use RCU for the drbd_tconns list by Philipp Reisner · 14 years ago
- 81fa2e6 drbd: Refcounting for mdev objects by Philipp Reisner · 14 years ago
- bb77d34 drbd: Turn no-tcp-cork into tcp-cork={yes|no} by Andreas Gruenbacher · 14 years ago
- e544046 drbd: Turn no-md-flushes into md-flushes={yes|no} by Andreas Gruenbacher · 14 years ago
- d0c980e drbd: Turn no-disk-drain into disk-drain={yes|no} by Andreas Gruenbacher · 14 years ago
- 66b2f6b drbd: Turn no-disk-flushes into disk-flushes={yes|no} by Andreas Gruenbacher · 14 years ago
- a5d8e1f drbd: Convert boolean flags on netlink from NLA_FLAG to NLA_U8 by Andreas Gruenbacher · 14 years ago
- 813472c drbd: RCU for rs_plan_s by Philipp Reisner · 14 years ago
- d589a21 drbd: Enforce limits of disk_conf members; centralized these checks by Philipp Reisner · 14 years ago
- 9958c85 drbd: Made the fifo object a self contained object (preparing for RCU) by Philipp Reisner · 14 years ago
- daeda1c drbd: RCU for disk_conf by Philipp Reisner · 14 years ago
- 563e4cf drbd: Introduce __s32_field in the genetlink macro magic by Lars Ellenberg · 14 years ago
- 2ec91e0 drbd: Renamed (old|new)_conf into (old|new)_net_conf in receive_SyncParam by Philipp Reisner · 14 years ago
- dc97b70 drbd: Split drbd_alter_sa() into drbd_sync_after_valid() and drbd_sync_after_changed() by Philipp Reisner · 14 years ago
- ef5e44a drbd: drbd_dew_dev_size() gets the user requests disk_size as argument by Philipp Reisner · 14 years ago
- a009550 drbd: Renamed the net_conf_update mutex to conf_update by Philipp Reisner · 14 years ago
- 934e613 drbd: Removed dead code by Philipp Reisner · 14 years ago
- b966b5d drbd: Generate the drbd_set_*_defaults() functions from drbd_genl.h by Andreas Gruenbacher · 14 years ago
- d8cd289 drbd: Remove left-over unused define by Andreas Gruenbacher · 14 years ago
- 009ba89 drbd: fix schedule in atomic by Lars Ellenberg · 14 years ago
- 992d6e9 drbd: fix thread stop deadlock by Lars Ellenberg · 14 years ago
- f3dfa40 drbd: fix race when forcefully disconnecting by Lars Ellenberg · 14 years ago
- 88104ca drbd: Allow to change data-integrity-alg on the fly by Andreas Gruenbacher · 14 years ago
- a7eb7bd drbd: Introduce a "lockless" variant of drbd_send_protocoll() by Andreas Gruenbacher · 14 years ago
- 4b6ad6d drbd: Remove obsolete drbd_crypto_is_hash() by Andreas Gruenbacher · 14 years ago
- 5b614ab drbd: Rename integrity_r_tfm -> peer_integrity_tfm by Andreas Gruenbacher · 14 years ago
- 8d412fc drbd: Rename integrity_w_tfm -> integrity_tfm by Andreas Gruenbacher · 14 years ago
- 86db061 drbd: Wrong use of RCU in receive_protocol() by Andreas Gruenbacher · 14 years ago
- acb104c3 drbd: fix copy/paste error in comment by Lars Ellenberg · 14 years ago
- b57a1e2 drbd: rename variable sc to res_opts by Lars Ellenberg · 14 years ago
- 5ecc72c drbd: rename variable ndc to new_disk_conf by Lars Ellenberg · 14 years ago
- 5979e36 drbd: on reconfiguration requests, mind the SET_DEFAULTS flag by Lars Ellenberg · 14 years ago
- 0fd0ea0 drbd: Consider all crypto options in connect and in net-options by Philipp Reisner · 14 years ago
- d9cc6e2 drbd: fix various disconnecting races by Lars Ellenberg · 14 years ago
- 5ee743e drbd: remove useless kobject_uevent from drbd_adm_connect by Lars Ellenberg · 14 years ago
- a18e9d1 drbd: Removed the OBJECT_DYING and the CONFIG_PENDING bits by Philipp Reisner · 14 years ago
- 0ace9df drbd: Take a reference on tconn when finding a tconn by name by Philipp Reisner · 14 years ago
- 9dc9fbb drbd: Basic refcounting for drbd_tconn by Philipp Reisner · 14 years ago
- 1d04122 drbd: Eliminated drbd_free_resoruces() it is superseeded by conn_free_crypto() by Philipp Reisner · 14 years ago
- f5e2b8b drbd: move comment about stopping the receiver thread to where it belongs by Lars Ellenberg · 14 years ago
- ae25b33 drbd: cmdname() enum to string convertion was missing a few constants by Lars Ellenberg · 14 years ago
- ed43984 drbd: fix setsockopt for user mode linux by Lars Ellenberg · 14 years ago
- 71932ef drbd: allow status dump request all volumes of a specific resource by Lars Ellenberg · 14 years ago
- 302bdea drbd: Considering that the two_primaries config flag can change by Philipp Reisner · 14 years ago
- 91fd4da drbd: Proper locking for updates to net_conf under RCU by Philipp Reisner · 14 years ago
- 44ed167 drbd: rcu_read_lock() and rcu_dereference() for tconn->net_conf by Philipp Reisner · 14 years ago
- b032b6f drbd: Allow online change of replication protocol only with agreed_pv >= 100 by Philipp Reisner · 14 years ago
- cd64397 drbd: Check consistency of net options when the get changed online by Philipp Reisner · 14 years ago
- 303d144 drbd: Runtime changeable wire protocol by Philipp Reisner · 14 years ago
- d3fcb49 drbd: protect all idr accesses that might sleep with drbd_cfg_rwsem by Philipp Reisner · 14 years ago
- ef35626 drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsem by Philipp Reisner · 14 years ago
- 695d08f drbd: rcu_read_[un]lock() for all idr accesses that do not sleep by Philipp Reisner · 14 years ago
- cd1d995 drbd: Inlined drbd_free_mdev(); it got called only from one place by Philipp Reisner · 14 years ago
- ff370e5 drbd: drbd_delete_device() takes a struct drbd_conf * now by Philipp Reisner · 14 years ago
- 5cc287e drbd: Rename drbd_pp_free() to drbd_free_pages() by Andreas Gruenbacher · 14 years ago
- c37c8ec drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-static by Andreas Gruenbacher · 14 years ago
- 18c2d52 drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages() by Andreas Gruenbacher · 14 years ago
- d4da153 drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() static by Andreas Gruenbacher · 14 years ago
- 045417f drbd: Rename drbd_{ ee -> peer_req }_has_active_page by Andreas Gruenbacher · 14 years ago
- a990be4 drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee(), tconn_process_done_ee() to *_peer_reqs by Andreas Gruenbacher · 14 years ago
- 7721f56 drbd: Rename drbd_release_ee() to drbd_free_peer_reqs() by Andreas Gruenbacher · 14 years ago
- 3967deb drbd: Rename drbd_free_ee() and variants to *_peer_req() by Andreas Gruenbacher · 14 years ago
- 0db5536 drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req() by Andreas Gruenbacher · 14 years ago
- e0ab6ad drbd: drbd_init_ee() no longer exists by Andreas Gruenbacher · 14 years ago
- 2735a59 drbd: Make all asynchronous command handlers return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
- 8599767 drbd: validate_req_change_req_state(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
- b55d84b drbd: Removed outdated comments and code that envisioned VNRs in header 95 by Andreas Gruenbacher · 14 years ago
- 0c8e36d drbd: Introduce protocol version 100 headers by Andreas Gruenbacher · 14 years ago
- e658983 drbd: Remove headers from on-the-wire data structures (struct p_*) by Andreas Gruenbacher · 14 years ago
- 50d0b1a drbd: Remove some fixed header size assumptions by Andreas Gruenbacher · 14 years ago
- da39fec drbd: Remove now-unused int_dig_out buffer by Andreas Gruenbacher · 14 years ago
- 9f5bdc3 drbd: Replace and remove old primitives by Andreas Gruenbacher · 14 years ago
- 52b061a drbd: Introduce drbd_header_size() by Andreas Gruenbacher · 14 years ago
- dba5858 drbd: Introduce new primitives for sending commands by Andreas Gruenbacher · 14 years ago
- a17647a drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error code otherwise by Andreas Gruenbacher · 14 years ago
- 8b924f1 drbd: Use tconn in request_timer_fn() by Philipp Reisner · 14 years ago
- 706cb24 drbd: Improved logging of state changes by Philipp Reisner · 14 years ago
- a6d00c8 drbd: Implemented IO thawing for multiple volumes by Philipp Reisner · 14 years ago
- 4669265 drbd: Implemented conn_lowest_disk() by Philipp Reisner · 14 years ago
- 19f83c7 drbd: Implemented conn_lowest_conn() by Philipp Reisner · 14 years ago
- 8c7e16c drbd: Calculate and provide ns_min to the w_after_conn_state_ch() work by Philipp Reisner · 14 years ago
- 5f082f9 drbd: Renamed nms to ns_max by Philipp Reisner · 14 years ago
- da9fbc2 drbd: Introduced a new type union drbd_dev_state by Philipp Reisner · 14 years ago
- 8e0af25 drbd: Moved susp, susp_nod and susp_fen to the connection object by Philipp Reisner · 14 years ago
- 2aebfab drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *) by Philipp Reisner · 14 years ago
- 78bae59 drbd: Introduced drbd_read_state() by Philipp Reisner · 14 years ago
- e15766e drbd: improvements to activate/deactivate multiple activity log extents by Lars Ellenberg · 14 years ago
- 23361cf drbd: get rid of bio_split, allow bios of "arbitrary" size by Lars Ellenberg · 14 years ago
- 7726547 drbd: prepare to activate two activity log extents at once by Lars Ellenberg · 14 years ago
- 181286a drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io by Lars Ellenberg · 14 years ago
- 85f103d drbd: introduce the "initialized" activity log transaction type by Lars Ellenberg · 14 years ago
- 6038178 drbd: Change how the "handshake" packets are called by Andreas Gruenbacher · 14 years ago
- e5d6f33 drbd: Change how the initial packets are called by Andreas Gruenbacher · 14 years ago
- 7c96715 drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket by Andreas Gruenbacher · 14 years ago
- 2bf8962 drbd: drbd_connect(): Initialize struct drbd_socket before sending anything by Andreas Gruenbacher · 14 years ago
- 1952e91 drbd: Map from (connection, volume number) to device in the asender handlers by Andreas Gruenbacher · 14 years ago
- e05e1e5 drbd: Pass struct packet_info down to the asender receive functions by Andreas Gruenbacher · 14 years ago
- 438c837 drbd: Do not segfault if a sync dependency reaches a diskless device by Philipp Reisner · 14 years ago
- 778bcf2 drbd: Allow to disconnect if one volume is diskless by Philipp Reisner · 14 years ago