summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-08drbd: Change how the "handshake" packets are calledAndreas Gruenbacher
2012-11-08drbd: Change how the initial packets are calledAndreas Gruenbacher
2012-11-08drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead o...Andreas Gruenbacher
2012-11-08drbd: drbd_connect(): Initialize struct drbd_socket before sending anythingAndreas Gruenbacher
2012-11-08drbd: Map from (connection, volume number) to device in the asender handlersAndreas Gruenbacher
2012-11-08drbd: Pass struct packet_info down to the asender receive functionsAndreas Gruenbacher
2012-11-08drbd: Do not segfault if a sync dependency reaches a diskless devicePhilipp Reisner
2012-11-08drbd: Allow to disconnect if one volume is disklessPhilipp Reisner
2012-11-08drbd: Print common state changes of all volumes as connection state changesPhilipp Reisner
2012-11-08drbd: Fixed logging of old connection statePhilipp Reisner
2012-11-08drbd: Use the idr_for_each_entry() iterator instead of idr_for_each()Philipp Reisner
2012-11-08drbd: Map from (connection, volume number) to device in the receive handlersAndreas Gruenbacher
2012-11-08drbd: Pass struct packet_info down to the receive functionsAndreas Gruenbacher
2012-11-08drbd: Remove useless error messagesAndreas Gruenbacher
2012-11-08drbd: A small cleanup in drbdd()Andreas Gruenbacher
2012-11-08drbd: _drbd_send_bitmap(): Use the pre-allocated send bufferAndreas Gruenbacher
2012-11-08drbd: Preallocate one page per drbd_socket as a send bufferAndreas Gruenbacher
2012-11-08drbd: receive_bitmap(): Use the pre-allocated receive bufferAndreas Gruenbacher
2012-11-08drbd: Preallocate one page per drbd_socket as a receive bufferAndreas Gruenbacher
2012-11-08drbd: Converted drbd_try_outdate_peer() from mdev to tconnPhilipp Reisner
2012-11-08drbd: Rename the DCBP_* functions to dcbp_* and move them to where they are usedAndreas Gruenbacher
2012-11-08drbd: Make _drbd_send_bitmap() staticAndreas Gruenbacher
2012-11-08drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.cAndreas Gruenbacher
2012-11-08drbd: Always use the same protocol version for the same peerAndreas Gruenbacher
2012-11-08drbd: drbd_connected(): Return an error code upon failure.Andreas Gruenbacher
2012-11-08drbd: Introduce and use drbd_recv_all_warn()Andreas Gruenbacher
2012-11-08drbd: Get rid of typedef drbd_work_cbAndreas Gruenbacher
2012-11-08drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarityAndreas Gruenbacher
2012-11-08drbd: drbd_may_do_local_read(): Use bool/true/falseAndreas Gruenbacher
2012-11-08drbd: Remove unnecessary assertionAndreas Gruenbacher
2012-11-08drbd: Remove duplicate initializationAndreas Gruenbacher
2012-11-08drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher
2012-11-08drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()Andreas Gruenbacher
2012-11-08drbd: Make all command handlers return 0 upon success and an error code other...Andreas Gruenbacher
2012-11-08drbd: Add drbd_recv_all(): Receive an entire bufferAndreas Gruenbacher
2012-11-08drbd: send_bitmap_rle_or_plain(): Error handling cleanupAndreas Gruenbacher