summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorLines
2012-11-08drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-4/+2
2012-11-08drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never usedAndreas Gruenbacher-3/+3
2012-11-08drbd: drbd_send_uuids() and its variants: Return 0 upon success and an error ...Andreas Gruenbacher-3/+3
2012-11-08drbd: drbd_send_protocol(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-6/+6
2012-11-08drbd: drbd_send_handshake(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-8/+8
2012-11-08drbd: drbd_send_state(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-6/+6
2012-11-08drbd: drbd_send_sync_param(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-5/+5
2012-11-08drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-11/+11
2012-11-08drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKETAndreas Gruenbacher-38/+22
2012-11-08drbd: conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-8/+8
2012-11-08drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-11/+10
2012-11-08drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-14/+11
2012-11-08drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-16/+12
2012-11-08drbd: Add drbd_send_all(): Send an entire bufferAndreas Gruenbacher-0/+21
2012-11-08drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher-18/+9
2012-11-08drbd: drbd_send(): Return a "real" error code if we have no socketAndreas Gruenbacher-1/+1
2012-11-08drbd: Fixed conn_lowest_minorPhilipp Reisner-11/+13
2012-11-08drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg-288/+449
2012-11-04drbd: conn_khelper() for user mode callbacks for connectionsPhilipp Reisner-25/+72
2012-11-04drbd: Allow volumes to become primary only on one sidePhilipp Reisner-3/+19
2012-11-04drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attachLars Ellenberg-2/+3
2012-11-04drbd: Separate connection state changes from minor dev state changes #2Philipp Reisner-21/+26
2012-11-04drbd: Converted got_Ping() and got_PingAck() from mdev to tconnPhilipp Reisner-6/+5
2012-11-04drbd: Allow packet handler functions that take a connection (meta connection)Philipp Reisner-25/+41
2012-11-04drbd: Separate connection state changes from minor dev state changes #1Philipp Reisner-8/+28
2012-11-04drbd: Converted receive_protocol() from mdev to tconnPhilipp Reisner-23/+23
2012-11-04drbd: Allow packet handler functions that take a connectionPhilipp Reisner-33/+42
2012-11-04drbd: Moved CONN_DRY_RUN to the per connection (tconn) flagsPhilipp Reisner-5/+5
2012-11-04drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner-17/+11
2012-11-04drbd: Allow two diskless minors to be connectedPhilipp Reisner-6/+0
2012-11-04drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner-4/+11
2012-11-04drbd: process_done_ee() has to handle unconfigured devices nowPhilipp Reisner-26/+18
2012-11-04drbd: Ignore packets for non existing volumesPhilipp Reisner-8/+25
2012-11-04drbd: introduce in-kernel "down" commandLars Ellenberg-53/+152
2012-11-04drbd: add forgotten spin_unlockLars Ellenberg-1/+3
2012-11-04drbd: bail out if a config requrest is over-determined, and not matchingLars Ellenberg-8/+8
2012-11-04drbd: new-connection and new-minor succeed, if the object already existsLars Ellenberg-2/+14
2012-11-04drbd: Allow a Diskless Secondary volume to be removedLars Ellenberg-1/+8
2012-11-04drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg-10/+8
2012-11-04drbd: drbd_adm_get_status needs to show some more detailLars Ellenberg-28/+107
2012-11-04drbd: allow holes in minor and volume id allocationLars Ellenberg-20/+22
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg-805/+804
2012-10-30drbd: log request sector offset and size for IO errorsLars Ellenberg-1/+18
2012-10-30drbd: always write bitmap on detachLars Ellenberg-19/+68
2012-10-30drbd: prepare for more than 32 bit flagsLars Ellenberg-143/+171
2012-10-30drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg-16/+13
2012-10-30drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg-3/+3
2012-10-30drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg-7/+9
2012-10-30drbd: panic on delayed completion of aborted requestsLars Ellenberg-0/+36
2012-10-30drbd: Remove dead codePhilipp Reisner-29/+7