summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drbd: Introduce protocol version 100 headersAndreas Gruenbacher2012-11-087-12/+50
* drbd: Remove headers from on-the-wire data structures (struct p_*)Andreas Gruenbacher2012-11-084-154/+110Star
* drbd: Remove some fixed header size assumptionsAndreas Gruenbacher2012-11-083-34/+35
* drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher2012-11-083-11/+0Star
* drbd: Replace and remove old primitivesAndreas Gruenbacher2012-11-084-373/+319Star
* drbd: Introduce drbd_header_size()Andreas Gruenbacher2012-11-083-4/+21
* drbd: Introduce new primitives for sending commandsAndreas Gruenbacher2012-11-082-0/+73
* drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...Andreas Gruenbacher2012-11-082-4/+4
* drbd: Use tconn in request_timer_fn()Philipp Reisner2012-11-082-7/+9
* drbd: Improved logging of state changesPhilipp Reisner2012-11-082-15/+32
* drbd: Implemented IO thawing for multiple volumesPhilipp Reisner2012-11-081-32/+40
* drbd: Implemented conn_lowest_disk()Philipp Reisner2012-11-082-0/+13
* drbd: Implemented conn_lowest_conn()Philipp Reisner2012-11-083-1/+14
* drbd: Calculate and provide ns_min to the w_after_conn_state_ch() workPhilipp Reisner2012-11-081-11/+31
* drbd: Renamed nms to ns_maxPhilipp Reisner2012-11-081-8/+8
* drbd: Introduced a new type union drbd_dev_statePhilipp Reisner2012-11-086-14/+45
* drbd: Moved susp, susp_nod and susp_fen to the connection objectPhilipp Reisner2012-11-082-1/+12
* drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *)Philipp Reisner2012-11-086-12/+17
* drbd: Introduced drbd_read_state()Philipp Reisner2012-11-086-20/+27
* drbd: improvements to activate/deactivate multiple activity log extentsLars Ellenberg2012-11-081-23/+23
* drbd: get rid of bio_split, allow bios of "arbitrary" sizeLars Ellenberg2012-11-082-84/+28Star
* drbd: prepare to activate two activity log extents at onceLars Ellenberg2012-11-081-5/+13
* drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_ioLars Ellenberg2012-11-085-19/+19
* drbd: introduce the "initialized" activity log transaction typeLars Ellenberg2012-11-081-2/+14
* drbd: Change how the "handshake" packets are calledAndreas Gruenbacher2012-11-083-19/+19
* drbd: Change how the initial packets are calledAndreas Gruenbacher2012-11-083-10/+10
* drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...Andreas Gruenbacher2012-11-084-22/+22
* drbd: drbd_connect(): Initialize struct drbd_socket before sending anythingAndreas Gruenbacher2012-11-081-32/+34
* drbd: Map from (connection, volume number) to device in the asender handlersAndreas Gruenbacher2012-11-081-55/+82
* drbd: Pass struct packet_info down to the asender receive functionsAndreas Gruenbacher2012-11-081-18/+18
* drbd: Do not segfault if a sync dependency reaches a diskless devicePhilipp Reisner2012-11-081-0/+2
* drbd: Allow to disconnect if one volume is disklessPhilipp Reisner2012-11-083-1/+8
* drbd: Print common state changes of all volumes as connection state changesPhilipp Reisner2012-11-082-108/+70Star
* drbd: Fixed logging of old connection statePhilipp Reisner2012-11-081-30/+87
* drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()Philipp Reisner2012-11-081-75/+75
* drbd: Map from (connection, volume number) to device in the receive handlersAndreas Gruenbacher2012-11-081-98/+164
* drbd: Pass struct packet_info down to the receive functionsAndreas Gruenbacher2012-11-081-85/+65Star
* drbd: Remove useless error messagesAndreas Gruenbacher2012-11-081-6/+2Star
* drbd: A small cleanup in drbdd()Andreas Gruenbacher2012-11-081-7/+9
* drbd: _drbd_send_bitmap(): Use the pre-allocated send bufferAndreas Gruenbacher2012-11-081-19/+7Star
* drbd: Preallocate one page per drbd_socket as a send bufferAndreas Gruenbacher2012-11-084-26/+9Star
* drbd: receive_bitmap(): Use the pre-allocated receive bufferAndreas Gruenbacher2012-11-081-16/+5Star
* drbd: Preallocate one page per drbd_socket as a receive bufferAndreas Gruenbacher2012-11-083-37/+54
* drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner2012-11-086-96/+152
* drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are usedAndreas Gruenbacher2012-11-083-46/+39Star
* drbd: Make _drbd_send_bitmap() staticAndreas Gruenbacher2012-11-082-2/+1Star
* drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.cAndreas Gruenbacher2012-11-082-11/+14
* drbd: Always use the same protocol version for the same peerAndreas Gruenbacher2012-11-082-4/+4
* drbd: drbd_connected(): Return an error code upon failure.Andreas Gruenbacher2012-11-081-8/+9
* drbd: Introduce and use drbd_recv_all_warn()Andreas Gruenbacher2012-11-081-73/+40Star