summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd
Commit message (Expand)AuthorAgeFilesLines
...
| * drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwiseAndreas Gruenbacher2012-11-083-18/+9
| * 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-086-288/+449
| * 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-042-3/+19
| * 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/+5
| * 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/+11
| * drbd: Allow two diskless minors to be connectedPhilipp Reisner2012-11-041-6/+0
| * 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/+18
| * drbd: Ignore packets for non existing volumesPhilipp Reisner2012-11-041-8/+25
| * drbd: introduce in-kernel "down" commandLars Ellenberg2012-11-042-53/+152
| * 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/+8
| * drbd: drbd_adm_get_status needs to show some more detailLars Ellenberg2012-11-043-28/+107
| * drbd: allow holes in minor and volume id allocationLars Ellenberg2012-11-043-20/+22
| * drbd: switch configuration interface from connector to genetlinkLars Ellenberg2012-11-045-805/+804
| * drbd: get rid of drbd_bcast_ee, it is of no use anymoreLars Ellenberg2011-10-141-2/+0
| * drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...Lars Ellenberg2011-10-141-18/+24
| * drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg2011-10-145-4/+41
| * drbd: use the newly introduced page pool for bitmap IOLars Ellenberg2011-10-141-5/+4
| * drbd: add page pool to be used for meta data IOLars Ellenberg2011-10-142-1/+31
| * drbd: only wakeup if something changed in update_peer_seqLars Ellenberg2011-10-141-4/+5
| * drbd: remove unused defineLars Ellenberg2011-10-141-2/+0
| * drbd: Replaced the minor_table array by an idrPhilipp Reisner2011-10-145-45/+31
| * drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner2011-10-143-73/+105
| * drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconnPhilipp Reisner2011-10-143-61/+63
| * drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner2011-10-143-33/+79
| * drbd: Converted the transfer log from mdev to tconnPhilipp Reisner2011-10-147-72/+79
| * drbd: Improved the dec_*() macrosPhilipp Reisner2011-10-141-22/+29
| * drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner2011-10-141-19/+19
| * drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner2011-10-146-70/+80
| * drbd: Remove left-over function prototypesAndreas Gruenbacher2011-10-142-3/+0
| * drbd: Replace get_asender_cmd() with its implementationAndreas Gruenbacher2011-10-141-38/+28
| * drbd: Get rid of P_MAX_CMDAndreas Gruenbacher2011-10-143-9/+5
| * drbd: Remove redundant checkAndreas Gruenbacher2011-10-141-27/+0
| * drbd: Improve how conflicting writes are handledAndreas Gruenbacher2011-10-145-191/+351
| * drbd: Use ping-timeout when waiting for missing ack packetsAndreas Gruenbacher2011-10-141-2/+3
| * drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher2011-10-142-6/+6