summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-08drbd: Allow online change of replication protocol only with agreed_pv >= 100Philipp Reisner2-0/+6
2012-11-08drbd: Check consistency of net options when the get changed onlinePhilipp Reisner1-34/+45
2012-11-08drbd: Runtime changeable wire protocolPhilipp Reisner5-26/+53
2012-11-08drbd: protect all idr accesses that might sleep with drbd_cfg_rwsemPhilipp Reisner6-3/+22
2012-11-08drbd: Converted drbd_cfg_mutex into drbd_cfg_rwsemPhilipp Reisner3-17/+24
2012-11-08drbd: rcu_read_[un]lock() for all idr accesses that do not sleepPhilipp Reisner5-19/+74
2012-11-08drbd: Inlined drbd_free_mdev(); it got called only from one placePhilipp Reisner2-19/+7
2012-11-08drbd: drbd_delete_device() takes a struct drbd_conf * nowPhilipp Reisner3-10/+6
2012-11-08drbd: Rename drbd_pp_free() to drbd_free_pages()Andreas Gruenbacher1-3/+3
2012-11-08drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-staticAndreas Gruenbacher3-10/+12
2012-11-08drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages()Andreas Gruenbacher1-4/+5
2012-11-08drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() staticAndreas Gruenbacher2-6/+4
2012-11-08drbd: Rename drbd_{ ee -> peer_req }_has_active_pageAndreas Gruenbacher3-3/+3
2012-11-08drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee()...Andreas Gruenbacher1-23/+19
2012-11-08drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()Andreas Gruenbacher3-11/+11
2012-11-08drbd: Rename drbd_free_ee() and variants to *_peer_req()Andreas Gruenbacher3-26/+26
2012-11-08drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()Andreas Gruenbacher3-10/+11
2012-11-08drbd: drbd_init_ee() no longer existsAndreas Gruenbacher2-5/+0
2012-11-08drbd: Make all asynchronous command handlers return 0 upon success and an err...Andreas Gruenbacher1-36/+33
2012-11-08drbd: validate_req_change_req_state(): Return 0 upon success and an error cod...Andreas Gruenbacher1-13/+13
2012-11-08drbd: Removed outdated comments and code that envisioned VNRs in header 95Andreas Gruenbacher3-5/+4
2012-11-08drbd: Introduce protocol version 100 headersAndreas Gruenbacher7-12/+50
2012-11-08drbd: Remove headers from on-the-wire data structures (struct p_*)Andreas Gruenbacher4-154/+110
2012-11-08drbd: Remove some fixed header size assumptionsAndreas Gruenbacher3-34/+35
2012-11-08drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher3-11/+0
2012-11-08drbd: Replace and remove old primitivesAndreas Gruenbacher4-373/+319
2012-11-08drbd: Introduce drbd_header_size()Andreas Gruenbacher3-4/+21
2012-11-08drbd: Introduce new primitives for sending commandsAndreas Gruenbacher2-0/+73
2012-11-08drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...Andreas Gruenbacher2-4/+4
2012-11-08drbd: Use tconn in request_timer_fn()Philipp Reisner2-7/+9
2012-11-08drbd: Improved logging of state changesPhilipp Reisner2-15/+32
2012-11-08drbd: Implemented IO thawing for multiple volumesPhilipp Reisner1-32/+40
2012-11-08drbd: Implemented conn_lowest_disk()Philipp Reisner2-0/+13
2012-11-08drbd: Implemented conn_lowest_conn()Philipp Reisner3-1/+14
2012-11-08drbd: Calculate and provide ns_min to the w_after_conn_state_ch() workPhilipp Reisner1-11/+31
2012-11-08drbd: Renamed nms to ns_maxPhilipp Reisner1-8/+8
2012-11-08drbd: Introduced a new type union drbd_dev_statePhilipp Reisner6-14/+45
2012-11-08drbd: Moved susp, susp_nod and susp_fen to the connection objectPhilipp Reisner2-1/+12
2012-11-08drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner6-12/+17
2012-11-08drbd: Introduced drbd_read_state()Philipp Reisner6-20/+27
2012-11-08drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg1-23/+23
2012-11-08drbd: get rid of bio_split, allow bios of "arbitrary" sizeLars Ellenberg2-84/+28
2012-11-08drbd: prepare to activate two activity log extents at onceLars Ellenberg1-5/+13
2012-11-08drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg5-19/+19
2012-11-08drbd: introduce the "initialized" activity log transaction typeLars Ellenberg1-2/+14
2012-11-08drbd: Change how the "handshake" packets are calledAndreas Gruenbacher3-19/+19
2012-11-08drbd: Change how the initial packets are calledAndreas Gruenbacher3-10/+10
2012-11-08drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...Andreas Gruenbacher4-22/+22
2012-11-08drbd: drbd_connect(): Initialize struct drbd_socket before sending anythingAndreas Gruenbacher1-32/+34
2012-11-08drbd: Map from (connection, volume number) to device in the asender handlersAndreas Gruenbacher1-55/+82