aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/drbd
AgeCommit message (Expand)Author
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
2012-11-08drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...Andreas Gruenbacher
2012-11-08drbd: Use tconn in request_timer_fn()Philipp Reisner
2012-11-08drbd: Improved logging of state changesPhilipp Reisner
2012-11-08drbd: Implemented IO thawing for multiple volumesPhilipp Reisner
2012-11-08drbd: Implemented conn_lowest_disk()Philipp Reisner
2012-11-08drbd: Implemented conn_lowest_conn()Philipp Reisner
2012-11-08drbd: Calculate and provide ns_min to the w_after_conn_state_ch() workPhilipp Reisner
2012-11-08drbd: Renamed nms to ns_maxPhilipp Reisner
2012-11-08drbd: Introduced a new type union drbd_dev_statePhilipp Reisner
2012-11-08drbd: Moved susp, susp_nod and susp_fen to the connection objectPhilipp Reisner
2012-11-08drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner
2012-11-08drbd: Introduced drbd_read_state()Philipp Reisner
2012-11-08drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg
2012-11-08drbd: get rid of bio_split, allow bios of "arbitrary" sizeLars Ellenberg
2012-11-08drbd: prepare to activate two activity log extents at onceLars Ellenberg
2012-11-08drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg
2012-11-08drbd: introduce the "initialized" activity log transaction typeLars Ellenberg