summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_int.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-17drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher1-1/+1
2014-02-17drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher1-2/+2
2014-02-17drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher1-4/+6
2014-02-17drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher1-10/+0
2014-02-17drbd: Turn drbd_printk() into a polymorphic macroAndreas Gruenbacher1-15/+43
2014-02-17drbd: Remove the terrible DEV hackAndreas Gruenbacher1-12/+27
2014-02-17drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher1-2/+5
2014-02-17drbd: Move resource options from connection to resourceAndreas Gruenbacher1-2/+2
2014-02-17drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher1-1/+1
2014-02-17drbd: Add struct drbd_resource->devicesAndreas Gruenbacher1-0/+2
2014-02-17drbd: Add struct drbd_device->resourceAndreas Gruenbacher1-0/+1
2014-02-17drbd: Add struct drbd_resourceAndreas Gruenbacher1-5/+40
2014-02-17drbd: Improve some function and variable namingAndreas Gruenbacher1-4/+4
2014-02-17drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher1-19/+39
2014-02-17drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher1-67/+67
2014-02-17drbd: Rename "mdev" to "device"Andreas Gruenbacher1-243/+243
2014-02-17drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher1-173/+173
2014-02-17drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher1-292/+1
2014-02-17drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria1-0/+4
2014-02-17drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria1-0/+1
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner1-1/+2
2013-06-28drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner1-1/+6
2013-06-28drbd: Constants should be UPPERCASEPhilipp Reisner1-1/+6
2013-06-28drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner1-0/+1
2013-03-23drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg1-0/+2
2013-03-23drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg1-0/+1
2013-03-23drbd: prepare to queue write requests on a submit workerLars Ellenberg1-0/+13
2013-03-23drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg1-1/+1
2013-03-23drbd: use the cached meta_dev_idxLars Ellenberg1-27/+5
2013-03-23drbd: prepare for new striped layout of activity logLars Ellenberg1-26/+20
2013-03-23drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg1-36/+50
2013-03-23drbd: cleanup bogus assert messageLars Ellenberg1-3/+4
2012-12-01drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe1-27/+0
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-797/+601
2012-11-09drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner1-0/+1
2012-11-09drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner1-0/+5
2012-11-09drbd: always write bitmap on detachLars Ellenberg1-6/+33
2012-11-09drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg1-2/+2
2012-11-09drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg1-1/+1
2012-11-09drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner1-0/+1
2012-11-09drbd: Fix a race condition that can lead to a BUG()Philipp Reisner1-0/+27
2012-11-09drbd: Avoid NetworkFailure state during disconnectPhilipp Reisner1-0/+1
2012-11-09drbd: Protect accesses to the uuid set with a spinlockPhilipp Reisner1-1/+3
2012-11-09drbd: Write all pages of the bitmap after an online resizePhilipp Reisner1-0/+1
2012-11-09drbd: disambiguation, s/DISCARD_CONCURRENT/RESOLVE_CONFLICTS/Lars Ellenberg1-1/+1
2012-11-09drbd: disambiguation, s/P_DISCARD_WRITE/P_SUPERSEDED/Lars Ellenberg1-2/+2
2012-11-09drbd: cleanup, drop unused structLars Ellenberg1-6/+0
2012-11-09drbd: introduce stop-sector to online verifyLars Ellenberg1-0/+7
2012-11-08drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg1-4/+6
2012-11-08drbd: report congestion if we are waiting for some userland callbackLars Ellenberg1-0/+6