summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drbd: drbd_send_sr_reply(): Return void: the result is never usedAndreas Gruenbacher2012-11-082-3/+3
* drbd: drbd_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-2/+2
* drbd: conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-2/+2
* drbd: _conn_send_state_req(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-3/+3
* drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-4/+2Star
* drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never usedAndreas Gruenbacher2012-11-082-3/+3
* drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error ...Andreas Gruenbacher2012-11-082-3/+3
* drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-6/+6
* drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-081-8/+8
* drbd: drbd_send_state(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-083-6/+6
* drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-5/+5
* drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-11/+11
* drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKETAndreas Gruenbacher2012-11-082-38/+22Star
* drbd: conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-8/+8
* drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-083-11/+10Star
* drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-083-14/+11Star
* drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-082-16/+12Star
* drbd: Add drbd_send_all(): Send an entire bufferAndreas Gruenbacher2012-11-082-0/+21
* drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-083-18/+9Star
* drbd: drbd_send(): Return a "real" error code if we have no socketAndreas Gruenbacher2012-11-081-1/+1
* drbd: Fixed conn_lowest_minorPhilipp Reisner2012-11-083-11/+13
* drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg2012-11-0810-367/+572
* drbd: conn_khelper() for user mode callbacks for connectionsPhilipp Reisner2012-11-041-25/+72
* drbd: Allow volumes to become primary only on one sidePhilipp Reisner2012-11-043-4/+21
* drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attachLars Ellenberg2012-11-041-2/+3
* drbd: Separate connection state changes from minor dev state changes #2Philipp Reisner2012-11-041-21/+26
* drbd: Converted got_Ping() and got_PingAck() from mdev to tconnPhilipp Reisner2012-11-041-6/+5Star
* drbd: Allow packet handler functions that take a connection (meta connection)Philipp Reisner2012-11-041-25/+41
* drbd: Separate connection state changes from minor dev state changes #1Philipp Reisner2012-11-041-8/+28
* drbd: Converted receive_protocol() from mdev to tconnPhilipp Reisner2012-11-041-23/+23
* drbd: Allow packet handler functions that take a connectionPhilipp Reisner2012-11-041-33/+42
* drbd: Moved CONN_DRY_RUN to the per connection (tconn) flagsPhilipp Reisner2012-11-042-5/+5
* drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner2012-11-043-17/+11Star
* drbd: Allow two diskless minors to be connectedPhilipp Reisner2012-11-041-6/+0Star
* drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner2012-11-044-4/+11
* drbd: process_done_ee() has to handle unconfigured devices nowPhilipp Reisner2012-11-041-26/+18Star
* drbd: Ignore packets for non existing volumesPhilipp Reisner2012-11-041-8/+25
* drbd: introduce in-kernel "down" commandLars Ellenberg2012-11-043-53/+154
* drbd: add forgotten spin_unlockLars Ellenberg2012-11-041-1/+3
* drbd: bail out if a config requrest is over-determined, and not matchingLars Ellenberg2012-11-041-8/+8
* drbd: new-connection and new-minor succeed, if the object already existsLars Ellenberg2012-11-041-2/+14
* drbd: Allow a Diskless Secondary volume to be removedLars Ellenberg2012-11-041-1/+8
* drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg2012-11-042-10/+8Star
* drbd: drbd_adm_get_status needs to show some more detailLars Ellenberg2012-11-043-28/+107
* drbd: remove now unused connector related filesLars Ellenberg2012-11-042-256/+0Star
* drbd: allow holes in minor and volume id allocationLars Ellenberg2012-11-043-20/+22
* drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-047-840/+806Star
* drbd: prepare the transition from connector to genetlinkLars Ellenberg2011-10-144-0/+1081
* drbd: get rid of drbd_bcast_ee, it is of no use anymoreLars Ellenberg2011-10-141-2/+0Star
* drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...Lars Ellenberg2011-10-141-18/+24