summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
Commit message (Expand)AuthorAgeFilesLines
...
* drbd: Move string function prototypes from linux/drbd.h to drbd_string.hAndreas Gruenbacher2014-02-171-0/+1
* drbd: Kill drbd_task_to_thread_name()Andreas Gruenbacher2014-02-171-2/+1
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-171-24/+24
* drbd: Replace vnr_to_mdev() with conn_peer_device()Andreas Gruenbacher2014-02-171-8/+0
* drbd: drbd_csum_bio(), drbd_csum_ee(): Remove unused device argumentAndreas Gruenbacher2014-02-171-3/+2
* drbd: Function prototype cleanupsAndreas Gruenbacher2014-02-171-0/+2
* drbd: Move cpu_mask from connection to resourceAndreas Gruenbacher2014-02-171-3/+2
* drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher2014-02-171-8/+10
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-8/+7
* drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher2014-02-171-1/+1
* drbd: Rename drbd_{create,delete}_minor -> drbd_{create,delete}_deviceAndreas Gruenbacher2014-02-171-2/+2
* drbd: Add explicit device parameter to D_ASSERTAndreas Gruenbacher2014-02-171-4/+6
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-171-10/+0
* drbd: Turn drbd_printk() into a polymorphic macroAndreas Gruenbacher2014-02-171-15/+43
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-12/+27
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-171-2/+5
* drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-171-2/+2
* drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher2014-02-171-1/+1
* drbd: Add struct drbd_resource->devicesAndreas Gruenbacher2014-02-171-0/+2
* drbd: Add struct drbd_device->resourceAndreas Gruenbacher2014-02-171-0/+1
* drbd: Add struct drbd_resourceAndreas Gruenbacher2014-02-171-5/+40
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-4/+4
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-19/+39
* drbd: Rename drbd_tconn -> drbd_connectionAndreas Gruenbacher2014-02-171-67/+67
* drbd: Rename "mdev" to "device"Andreas Gruenbacher2014-02-171-243/+243
* drbd: Rename struct drbd_conf -> struct drbd_deviceAndreas Gruenbacher2014-02-171-173/+173
* drbd: Split off on-the-wire protocol definitionsAndreas Gruenbacher2014-02-171-292/+1
* drivers: block: Move prototype declaration to appropriate header file from dr...Rashika Kheria2014-02-171-0/+4
* drivers: block: Move prototype declaration of function tl_abort_disk_io() to ...Rashika Kheria2014-02-171-0/+1
* drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2013-11-081-1/+2
* drbd: Allow online change of al-stripes and al-stripe-sizePhilipp Reisner2013-06-281-1/+6
* drbd: Constants should be UPPERCASEPhilipp Reisner2013-06-281-1/+6
* drbd: Ignore the exit code of a fence-peer handler if it returns too latePhilipp Reisner2013-06-281-0/+1
* drbd: consolidate as many updates as possible into one AL transactionLars Ellenberg2013-03-221-0/+2
* drbd: split drbd_al_begin_io into fastpath, prepare, and commitLars Ellenberg2013-03-221-0/+1
* drbd: prepare to queue write requests on a submit workerLars Ellenberg2013-03-221-0/+13
* drbd: Clarify when activity log I/O is delegated to the worker threadLars Ellenberg2013-03-221-1/+1
* drbd: use the cached meta_dev_idxLars Ellenberg2013-03-221-27/+5
* drbd: prepare for new striped layout of activity logLars Ellenberg2013-03-221-26/+20
* drbd: cleanup ondisk meta data layout calculations and definesLars Ellenberg2013-03-221-36/+50
* drbd: cleanup bogus assert messageLars Ellenberg2013-03-221-3/+4
* drbd: fixup after wait_even_lock_irq() addition to generic codeJens Axboe2012-11-301-27/+0
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-797/+601
|\
| * drbd: Broadcast sync progress no more often than once per secondPhilipp Reisner2012-11-091-0/+1
| * drbd: fix regression: potential NULL pointer dereferencePhilipp Reisner2012-11-091-0/+5
| * drbd: always write bitmap on detachLars Ellenberg2012-11-091-6/+33
| * drbd: wait for meta data IO completion even with failed disk, unless force-de...Lars Ellenberg2012-11-091-2/+2
| * drbd: a few more GFP_KERNEL -> GFP_NOIOLars Ellenberg2012-11-091-1/+1
| * drbd: Call drbd_md_sync() explicitly after a state change on the connectionPhilipp Reisner2012-11-091-0/+1
| * drbd: Fix a race condition that can lead to a BUG()Philipp Reisner2012-11-091-0/+27