1. 30661b4 md-cluster: remove mddev arg from add_resync_info() by NeilBrown · 9 years ago
  2. 2e2a7cd md-cluster: don't cast void pointers when assigning them. by NeilBrown · 9 years ago
  3. 8238152 md-cluster: discard unused sb_mutex. by NeilBrown · 9 years ago
  4. cf97a34 md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__ by Guoqing Jiang · 9 years ago
  5. ba2746b md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32 by NeilBrown · 9 years ago
  6. 86b5727 md-cluster: Add 'SUSE' as author for md-cluster.c by Guoqing Jiang · 9 years ago
  7. aee177a md-cluster: zero cmsg before it was sent by Guoqing Jiang · 9 years ago
  8. 256f5b2 md-cluster: make sure the node do not receive it's own msg by Guoqing Jiang · 9 years ago
  9. 487cf914 md-cluster: remove unnecessary setting for slot by Guoqing Jiang · 9 years ago
  10. faeff83 md-cluster: make other members of cluster_msg is handled by little endian funcs by Guoqing Jiang · 9 years ago
  11. d216711 md-cluster: Do not printk() every received message by Goldwyn Rodrigues · 9 years ago
  12. dbb64f8 md-cluster: Fix adding of new disk with new reload code by Goldwyn Rodrigues · 9 years ago
  13. c186b12 md-cluster: Perform resync/recovery under a DLM lock by Goldwyn Rodrigues · 9 years ago
  14. 70bcecd md-cluster: Improve md_reload_sb to be less error prone by Goldwyn Rodrigues · 9 years ago
  15. b8ca846 md-cluster: Wake up suspended process by Goldwyn Rodrigues · 9 years ago
  16. 0999541 md-cluster: send BITMAP_NEEDS_SYNC when node is leaving cluster by Guoqing Jiang · 9 years ago
  17. c40f341 md-cluster: Use a small window for resync by Goldwyn Rodrigues · 9 years ago
  18. 9ed38ff5 md-cluster: complete all write requests before adding suspend_info by Goldwyn Rodrigues · 9 years ago
  19. 18b9f67 md-cluster: remove inappropriate try_module_get from join() by NeilBrown · 9 years ago
  20. abb9b22 md-cluster: Read the disk bitmap sb and check if it needs recovery by Guoqing Jiang · 9 years ago
  21. eece075 md-cluster: only call complete(&cinfo->completion) when node join cluster by Guoqing Jiang · 9 years ago
  22. 6e6d9f2 md-cluster: add missed lockres_free by Guoqing Jiang · 9 years ago
  23. b2b9bff md-cluster: remove the unused sb_lock by Guoqing Jiang · 9 years ago
  24. 9e3072e md-cluster: init suspend_list and suspend_lock early in join by Guoqing Jiang · 9 years ago
  25. b5ef567 md-cluster: add the error check if failed to get dlm lock by Guoqing Jiang · 9 years ago
  26. b83d51c md-cluster: init completion within lockres_init by Guoqing Jiang · 9 years ago
  27. 66099bb md-cluster: fix deadlock issue on message lock by Guoqing Jiang · 9 years ago
  28. dc737d7 md-cluster: transfer the resync ownership to another node by Guoqing Jiang · 9 years ago
  29. 05cd0e5 md-cluster: split recover_slot for future code reuse by Guoqing Jiang · 9 years ago
  30. b89f704 md-cluster: use %pU to print UUIDs by Guoqing Jiang · 9 years ago
  31. 90382ed Fix read-balancing during node failure by Goldwyn Rodrigues · 9 years ago
  32. 97f6cd3 md-cluster: re-add capabilities by Goldwyn Rodrigues · 9 years ago
  33. 88bcfef md-cluster: remove capabilities by Goldwyn Rodrigues · 9 years ago
  34. 8c58f02 md-cluster: correct the num for comparison by Guoqing Jiang · 9 years ago
  35. 09dd1af md/cluster: Communication Framework: fix semicolon.cocci warnings by kbuild test robot · 9 years ago
  36. 6dc69c9 md: recover_bitmaps() can be static by kbuild test robot · 9 years ago
  37. fa8259d md: Fix stray --cluster-confirm crash by Goldwyn Rodrigues · 9 years ago
  38. 1aee41f Add new disk to clustered array by Goldwyn Rodrigues · 10 years ago
  39. 589a1c4 Suspend writes in RAID1 if within range by Goldwyn Rodrigues · 10 years ago
  40. e59721c Resync start/Finish actions by Goldwyn Rodrigues · 10 years ago
  41. 965400e Send RESYNCING while performing resync start/stop by Goldwyn Rodrigues · 10 years ago
  42. 1d7e3e9 Reload superblock if METADATA_UPDATED is received by Goldwyn Rodrigues · 10 years ago
  43. 293467a metadata_update sends message to other nodes by Goldwyn Rodrigues · 10 years ago
  44. 601b515 Communication Framework: Sending functions by Goldwyn Rodrigues · 10 years ago
  45. 4664680 Communication Framework: Receiving by Goldwyn Rodrigues · 10 years ago
  46. 4b26a08 Perform resync for cluster node failure by Goldwyn Rodrigues · 10 years ago
  47. e94987d Initiate recovery on node failure by Goldwyn Rodrigues · 10 years ago
  48. 96ae923 Gather on-going resync information of other nodes by Goldwyn Rodrigues · 10 years ago
  49. 54519c5 Lock bitmap while joining the cluster by Goldwyn Rodrigues · 10 years ago
  50. b97e9257 Use separate bitmaps for each nodes in the cluster by Goldwyn Rodrigues · 10 years ago
  51. cf921cc Add node recovery callbacks by Goldwyn Rodrigues · 10 years ago
  52. c4ce867 Introduce md_cluster_info by Goldwyn Rodrigues · 10 years ago
  53. edb39c9 Introduce md_cluster_operations to handle cluster functions by Goldwyn Rodrigues · 10 years ago
  54. 47741b7 DLM lock and unlock functions by Goldwyn Rodrigues · 10 years ago
  55. 8e854e9 Create a separate module for clustering support by Goldwyn Rodrigues · 10 years ago