aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAge
...
| * 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
| * drbd: Replace and remove old primitivesAndreas Gruenbacher2012-11-08
| * drbd: Introduce drbd_header_size()Andreas Gruenbacher2012-11-08
| * drbd: Introduce new primitives for sending commandsAndreas Gruenbacher2012-11-08
| * drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...Andreas Gruenbacher2012-11-08
| * drbd: Use tconn in request_timer_fn()Philipp Reisner2012-11-08
| * drbd: Improved logging of state changesPhilipp Reisner2012-11-08
| * drbd: Implemented IO thawing for multiple volumesPhilipp Reisner2012-11-08
| * drbd: Implemented conn_lowest_disk()Philipp Reisner2012-11-08
| * drbd: Implemented conn_lowest_conn()Philipp Reisner2012-11-08
| * drbd: Calculate and provide ns_min to the w_after_conn_state_ch() workPhilipp Reisner2012-11-08
| * drbd: Renamed nms to ns_maxPhilipp Reisner2012-11-08
| * drbd: Introduced a new type union drbd_dev_statePhilipp Reisner2012-11-08
| * drbd: Moved susp, susp_nod and susp_fen to the connection objectPhilipp Reisner2012-11-08
| * drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner2012-11-08
| * drbd: Introduced drbd_read_state()Philipp Reisner2012-11-08
| * drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg2012-11-08
| * drbd: get rid of bio_split, allow bios of "arbitrary" sizeLars Ellenberg2012-11-08
| * drbd: prepare to activate two activity log extents at onceLars Ellenberg2012-11-08
| * drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg2012-11-08
| * drbd: introduce the "initialized" activity log transaction typeLars Ellenberg2012-11-08
| * drbd: Change how the "handshake" packets are calledAndreas Gruenbacher2012-11-08
| * drbd: Change how the initial packets are calledAndreas Gruenbacher2012-11-08
| * drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...Andreas Gruenbacher2012-11-08
| * drbd: drbd_connect(): Initialize struct drbd_socket before sending anythingAndreas Gruenbacher2012-11-08
| * drbd: Map from (connection, volume number) to device in the asender handlersAndreas Gruenbacher2012-11-08