aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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 resourc...Lars Ellenberg6-288/+449
2012-11-04xen/blkback: persistent-grants fixesRoger Pau Monne3-5/+9
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_reques...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-28/+107
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-805/+804
2012-11-01rbd: get additional info in parent specAlex Elder1-0/+133
2012-11-01rbd: get parent spec for version 2 imagesAlex Elder1-0/+131
2012-11-01rbd: allow null image nameAlex Elder1-1/+4
2012-11-01rbd: allow null image nameAlex Elder1-0/+8
2012-11-01rbd: encapsulate last part of probeAlex Elder1-75/+86
2012-11-01rbd: define rbd_dev_{create,destroy}() helpersAlex Elder1-21/+41
2012-11-01rbd: consolidate rbd_dev init in rbd_add()Alex Elder1-19/+18
2012-11-01rbd: don't pass rbd_dev to rbd_get_client()Alex Elder1-18/+15
2012-11-01rbd: fill rbd_spec in rbd_add_parse_args()Alex Elder1-38/+75
2012-11-01rbd: add reference counting to rbd_specAlex Elder1-10/+42
2012-10-30xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne4-55/+474
2012-10-30rbd: define image specification structureAlex Elder1-68/+90
2012-10-30rbd: have rbd_add_parse_args() return errorAlex Elder1-17/+20
2012-10-30rbd: pass and populate rbd_options structureAlex Elder1-11/+19