aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: Move drbd_send_ping() and drbd_send_ping_ack() to drbd_main.cAndreas Gruenbacher2-11/+14
2012-11-08drbd: Always use the same protocol version for the same peerAndreas Gruenbacher2-4/+4
2012-11-08drbd: drbd_connected(): Return an error code upon failure.Andreas Gruenbacher1-8/+9
2012-11-08drbd: Introduce and use drbd_recv_all_warn()Andreas Gruenbacher1-73/+40
2012-11-08drbd: Get rid of typedef drbd_work_cbAndreas Gruenbacher1-3/+1
2012-11-08drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarityAndreas Gruenbacher6-19/+19
2012-11-08drbd: drbd_may_do_local_read(): Use bool/true/falseAndreas Gruenbacher1-5/+4
2012-11-08drbd: Remove unnecessary assertionAndreas Gruenbacher1-1/+0
2012-11-08drbd: Remove duplicate initializationAndreas Gruenbacher1-1/+1
2012-11-08drbd: drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-10/+8
2012-11-08drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-6/+7
2012-11-08drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()Andreas Gruenbacher1-1/+1
2012-11-08drbd: Make all command handlers return 0 upon success and an error code other...Andreas Gruenbacher1-84/+93
2012-11-08drbd: Add drbd_recv_all(): Receive an entire bufferAndreas Gruenbacher1-0/+13
2012-11-08drbd: send_bitmap_rle_or_plain(): Error handling cleanupAndreas Gruenbacher1-5/+5
2012-11-08drbd: recv_resync_read(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-3/+3
2012-11-08drbd: recv_dless_read(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-5/+5
2012-11-08drbd: drbd_drain_block(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-10/+12
2012-11-08drbd: drbd_recv_header(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-16/+22
2012-11-08drbd: decode_header(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-5/+5
2012-11-08drbd: drbd_process_done_ee(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-4/+8
2012-11-08drbd: Make all worker callbacks return 0 upon success and an error code other...Andreas Gruenbacher6-158/+160
2012-11-08drbd: Temporarily change the return type of all worker callbacksAndreas Gruenbacher6-58/+56
2012-11-08drbd: drbd_send_short_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-2/+2
2012-11-08drbd: drbd_send_dblock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-12/+13
2012-11-08drbd: _drbd_send_bio(), _drbd_send_zc_bio(): Return 0 upon success and an err...Andreas Gruenbacher1-12/+18
2012-11-08drbd: drbd_send_block(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-14/+15
2012-11-08drbd: _drbd_send_zc_ee(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-5/+8
2012-11-08drbd: _drbd_send_page(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-21/+23
2012-11-08drbd: _drbd_no_send_page(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-9/+15
2012-11-08drbd: drbd_send_oos(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-2/+2
2012-11-08drbd: drbd_send_drequest_csum(): Return 0 upon success and an error code othe...Andreas Gruenbacher2-13/+11
2012-11-08drbd: drbd_send_drequest(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-6/+4
2012-11-08drbd: drbd_send_ov_request(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-4/+2
2012-11-08drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-6/+6
2012-11-08drbd: drbd_send_ack_{dp,rp}(): Return void: the result is never usedAndreas Gruenbacher2-11/+11
2012-11-08drbd: drbd_send_ack(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher3-14/+14
2012-11-08drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-15/+13
2012-11-08drbd: drbd_send_b_ack(): Return void: the result is never usedAndreas Gruenbacher2-9/+5
2012-11-08drbd: drbd_send_sr_reply(): Return void: the result is never usedAndreas Gruenbacher2-3/+3
2012-11-08drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-2/+2
2012-11-08drbd: conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-2/+2
2012-11-08drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-3/+3
2012-11-08drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-4/+2
2012-11-08drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never usedAndreas Gruenbacher2-3/+3
2012-11-08drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error ...Andreas Gruenbacher2-3/+3
2012-11-08drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-6/+6
2012-11-08drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher1-8/+8
2012-11-08drbd: drbd_send_state(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher3-6/+6
2012-11-08drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-5/+5