| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-08 | drbd: Make drbd_wait_ee_list_empty() and _drbd_wait_ee_list_empty() static |  Andreas Gruenbacher | 2 | -6/+4 |
| 2012-11-08 | drbd: Rename drbd_{ ee -> peer_req }_has_active_page |  Andreas Gruenbacher | 3 | -3/+3 |
| 2012-11-08 | drbd: Rename reclaim_net_ee(), drbd_process_done_ee(), drbd_process_done_ee(), tconn_process_done_ee() to *_peer_reqs |  Andreas Gruenbacher | 1 | -23/+19 |
| 2012-11-08 | drbd: Rename drbd_release_ee() to drbd_free_peer_reqs() |  Andreas Gruenbacher | 3 | -11/+11 |
| 2012-11-08 | drbd: Rename drbd_free_ee() and variants to *_peer_req() |  Andreas Gruenbacher | 3 | -26/+26 |
| 2012-11-08 | drbd: Rename drbd_alloc_ee() to drbd_alloc_peer_req() |  Andreas Gruenbacher | 3 | -10/+11 |
| 2012-11-08 | drbd: drbd_init_ee() no longer exists |  Andreas Gruenbacher | 2 | -5/+0 |
| 2012-11-08 | drbd: Make all asynchronous command handlers return 0 upon success and an error code otherwise |  Andreas Gruenbacher | 1 | -36/+33 |
| 2012-11-08 | drbd: validate_req_change_req_state(): Return 0 upon success and an error code otherwise |  Andreas Gruenbacher | 1 | -13/+13 |
| 2012-11-08 | drbd: Removed outdated comments and code that envisioned VNRs in header 95 |  Andreas Gruenbacher | 3 | -5/+4 |
| 2012-11-08 | drbd: Introduce protocol version 100 headers |  Andreas Gruenbacher | 4 | -10/+47 |
| 2012-11-08 | drbd: Remove headers from on-the-wire data structures (struct p_*) |  Andreas Gruenbacher | 4 | -154/+110 |
| 2012-11-08 | drbd: Remove some fixed header size assumptions |  Andreas Gruenbacher | 3 | -34/+35 |
| 2012-11-08 | drbd: Remove now-unused int_dig_out buffer |  Andreas Gruenbacher | 3 | -11/+0 |
| 2012-11-08 | drbd: Replace and remove old primitives |  Andreas Gruenbacher | 4 | -373/+319 |
| 2012-11-08 | drbd: Introduce drbd_header_size() |  Andreas Gruenbacher | 3 | -4/+21 |
| 2012-11-08 | drbd: Introduce new primitives for sending commands |  Andreas Gruenbacher | 2 | -0/+73 |
| 2012-11-08 | drbd: drbd_send_ping(), drbd_send_ping(): Return 0 upon success and an error code otherwise |  Andreas Gruenbacher | 2 | -4/+4 |
| 2012-11-08 | drbd: Use tconn in request_timer_fn() |  Philipp Reisner | 2 | -7/+9 |
| 2012-11-08 | drbd: Improved logging of state changes |  Philipp Reisner | 2 | -15/+32 |
| 2012-11-08 | drbd: Implemented IO thawing for multiple volumes |  Philipp Reisner | 1 | -32/+40 |
| 2012-11-08 | drbd: Implemented conn_lowest_disk() |  Philipp Reisner | 2 | -0/+13 |
| 2012-11-08 | drbd: Implemented conn_lowest_conn() |  Philipp Reisner | 3 | -1/+14 |
| 2012-11-08 | drbd: Calculate and provide ns_min to the w_after_conn_state_ch() work |  Philipp Reisner | 1 | -11/+31 |
| 2012-11-08 | drbd: Renamed nms to ns_max |  Philipp Reisner | 1 | -8/+8 |
| 2012-11-08 | drbd: Introduced a new type union drbd_dev_state |  Philipp Reisner | 6 | -14/+45 |
| 2012-11-08 | drbd: Moved susp, susp_nod and susp_fen to the connection object |  Philipp Reisner | 2 | -1/+12 |
| 2012-11-08 | drbd: Renamed id_susp(union drbd_state s) to drbd_suspended(struct drbd_conf *) |  Philipp Reisner | 6 | -12/+17 |
| 2012-11-08 | drbd: Introduced drbd_read_state() |  Philipp Reisner | 6 | -20/+27 |
| 2012-11-08 | drbd: improvements to activate/deactivate multiple activity log extents |  Lars Ellenberg | 1 | -23/+23 |
| 2012-11-08 | drbd: get rid of bio_split, allow bios of "arbitrary" size |  Lars Ellenberg | 2 | -83/+27 |
| 2012-11-08 | drbd: prepare to activate two activity log extents at once |  Lars Ellenberg | 1 | -5/+13 |
| 2012-11-08 | drbd: preparation commit, pass drbd_interval to drbd_al_begin/complete_io |  Lars Ellenberg | 5 | -19/+19 |
| 2012-11-08 | drbd: introduce the "initialized" activity log transaction type |  Lars Ellenberg | 1 | -2/+14 |
| 2012-11-08 | drbd: Change how the "handshake" packets are called |  Andreas Gruenbacher | 3 | -19/+19 |
| 2012-11-08 | drbd: Change how the initial packets are called |  Andreas Gruenbacher | 3 | -10/+10 |
| 2012-11-08 | drbd: _conn_send_cmd(), _drbd_send_cmd(): Pass a struct drbd_socket instead of a plain socket |  Andreas Gruenbacher | 4 | -22/+22 |
| 2012-11-08 | drbd: drbd_connect(): Initialize struct drbd_socket before sending anything |  Andreas Gruenbacher | 1 | -32/+34 |
| 2012-11-08 | drbd: Map from (connection, volume number) to device in the asender handlers |  Andreas Gruenbacher | 1 | -55/+82 |
| 2012-11-08 | drbd: Pass struct packet_info down to the asender receive functions |  Andreas Gruenbacher | 1 | -18/+18 |
| 2012-11-08 | drbd: Do not segfault if a sync dependency reaches a diskless device |  Philipp Reisner | 1 | -0/+2 |
| 2012-11-08 | drbd: Allow to disconnect if one volume is diskless |  Philipp Reisner | 3 | -1/+8 |
| 2012-11-08 | drbd: Print common state changes of all volumes as connection state changes |  Philipp Reisner | 2 | -104/+66 |
| 2012-11-08 | drbd: Fixed logging of old connection state |  Philipp Reisner | 1 | -30/+87 |
| 2012-11-08 | drbd: Use the idr_for_each_entry() iterator instead of idr_for_each() |  Philipp Reisner | 1 | -74/+74 |
| 2012-11-08 | drbd: Map from (connection, volume number) to device in the receive handlers |  Andreas Gruenbacher | 1 | -98/+164 |
| 2012-11-08 | drbd: Pass struct packet_info down to the receive functions |  Andreas Gruenbacher | 1 | -85/+65 |
| 2012-11-08 | drbd: Remove useless error messages |  Andreas Gruenbacher | 1 | -6/+2 |
| 2012-11-08 | drbd: A small cleanup in drbdd() |  Andreas Gruenbacher | 1 | -7/+9 |
| 2012-11-08 | drbd: _drbd_send_bitmap(): Use the pre-allocated send buffer |  Andreas Gruenbacher | 1 | -19/+7 |