summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-11-08drbd: distribute former syncer_conf settings to disk, connection, and resourc...Lars Ellenberg6-288/+449
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
2011-10-14drbd: get rid of drbd_bcast_ee, it is of no use anymoreLars Ellenberg1-2/+0
2011-10-14drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...Lars Ellenberg1-18/+24
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg5-4/+41
2011-10-14drbd: use the newly introduced page pool for bitmap IOLars Ellenberg1-5/+4
2011-10-14drbd: add page pool to be used for meta data IOLars Ellenberg2-1/+31
2011-10-14drbd: only wakeup if something changed in update_peer_seqLars Ellenberg1-4/+5
2011-10-14drbd: remove unused defineLars Ellenberg1-2/+0
2011-10-14drbd: Replaced the minor_table array by an idrPhilipp Reisner5-45/+31
2011-10-14drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner3-73/+105
2011-10-14drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconnPhilipp Reisner3-61/+63
2011-10-14drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner3-33/+79
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner7-72/+79
2011-10-14drbd: Improved the dec_*() macrosPhilipp Reisner1-22/+29
2011-10-14drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner1-19/+19
2011-10-14drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner6-70/+80
2011-10-14drbd: Remove left-over function prototypesAndreas Gruenbacher2-3/+0
2011-10-14drbd: Replace get_asender_cmd() with its implementationAndreas Gruenbacher1-38/+28
2011-10-14drbd: Get rid of P_MAX_CMDAndreas Gruenbacher3-9/+5
2011-10-14drbd: Remove redundant checkAndreas Gruenbacher1-27/+0
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher5-191/+351
2011-10-14drbd: Use ping-timeout when waiting for missing ack packetsAndreas Gruenbacher1-2/+3
2011-10-14drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher2-6/+6
2011-10-14drbd: Concurrent write detection fixAndreas Gruenbacher1-20/+21
2011-10-14drbd: Use container_of() instead of castingAndreas Gruenbacher1-3/+6
2011-10-14drbd: fix a wrong likely(), updated commentsLars Ellenberg1-7/+8