summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-11-04drbd: Allow volumes to become primary only on one sidePhilipp Reisner
2012-11-04drbd: fix conn_reconfig_start without conn_reconfig_done in drbd_adm_attachLars Ellenberg
2012-11-04drbd: Separate connection state changes from minor dev state changes #2Philipp Reisner
2012-11-04drbd: Converted got_Ping() and got_PingAck() from mdev to tconnPhilipp Reisner
2012-11-04drbd: Allow packet handler functions that take a connection (meta connection)Philipp Reisner
2012-11-04drbd: Separate connection state changes from minor dev state changes #1Philipp Reisner
2012-11-04drbd: Converted receive_protocol() from mdev to tconnPhilipp Reisner
2012-11-04drbd: Allow packet handler functions that take a connectionPhilipp Reisner
2012-11-04drbd: Moved CONN_DRY_RUN to the per connection (tconn) flagsPhilipp Reisner
2012-11-04drbd: Do not modify the connection state with something else that conn_reques...Philipp Reisner
2012-11-04drbd: Allow two diskless minors to be connectedPhilipp Reisner
2012-11-04drbd: New minors have to intherit the connection state form their connectionPhilipp Reisner
2012-11-04drbd: process_done_ee() has to handle unconfigured devices nowPhilipp Reisner
2012-11-04drbd: Ignore packets for non existing volumesPhilipp Reisner
2012-11-04drbd: introduce in-kernel "down" commandLars Ellenberg
2012-11-04drbd: add forgotten spin_unlockLars Ellenberg
2012-11-04drbd: bail out if a config requrest is over-determined, and not matchingLars Ellenberg
2012-11-04drbd: new-connection and new-minor succeed, if the object already existsLars Ellenberg
2012-11-04drbd: Allow a Diskless Secondary volume to be removedLars Ellenberg
2012-11-04drbd: simplify conn_all_vols_unconf, make it boolLars Ellenberg
2012-11-04drbd: drbd_adm_get_status needs to show some more detailLars Ellenberg
2012-11-04drbd: allow holes in minor and volume id allocationLars Ellenberg
2012-11-04drbd: switch configuration interface from connector to genetlinkLars Ellenberg
2011-10-14drbd: get rid of drbd_bcast_ee, it is of no use anymoreLars Ellenberg
2011-10-14drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchron...Lars Ellenberg
2011-10-14drbd: introduce a bio_set to allocate housekeeping bios fromLars Ellenberg
2011-10-14drbd: use the newly introduced page pool for bitmap IOLars Ellenberg
2011-10-14drbd: add page pool to be used for meta data IOLars Ellenberg
2011-10-14drbd: only wakeup if something changed in update_peer_seqLars Ellenberg
2011-10-14drbd: remove unused defineLars Ellenberg
2011-10-14drbd: Replaced the minor_table array by an idrPhilipp Reisner
2011-10-14drbd: Implemented new commands to create/delete connections/minorsPhilipp Reisner
2011-10-14drbd: Converted drbd_nl_(net_conf|disconnect)() from mdev to tconnPhilipp Reisner
2011-10-14drbd: Preparing the connector interface to operator on connectionsPhilipp Reisner
2011-10-14drbd: Converted the transfer log from mdev to tconnPhilipp Reisner
2011-10-14drbd: Improved the dec_*() macrosPhilipp Reisner
2011-10-14drbd: Removed the mdev parameter from the ..to_tags() and ...from_tags() func...Philipp Reisner
2011-10-14drbd: Reworked the unconfiguring and thread stopping codePhilipp Reisner
2011-10-14drbd: Remove left-over function prototypesAndreas Gruenbacher
2011-10-14drbd: Replace get_asender_cmd() with its implementationAndreas Gruenbacher
2011-10-14drbd: Get rid of P_MAX_CMDAndreas Gruenbacher
2011-10-14drbd: Remove redundant checkAndreas Gruenbacher
2011-10-14drbd: Improve how conflicting writes are handledAndreas Gruenbacher
2011-10-14drbd: Use ping-timeout when waiting for missing ack packetsAndreas Gruenbacher
2011-10-14drbd: Replace atomic_add_return with atomic_inc_returnAndreas Gruenbacher
2011-10-14drbd: Concurrent write detection fixAndreas Gruenbacher
2011-10-14drbd: Use container_of() instead of castingAndreas Gruenbacher
2011-10-14drbd: fix a wrong likely(), updated commentsLars Ellenberg
2011-10-14drbd: silence some log messages on bitmap IOLars Ellenberg
2011-10-14drbd: new on-disk activity log transaction formatLars Ellenberg