- a882153 drbd: fix race between role change and handshake by Philipp Reisner · 10 years ago
- f221f4b drbd: Only use drbd_msg_put_info() in drbd_nl.c by Andreas Gruenbacher · 10 years ago
- 179e20b8 drbd: Minor cleanups by Andreas Gruenbacher · 10 years ago
- d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- e37d243 drbd: track meta data IO intent, start and submit time by Lars Ellenberg · 11 years ago
- f88c5d9 drbd: cosmetic: change all printk(level, ...) to pr_<level>(...) by Lars Ellenberg · 11 years ago
- 8ce953a drbd: silence -Wmissing-prototypes warnings by Lars Ellenberg · 11 years ago
- e334f55 drbd: make sure disk cleanup happens in worker context by Lars Ellenberg · 11 years ago
- 720979f drbd: move set_disk_ro() to after we persisted the new role by Lars Ellenberg · 11 years ago
- 66ce6db drbd: re-add lost conf_mutex protection in drbd_set_role by Lars Ellenberg · 11 years ago
- fcb0967 drbd: stop the meta data sync timer before open coded meta data sync by Lars Ellenberg · 11 years ago
- c7a58db drbd: get rid of atomic update on disk bitmap works by Lars Ellenberg · 11 years ago
- 70df709 drbd: allow write-ordering policy to be bumped up again by Lars Ellenberg · 11 years ago
- 44a4d55 drbd: refactor use of first_peer_device() by Lars Ellenberg · 11 years ago
- 8fe39aa drbd: device->ldev is not guaranteed on an D_ATTACHING disk by Philipp Reisner · 11 years ago
- e952658 drbd: Move write_ordering from connection to resource by Philipp Reisner · 11 years ago
- bbc1c5e drbd: fix regression 'out of mem, failed to invoke fence-peer helper' by Lars Ellenberg · 11 years ago
- babea49 drbd: Allow attaching of a newly created device to any backing device by Philipp Reisner · 11 years ago
- 02df6fe drbd: Test cstate while holding req_lock by Philipp Reisner · 11 years ago
- c1b3156 drbd: use blk_set_stacking_limits() by Philipp Reisner · 11 years ago
- fa090e7 drbd: keep max-bio size during detach/attach on disconnected primary by Lars Ellenberg · 11 years ago
- 20c68fd drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIM by Lars Ellenberg · 11 years ago
- 9e27687 drbd: allow parallel promote/demote actions by Lars Ellenberg · 11 years ago
- a910b12 drbd: perpare for genetlink parallel_ops by Lars Ellenberg · 11 years ago
- cdc6af8 drbd: Allow online layout change of AL while peer is not connected by Philipp Reisner · 11 years ago
- d40e567 drbd: Remove drbd_wrappers.h by Philipp Reisner · 11 years ago
- d7fe69c drbd: Leave IO suspended if the fence handler find the peer primary by Philipp Reisner · 11 years ago
- f597f6b drbd: Fix future possible NULL pointer dereference by Andreas Gruenbacher · 11 years ago
- b5043c5 drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue() by Andreas Gruenbacher · 13 years ago
- 69a2277 drbd: Pass a peer device to a number of fuctions by Andreas Gruenbacher · 13 years ago
- 8fe6055 drbd: Rename drbdd_init() -> drbd_receiver() by Andreas Gruenbacher · 13 years ago
- 6bbf53c drbd: Move susp, susp_nod, susp_fen from connection to resource by Andreas Gruenbacher · 14 years ago
- 0500813 drbd: Move conf_mutex from connection to resource by Andreas Gruenbacher · 14 years ago
- 3ab706f drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is requested by Andreas Gruenbacher · 14 years ago
- b6f85ef drbd: Iterate over all connections by Andreas Gruenbacher · 14 years ago
- 270eb5c drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_conf by Andreas Gruenbacher · 14 years ago
- 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 14 years ago
- 5c66104 drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections by Andreas Gruenbacher · 14 years ago
- 251b8f8 drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devices by Andreas Gruenbacher · 14 years ago
- f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 14 years ago
- 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 14 years ago
- 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 14 years ago
- d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 14 years ago
- c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 14 years ago
- eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 14 years ago
- 9693da2 drbd: conn_try_disconnect(): Use parameter instead of the global variable by Andreas Gruenbacher · 14 years ago
- 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 14 years ago
- 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 14 years ago
- d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 14 years ago
- a10f6b8 drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare() by Andreas Gruenbacher · 14 years ago
- 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 14 years ago
- 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 14 years ago
- a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 14 years ago
- bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 14 years ago
- b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 14 years ago
- 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 14 years ago
- a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 14 years ago
- 8e22943 drbd: Add missing error goto by Philipp Reisner · 11 years ago
- 4b7a530 drivers: block: Mark functions as static in drbd_nl.c by Rashika Kheria · 11 years ago
- 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
- 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
- d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 12 years ago
- e96c963 drbd: Constants should be UPPERCASE by Philipp Reisner · 12 years ago
- 28e448b drbd: Ignore the exit code of a fence-peer handler if it returns too late by Philipp Reisner · 12 years ago
- f9eb7bf drbd: Fix rcu_read_lock balance on error path by Andreas Gruenbacher · 12 years ago
- a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 12 years ago
- 2bd5ed5 drbd: Fix disconnect to keep the peer disk state if connection breaks during operation by Philipp Reisner · 12 years ago
- 0b2dafc drbd: drop now useless duplicate state request from invalidate by Philipp Reisner · 12 years ago
- 9376d9f drbd: move invalidating the whole bitmap out of after_state ch() by Philipp Reisner · 12 years ago
- 5bbcf5e drbd: adjust upper limit for activity log extents by Lars Ellenberg · 12 years ago
- 113fef9 drbd: prepare to queue write requests on a submit worker by Lars Ellenberg · 12 years ago
- c04ccaa drbd: read meta data early, base on-disk offsets on super block by Lars Ellenberg · 12 years ago
- cccac98 drbd: mechanically rename la_size to la_size_sect by Lars Ellenberg · 12 years ago
- 68e41a4 drbd: use the cached meta_dev_idx by Lars Ellenberg · 12 years ago
- 3a4d4eb drbd: prepare for new striped layout of activity log by Lars Ellenberg · 12 years ago
- ae8bf31 drbd: cleanup ondisk meta data layout calculations and defines by Lars Ellenberg · 12 years ago
- ef86b77 drbd: Fix drbdsetup wait-connect, wait-sync etc... commands by Philipp Reisner · 12 years ago
- 691631c drbd: respect no-md-barriers setting also when changed online via disk-options by Lars Ellenberg · 12 years ago
- 9868365 Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 by Philipp Reisner · 12 years ago
- 328e0f1 drbd: Broadcast sync progress no more often than once per second by Philipp Reisner · 12 years ago
- 4035e4c drbd: Fix clearing of MDF_AL_DISABLED by Philipp Reisner · 12 years ago
- edc9f5e drbd: always write bitmap on detach by Lars Ellenberg · 12 years ago
- 19fffd7 drbd: Call drbd_md_sync() explicitly after a state change on the connection by Philipp Reisner · 12 years ago
- 0ee98e2 drbd: temporarily suspend io in drbd_adm_disk_opts by Lars Ellenberg · 12 years ago
- 39a1aa7 drbd: Protect accesses to the uuid set with a spinlock by Philipp Reisner · 12 years ago
- fef45d2 drbd: Write all pages of the bitmap after an online resize by Philipp Reisner · 12 years ago
- eb12010 drbd: disambiguation, s/ERR_DISCARD/ERR_DISCARD_IMPOSSIBLE/ by Lars Ellenberg · 12 years ago
- 427c043 drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/ by Lars Ellenberg · 12 years ago
- 3174f8c drbd: pass some more information to userspace. by Philipp Marek · 13 years ago
- 58ffa58 drbd: introduce stop-sector to online verify by Lars Ellenberg · 12 years ago
- 970fbde drbd: flush drbd work queue before invalidate/invalidate remote by Lars Ellenberg · 12 years ago
- a324896 drbd: do not reset rs_pending_cnt too early by Lars Ellenberg · 12 years ago
- 6f3465e drbd: report congestion if we are waiting for some userland callback by Lars Ellenberg · 12 years ago
- 0c84966 drbd: differentiate between normal and forced detach by Lars Ellenberg · 12 years ago
- 2701238 drbd: take error path in drbd_adm_down if interrupted by signal by Lars Ellenberg · 12 years ago
- b6dd1a8 drbd: remove struct drbd_tl_epoch objects (barrier works) by Lars Ellenberg · 13 years ago
- 9a51ab1 drbd: New disk option al-updates by Philipp Reisner · 13 years ago
- 26ec928 drbd: Stop using NLA_PUT*(). by Andreas Gruenbacher · 13 years ago
- 5016b82 drbd: fix race between drbdadm invalidate/verify and finishing resync by Lars Ellenberg · 13 years ago
- a1096a6 drbd: Delay/reject other state changes while establishing a connection by Philipp Reisner · 13 years ago