summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-08drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-staticAndreas Gruenbacher
2012-11-08drbd: Rename drbd_pp_first_pages_or_try_alloc() to __drbd_alloc_pages()Andreas Gruenbacher
2012-11-08drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() staticAndreas Gruenbacher
2012-11-08drbd: Rename drbd_{ ee -> peer_req }_has_active_pageAndreas Gruenbacher
2012-11-08drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee()...Andreas Gruenbacher
2012-11-08drbd: Rename drbd_release_ee() to drbd_free_peer_reqs()Andreas Gruenbacher
2012-11-08drbd: Rename drbd_free_ee() and variants to *_peer_req()Andreas Gruenbacher
2012-11-08drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req()Andreas Gruenbacher
2012-11-08drbd: drbd_init_ee() no longer existsAndreas Gruenbacher
2012-11-08drbd: Make all asynchronous command handlers return 0 upon success and an err...Andreas Gruenbacher
2012-11-08drbd: validate_req_change_req_state(): Return 0 upon success and an error cod...Andreas Gruenbacher
2012-11-08drbd: Removed outdated comments and code that envisioned VNRs in header 95Andreas Gruenbacher
2012-11-08drbd: Introduce protocol version 100 headersAndreas Gruenbacher
2012-11-08drbd: Remove headers from on-the-wire data structures (struct p_*)Andreas Gruenbacher
2012-11-08drbd: Remove some fixed header size assumptionsAndreas Gruenbacher
2012-11-08drbd: Remove now-unused int_dig_out bufferAndreas Gruenbacher
2012-11-08drbd: Replace and remove old primitivesAndreas Gruenbacher
2012-11-08drbd: Introduce drbd_header_size()Andreas Gruenbacher
2012-11-08drbd: Introduce new primitives for sending commandsAndreas Gruenbacher
2012-11-08drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error ...Andreas Gruenbacher
2012-11-08drbd: Use tconn in request_timer_fn()Philipp Reisner
2012-11-08drbd: Improved logging of state changesPhilipp Reisner
2012-11-08drbd: Implemented IO thawing for multiple volumesPhilipp Reisner
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