Merge tag 'md/4.1' of git://neil.brown.name/md
[firefly-linux-kernel-4.4.55.git] / drivers / md / md-cluster.c
2015-04-24 Linus TorvaldsMerge tag 'md/4.1' of git://neil.brown.name/md
2015-04-21 NeilBrownMerge branch 'cluster' into for-next
2015-04-21 Goldwyn Rodriguesmd-cluster: re-add capabilities
2015-04-21 Goldwyn Rodriguesmd-cluster: remove capabilities
2015-04-21 Guoqing Jiangmd-cluster: correct the num for comparison
2015-03-20 kbuild test robotmd/cluster: Communication Framework: fix semicolon...
2015-03-20 kbuild test robotmd: recover_bitmaps() can be static
2015-03-20 Goldwyn Rodriguesmd: Fix stray --cluster-confirm crash
2015-02-23 Goldwyn RodriguesAdd new disk to clustered array
2015-02-23 Goldwyn RodriguesSuspend writes in RAID1 if within range
2015-02-23 Goldwyn RodriguesResync start/Finish actions
2015-02-23 Goldwyn RodriguesSend RESYNCING while performing resync start/stop
2015-02-23 Goldwyn RodriguesReload superblock if METADATA_UPDATED is received
2015-02-23 Goldwyn Rodriguesmetadata_update sends message to other nodes
2015-02-23 Goldwyn RodriguesCommunication Framework: Sending functions
2015-02-23 Goldwyn RodriguesCommunication Framework: Receiving
2015-02-23 Goldwyn RodriguesPerform resync for cluster node failure
2015-02-23 Goldwyn RodriguesInitiate recovery on node failure
2015-02-23 Goldwyn RodriguesGather on-going resync information of other nodes
2015-02-23 Goldwyn RodriguesLock bitmap while joining the cluster
2015-02-23 Goldwyn RodriguesUse separate bitmaps for each nodes in the cluster
2015-02-23 Goldwyn RodriguesAdd node recovery callbacks
2015-02-23 Goldwyn RodriguesIntroduce md_cluster_info
2015-02-23 Goldwyn RodriguesIntroduce md_cluster_operations to handle cluster functions
2015-02-23 Goldwyn RodriguesDLM lock and unlock functions
2015-02-23 Goldwyn RodriguesCreate a separate module for clustering support