- b6f85ef drbd: Iterate over all connections by Andreas Gruenbacher · 13 years ago
- 270eb5c drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_net_conf by Andreas Gruenbacher · 13 years ago
- 59515a2 drbd: drbd_create_device(): Take a resource instead of a connection argument by Andreas Gruenbacher · 13 years ago
- 5c66104 drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any connections by Andreas Gruenbacher · 13 years ago
- 251b8f8 drbd: get_one_status(): Iterate over resource->devices instead of connection->peer_devices by Andreas Gruenbacher · 13 years ago
- f82795d drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_device by Andreas Gruenbacher · 13 years ago
- 0b0ba1e drbd: Add explicit device parameter to D_ASSERT by Andreas Gruenbacher · 13 years ago
- 1ec861e drbd: Replace and remove the obsolete conn_() macros by Andreas Gruenbacher · 13 years ago
- 3b52bef drbd: Turn drbd_printk() into a polymorphic macro by Andreas Gruenbacher · 13 years ago
- d018017 drbd: Remove the terrible DEV hack by Andreas Gruenbacher · 13 years ago
- c06ece6 drbd: Turn connection->volumes into connection->peer_devices by Andreas Gruenbacher · 13 years ago
- eb6bea6 drbd: Move resource options from connection to resource by Andreas Gruenbacher · 13 years ago
- 9693da2 drbd: conn_try_disconnect(): Use parameter instead of the global variable by Andreas Gruenbacher · 13 years ago
- 4bc7604 drbd: Replace conn_get_by_name() with drbd_find_resource() by Andreas Gruenbacher · 13 years ago
- 803ea13 drbd: Add struct drbd_resource->devices by Andreas Gruenbacher · 13 years ago
- 93e4bf7 drbd: Minor cleanup in conn_new_minor() by Andreas Gruenbacher · 11 years ago
- d8628a8 drbd: Add struct drbd_device->resource by Andreas Gruenbacher · 13 years ago
- a10f6b8 drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare() by Andreas Gruenbacher · 13 years ago
- 77c556f drbd: Add struct drbd_resource by Andreas Gruenbacher · 13 years ago
- 05a10ec drbd: Improve some function and variable naming by Andreas Gruenbacher · 13 years ago
- a6b32bc drbd: Introduce "peer_device" object between "device" and "connection" by Andreas Gruenbacher · 13 years ago
- bde89a9 drbd: Rename drbd_tconn -> drbd_connection by Andreas Gruenbacher · 13 years ago
- b30ab79 drbd: Rename "mdev" to "device" by Andreas Gruenbacher · 13 years ago
- 5476169 drbd: Rename struct drbd_conf -> struct drbd_device by Andreas Gruenbacher · 13 years ago
- a3603a6 drbd: Split off on-the-wire protocol definitions by Andreas Gruenbacher · 13 years ago
- 8e22943 drbd: Add missing error goto by Philipp Reisner · 11 years ago
- d9216c8 drivers: block: Remove unused function drbd_bm_write_lazy() in drbd_bitmap.c by Rashika Kheria · 11 years ago
- fbe0d91 drivers: block: Mark function seq_printf_with_thousands_grouping() as static in drbd_proc.c by Rashika Kheria · 11 years ago
- a186e47 drivers: block: Mark the function as static in drbd_worker.c by Rashika Kheria · 11 years ago
- de0b2e6 drivers: block: Move prototype declaration to appropriate header file from drbd_main.c by Rashika Kheria · 11 years ago
- f63e631 drivers: block: Mark functions as static in drbd_receiver.c by Rashika Kheria · 11 years ago
- 01cd263 drivers: block: Mark functions as static in drbd_req.c by Rashika Kheria · 11 years ago
- ed54482 drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.c by Rashika Kheria · 11 years ago
- a99efaf drivers: block: Mark function as static in drbd_actlog.c by Rashika Kheria · 11 years ago
- 4b7a530 drivers: block: Mark functions as static in drbd_nl.c by Rashika Kheria · 11 years ago
- 16f4e74 drivers: block: Mark functions as static in drbd_main.c by Rashika Kheria · 11 years ago
- 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
- 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
- 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
- 35f47ef drbd: avoid to shrink max_bio_size due to peer re-configuration by Lars Ellenberg · 11 years ago
- d2da5b0 drbd: fix decoding of bitmap vli rle for device sizes > 64 TB by Lars Ellenberg · 11 years ago
- 57737ad drbd: Fix adding of new minors with freshly created meta data by Philipp Reisner · 11 years ago
- b874d23 drbd: Fix an connection drop issue after enabling allow-two-primaries by Philipp Reisner · 11 years ago
- 69babf0 drbd: fix NULL pointer deref in module init error path by Lars Ellenberg · 11 years ago
- 8be04b9 treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks by Joe Perches · 11 years ago
- d752b26 drbd: Allow online change of al-stripes and al-stripe-size by Philipp Reisner · 11 years ago
- e96c963 drbd: Constants should be UPPERCASE by Philipp Reisner · 11 years ago
- 28e448b drbd: Ignore the exit code of a fence-peer handler if it returns too late by Philipp Reisner · 11 years ago
- f9eb7bf drbd: Fix rcu_read_lock balance on error path by Andreas Gruenbacher · 11 years ago
- 6110d70 drbd: fix error return code in drbd_init() by Wei Yongjun · 11 years ago
- 26ea8f9 drbd: Do not sleep inside rcu by Andreas Gruenbacher · 11 years ago
- ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 38b682b2 drbd: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- 0b6ef41 drbd: fix if(); found by kbuild test robot by Lars Ellenberg · 12 years ago
- 3990e04 drbd: use sched_setscheduler() by Philipp Reisner · 12 years ago
- 7c689e6 drbd: fix for deadlock when using automatic split-brain-recovery by Philipp Reisner · 12 years ago
- 193d015 drbd: add module_put() on error path in drbd_proc_open() by Alexey Khoroshilov · 12 years ago
- 607f25e drbd: fix drbd epoch write count for ahead/behind mode by Lars Ellenberg · 12 years ago
- ef57f9e drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set by Philipp Reisner · 12 years ago
- a3f8f7d drbd: validate resync_after dependency on attach already by Lars Ellenberg · 12 years ago
- 94ad0a1 drbd: fix memory leak by Lars Ellenberg · 12 years ago
- 7074e4a drbd: only fail empty flushes if no good data is reachable 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
- bb45185 drbd: fix spurious warning about bitmap being locked from detach by Philipp Reisner · 12 years ago
- 0b2dafc drbd: drop now useless duplicate state request from invalidate by Philipp Reisner · 12 years ago
- 5c4f13d drbd: fix effective error returned when refusing an 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
- a700471 drbd: abort start of resync early, if it raced with connection breakage by Philipp Reisner · 12 years ago
- 2d56a97 drbd: reset ap_in_flight counter for new connections by Philipp Reisner · 12 years ago
- 5bbcf5e drbd: adjust upper limit for activity log extents by Lars Ellenberg · 12 years ago
- 45ad07b drbd: try hard to max out the updates per AL transaction by Lars Ellenberg · 12 years ago
- 7e8c288 drbd: move start io accounting before activity log transaction by Lars Ellenberg · 12 years ago
- 08a1dda drbd: consolidate as many updates as possible into one AL transaction by Lars Ellenberg · 12 years ago
- 779b3fe drbd: queue writes on submitter thread, unless they pass the activity log fastpath by Lars Ellenberg · 12 years ago
- 6c3c4355 drbd: split out some helper functions to drbd_al_begin_io by Lars Ellenberg · 12 years ago
- b5bc8e0 drbd: split drbd_al_begin_io into fastpath, prepare, and commit by Lars Ellenberg · 12 years ago
- 113fef9 drbd: prepare to queue write requests on a submit worker by Lars Ellenberg · 12 years ago
- 6d9febe drbd: split __drbd_make_request in before and after drbd_al_begin_io by Lars Ellenberg · 12 years ago
- ebfd5d8 drbd: drbd_al_being_io: short circuit to reduce latency by Lars Ellenberg · 12 years ago
- 56392d2 drbd: Clarify when activity log I/O is delegated to the worker thread 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
- 9114d795 drbd: cleanup bogus assert message by Lars Ellenberg · 12 years ago
- 56de210 drbd: convert to idr_alloc() by Tejun Heo · 12 years ago
- 2681f7f drbd: fix potential protocol error and resulting disconnect/reconnect by Lars Ellenberg · 12 years ago
- d2ec180 drbd: update Kconfig to match current dependencies by Lars Ellenberg · 12 years ago
- ef86b77 drbd: Fix drbdsetup wait-connect, wait-sync etc... commands by Philipp Reisner · 12 years ago
- 13c76ab drbd: close race between drbd_set_role and drbd_connect 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
- 298307e drbd: Remove obsolete check by Philipp Reisner · 12 years ago
- 2cecb73 drbd: fixup after wait_even_lock_irq() addition to generic code by Jens Axboe · 12 years ago
- f1d6a32 drbd: use copy_highpage by Akinobu Mita · 12 years ago
- ed635cb0 drbd: if the replication link breaks during handshake, keep retrying by Lars Ellenberg · 12 years ago
- 063eacf drbd: check return of kmalloc in receive_uuids by Jing Wang · 12 years ago