aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
AgeCommit message (Expand)AuthorFilesLines
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 code otherwiseAndreas 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
2012-11-08drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-11/+11
2012-11-08drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKETAndreas Gruenbacher2-38/+22
2012-11-08drbd: conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-8/+8
2012-11-08drbd: _drbd_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher3-11/+10
2012-11-08drbd: _conn_send_cmd(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher3-14/+11
2012-11-08drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2-16/+12
2012-11-08drbd: Add drbd_send_all(): Send an entire bufferAndreas Gruenbacher2-0/+21
2012-11-08drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher3-18/+9
2012-11-08drbd: drbd_send(): Return a "real" error code if we have no socketAndreas Gruenbacher1-1/+1
2012-11-08drbd: Fixed conn_lowest_minorPhilipp Reisner3-11/+13
2012-11-08drbd: distribute former syncer_conf settings to disk, connection, and resource levelLars Ellenberg6-286/+447
2012-11-04drbd: conn_khelper() for user mode callbacks for connectionsPhilipp Reisner1-25/+72
2012-11-04drbd: Allow volumes to become primary only on one sidePhilipp Reisner2-3/+19
2012-11-04drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attachLars Ellenberg1-2/+3
2012-11-04drbd: Separate connection state changes from minor dev state changes #2Philipp Reisner1-21/+26
2012-11-04drbd: Converted got_Ping() and got_PingAck() from mdev to tconnPhilipp Reisner1-6/+5
2012-11-04drbd: Allow packet handler functions that take a connection (meta connection)Philipp Reisner1-25/+41
2012-11-04drbd: Separate connection state changes from minor dev state changes #1Philipp Reisner1-8/+28
2012-11-04drbd: Converted receive_protocol() from mdev to tconnPhilipp Reisner1-23/+23
2012-11-04drbd: Allow packet handler functions that take a connectionPhilipp Reisner1-33/+42
2012-11-04drbd: Moved CONN_DRY_RUN to the per connection (tconn) flagsPhilipp Reisner2-5/+5
2012-11-04drbd: Do not modify the connection state with something else that conn_request_state()Philipp Reisner3-17/+11
2012-11-04drbd: Allow two diskless minors to be connectedPhilipp Reisner1-6/+0
2012-11-04drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner4-4/+11
2012-11-04drbd: process_done_ee() has to handle unconfigured devices nowPhilipp Reisner1-26/+18
2012-11-04drbd: Ignore packets for non existing volumesPhilipp Reisner1-8/+25
2012-11-04drbd: introduce in-kernel "down" commandLars Ellenberg2-53/+152
2012-11-04drbd: add forgotten spin_unlockLars Ellenberg1-1/+3
2012-11-04drbd: bail out if a config requrest is over-determined, and not matchingLars Ellenberg1-8/+8
2012-11-04drbd: new-connection and new-minor succeed, if the object already existsLars Ellenberg1-2/+14
2012-11-04drbd: Allow a Diskless Secondary volume to be removedLars Ellenberg1-1/+8
2012-11-04drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg2-10/+8
2012-11-04drbd: drbd_adm_get_status needs to show some more detailLars Ellenberg3-27/+106
2012-11-04drbd: allow holes in minor and volume id allocationLars Ellenberg3-20/+22
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg5-794/+793
2012-10-30drbd: log request sector offset and size for IO errorsLars Ellenberg1-1/+18
2012-10-30drbd: always write bitmap on detachLars Ellenberg5-18/+67
2012-10-30drbd: prepare for more than 32 bit flagsLars Ellenberg8-143/+171
2012-10-30drbd: wait for meta data IO completion even with failed disk, unless force-detachedLars Ellenberg3-16/+13
2012-10-30drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg2-3/+3
2012-10-30drbd: fix potential deadlock during bitmap (re-)allocationLars Ellenberg1-7/+9
2012-10-30drbd: panic on delayed completion of aborted requestsLars Ellenberg1-0/+36
2012-10-30drbd: Remove dead codePhilipp Reisner1-29/+7
2012-10-30drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner3-1/+24