aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 code otherwiseAndreas 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 of a plain socketAndreas 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
2012-11-08drbd: Pass struct packet_info down to the asender receive functionsAndreas Gruenbacher1-18/+18
2012-11-08drbd: Do not segfault if a sync dependency reaches a diskless devicePhilipp Reisner1-0/+2
2012-11-08drbd: Allow to disconnect if one volume is disklessPhilipp Reisner3-1/+8
2012-11-08drbd: Print common state changes of all volumes as connection state changesPhilipp Reisner2-108/+70
2012-11-08drbd: Fixed logging of old connection statePhilipp Reisner1-30/+87
2012-11-08drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()Philipp Reisner1-75/+75
2012-11-08drbd: Map from (connection, volume number) to device in the receive handlersAndreas Gruenbacher1-98/+164
2012-11-08drbd: Pass struct packet_info down to the receive functionsAndreas Gruenbacher1-85/+65
2012-11-08drbd: Remove useless error messagesAndreas Gruenbacher1-6/+2
2012-11-08drbd: A small cleanup in drbdd()Andreas Gruenbacher1-7/+9
2012-11-08drbd: _drbd_send_bitmap(): Use the pre-allocated send bufferAndreas Gruenbacher1-19/+7
2012-11-08drbd: Preallocate one page per drbd_socket as a send bufferAndreas Gruenbacher4-26/+9
2012-11-08drbd: receive_bitmap(): Use the pre-allocated receive bufferAndreas Gruenbacher1-16/+5
2012-11-08drbd: Preallocate one page per drbd_socket as a receive bufferAndreas Gruenbacher3-37/+54
2012-11-08drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner6-96/+152
2012-11-08drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are usedAndreas Gruenbacher3-46/+39
2012-11-08drbd: Make _drbd_send_bitmap() staticAndreas Gruenbacher2-2/+1
2012-11-08drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.cAndreas Gruenbacher2-11/+14
2012-11-08drbd: Always use the same protocol version for the same peerAndreas Gruenbacher2-4/+4
2012-11-08drbd: drbd_connected(): Return an error code upon failure.Andreas Gruenbacher1-8/+9
2012-11-08drbd: Introduce and use drbd_recv_all_warn()Andreas Gruenbacher1-73/+40