Merge tag 'for-f2fs-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[firefly-linux-kernel-4.4.55.git] / drivers / md / md-cluster.c
2015-04-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-04-27 Mark BrownMerge branch 'fix/rt5645' of git://git./linux/kernel...
2015-04-27 Mark BrownMerge branch 'fix/bcm2835-code' of git://git./linux...
2015-04-27 Takashi IwaiMerge branch 'for-4.2' into for-next
2015-04-27 Mauro Carvalho ChehabMerge tag 'v4.1-rc1' into patchwork
2015-04-27 Linus TorvaldsMerge git://git.infradead.org/intel-iommu
2015-04-27 Linus TorvaldsMerge branch 'i2c/for-next' of git://git./linux/kernel...
2015-04-27 Linus TorvaldsMerge branch 'for-linus-4.1' of git://git./linux/kernel...
2015-04-27 Dave AirlieMerge tag 'drm-intel-next-fixes-2015-04-25' of git...
2015-04-27 Linus TorvaldsMerge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org...
2015-04-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-04-26 Linus TorvaldsMerge tag 'pm+acpi-4.1-rc1-2' of git://git./linux/kerne...
2015-04-26 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-04-26 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.1-1' of git://git...
2015-04-26 Linus TorvaldsMerge tag 'chrome-for-linus' of git://git./linux/kernel...
2015-04-26 Linus TorvaldsMerge tag 'cris-for-4.1' of git://git./linux/kernel...
2015-04-26 Linus TorvaldsMerge tag 'powerpc-4.1-2' of git://git./linux/kernel...
2015-04-26 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2015-04-24 Linus TorvaldsMerge tag 'sound-fix-4.1-rc1' of git://git./linux/kerne...
2015-04-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2015-04-24 Linus TorvaldsMerge tag 'pwm/for-4.1-rc1' of git://git./linux/kernel...
2015-04-24 Linus TorvaldsMerge tag 'dma-buf-for-4.1' of git://git./linux/kernel...
2015-04-24 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
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