aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an err...Andreas Gruenbacher2012-11-08
* drbd: drbd_send_block(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _drbd_send_page(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_oos(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code othe...Andreas Gruenbacher2012-11-08
* drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never usedAndreas Gruenbacher2012-11-08
* drbd: drbd_send_ack(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_b_ack(): Return void: the result is never usedAndreas Gruenbacher2012-11-08
* drbd: drbd_send_sr_reply(): Return void: the result is never usedAndreas Gruenbacher2012-11-08
* drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never usedAndreas Gruenbacher2012-11-08
* drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error ...Andreas Gruenbacher2012-11-08
* drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_state(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKETAndreas Gruenbacher2012-11-08
* drbd: conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: Add drbd_send_all(): Send an entire bufferAndreas Gruenbacher2012-11-08
* drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-08
* drbd: drbd_send(): Return a "real" error code if we have no socketAndreas Gruenbacher2012-11-08
* drbd: Fixed conn_lowest_minorPhilipp Reisner2012-11-08
* drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg2012-11-08
* drbd: conn_khelper() for user mode callbacks for connectionsPhilipp Reisner2012-11-03
* drbd: Allow volumes to become primary only on one sidePhilipp Reisner2012-11-03
* drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attachLars Ellenberg2012-11-03
* drbd: Separate connection state changes from minor dev state changes #2Philipp Reisner2012-11-03
* drbd: Converted got_Ping() and got_PingAck() from mdev to tconnPhilipp Reisner2012-11-03
* drbd: Allow packet handler functions that take a connection (meta connection)Philipp Reisner2012-11-03
* drbd: Separate connection state changes from minor dev state changes #1Philipp Reisner2012-11-03
* drbd: Converted receive_protocol() from mdev to tconnPhilipp Reisner2012-11-03
* drbd: Allow packet handler functions that take a connectionPhilipp Reisner2012-11-03
* drbd: Moved CONN_DRY_RUN to the per connection (tconn) flagsPhilipp Reisner2012-11-03
* drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner2012-11-03
* drbd: Allow two diskless minors to be connectedPhilipp Reisner2012-11-03
* drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner2012-11-03
* drbd: process_done_ee() has to handle unconfigured devices nowPhilipp Reisner2012-11-03