summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_nl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-44/+66
|\
| * drbd: track meta data IO intent, start and submit timeLars Ellenberg2014-07-101-2/+2
| * drbd: cosmetic: change all printk(level, ...) to pr_<level>(...)Lars Ellenberg2014-07-101-1/+3
| * drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-1/+1
| * drbd: make sure disk cleanup happens in worker contextLars Ellenberg2014-07-101-1/+1
| * drbd: move set_disk_ro() to after we persisted the new roleLars Ellenberg2014-07-101-3/+1
| * drbd: re-add lost conf_mutex protection in drbd_set_roleLars Ellenberg2014-07-101-2/+2
| * drbd: stop the meta data sync timer before open coded meta data syncLars Ellenberg2014-07-101-0/+4
| * drbd: get rid of atomic update on disk bitmap worksLars Ellenberg2014-07-101-7/+0
| * drbd: allow write-ordering policy to be bumped up againLars Ellenberg2014-07-101-1/+9
| * drbd: refactor use of first_peer_device()Lars Ellenberg2014-07-101-12/+18
| * drbd: device->ldev is not guaranteed on an D_ATTACHING diskPhilipp Reisner2014-07-101-15/+26
| * drbd: Move write_ordering from connection to resourcePhilipp Reisner2014-07-101-2/+2
* | drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-07-101-0/+6
|/
* drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner2014-04-301-1/+1
* drbd: Test cstate while holding req_lockPhilipp Reisner2014-04-301-1/+2
* drbd: use blk_set_stacking_limits()Philipp Reisner2014-04-301-6/+6
* drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg2014-04-301-1/+7
* drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg2014-04-301-0/+20
* drbd: allow parallel promote/demote actionsLars Ellenberg2014-04-301-14/+86
* drbd: perpare for genetlink parallel_opsLars Ellenberg2014-04-301-167/+166
* drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner2014-04-301-1/+1
* drbd: Remove drbd_wrappers.hPhilipp Reisner2014-04-301-1/+0
* drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner2014-04-301-0/+8
* drbd: Fix future possible NULL pointer dereferenceAndreas Gruenbacher2014-02-211-1/+1
* drbd: Turn conn_flush_workqueue() into drbd_flush_workqueue()Andreas Gruenbacher2014-02-171-5/+5
* drbd: Pass a peer device to a number of fuctionsAndreas Gruenbacher2014-02-171-9/+18
* drbd: Rename drbdd_init() -> drbd_receiver()Andreas Gruenbacher2014-02-171-1/+1
* drbd: Move susp, susp_nod, susp_fen from connection to resourceAndreas Gruenbacher2014-02-171-2/+1
* drbd: Move conf_mutex from connection to resourceAndreas Gruenbacher2014-02-171-25/+25
* drbd: drbd_adm_prepare(): Only set adm_ctx.connection when a connection is re...Andreas Gruenbacher2014-02-171-6/+2
* drbd: Iterate over all connectionsAndreas Gruenbacher2014-02-171-31/+37
* drbd: Rename net_conf variables old_conf -> old_net_conf and new_conf -> new_...Andreas Gruenbacher2014-02-171-46/+46
* drbd: drbd_create_device(): Take a resource instead of a connection argumentAndreas Gruenbacher2014-02-171-1/+1
* drbd: drbd_adm_new_resource(): Check if resource exists, not if it has any co...Andreas Gruenbacher2014-02-171-1/+1
* drbd: get_one_status(): Iterate over resource->devices instead of connection-...Andreas Gruenbacher2014-02-171-26/+46
* 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/+4
* drbd: Replace and remove the obsolete conn_() macrosAndreas Gruenbacher2014-02-171-12/+12
* drbd: Remove the terrible DEV hackAndreas Gruenbacher2014-02-171-37/+37
* drbd: Turn connection->volumes into connection->peer_devicesAndreas Gruenbacher2014-02-171-25/+34
* drbd: Move resource options from connection to resourceAndreas Gruenbacher2014-02-171-5/+3
* drbd: conn_try_disconnect(): Use parameter instead of the global variableAndreas Gruenbacher2014-02-171-1/+1
* drbd: Replace conn_get_by_name() with drbd_find_resource()Andreas Gruenbacher2014-02-171-13/+25
* drbd: Add struct drbd_resource->devicesAndreas Gruenbacher2014-02-171-6/+1
* drbd: Add struct drbd_device->resourceAndreas Gruenbacher2014-02-171-2/+2
* drbd: drbd_adm_down(): Move valid resource name check to drbd_adm_prepare()Andreas Gruenbacher2014-02-171-6/+3
* drbd: Add struct drbd_resourceAndreas Gruenbacher2014-02-171-48/+68
* drbd: Improve some function and variable namingAndreas Gruenbacher2014-02-171-16/+16
* drbd: Introduce "peer_device" object between "device" and "connection"Andreas Gruenbacher2014-02-171-44/+46
OpenPOWER on IntegriCloud