index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-cluster.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-31
md-cluster: release RESYNC lock after the last resync message
Guoqing Jiang
1
-5
/
+5
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-10
/
+8
2018-08-01
md: Avoid namespace collision with bitmap API
Andy Shevchenko
1
-10
/
+8
2018-07-05
md-cluster: don't send msg if array is closing
Guoqing Jiang
1
-1
/
+9
2018-07-05
md-cluster: show array's status more accurate
Guoqing Jiang
1
-2
/
+16
2018-07-05
md-cluster: clear another node's suspend_area after the copy is finished
Guoqing Jiang
1
-9
/
+10
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+3
2017-11-01
md-cluster: update document for raid10
Guoqing Jiang
1
-1
/
+1
2017-11-01
md: remove special meaning of ->quiesce(.., 2)
NeilBrown
1
-3
/
+3
2017-10-16
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
1
-1
/
+1
2017-10-16
md-cluster: make function cluster_check_sync_size static
Colin Ian King
1
-1
/
+1
2017-05-21
md-cluster: fix potential lock issue in add_new_disk
Guoqing Jiang
1
-1
/
+3
2017-04-14
md-cluster: Fix a memleak in an error handling path
Christophe JAILLET
1
-1
/
+1
2017-03-16
md-cluster: add the support for resize
Guoqing Jiang
1
-0
/
+76
2017-03-16
md-cluster: introduce cluster_check_sync_size
Guoqing Jiang
1
-0
/
+60
2017-03-16
md-cluster: add CHANGE_CAPACITY message type
Guoqing Jiang
1
-0
/
+5
2017-03-16
md-cluster: use sync way to handle METADATA_UPDATED msg
Guoqing Jiang
1
-16
/
+66
2017-03-09
md-cluster: remove useless memset from gather_all_resync_info
Guoqing Jiang
1
-1
/
+0
2017-03-09
md-cluster: free md_cluster_info if node leave cluster
Guoqing Jiang
1
-0
/
+1
2016-09-21
md-cluster: make resync lock also could be interruptted
Guoqing Jiang
1
-2
/
+3
2016-09-21
md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang
Guoqing Jiang
1
-1
/
+39
2016-09-21
md-cluster: convert the completion to wait queue
Guoqing Jiang
1
-5
/
+9
2016-09-21
md-cluster: protect md_find_rdev_nr_rcu with rcu lock
Guoqing Jiang
1
-4
/
+8
2016-09-21
md-cluster: remove some unnecessary dlm_unlock_sync
Guoqing Jiang
1
-5
/
+1
2016-09-21
md-cluster: use FORCEUNLOCK in lockres_free
Guoqing Jiang
1
-15
/
+11
2016-08-24
md-cluster: fix error return code in join()
Wei Yongjun
1
-3
/
+9
2016-05-09
md-cluster: check the return value of process_recvd_msg
Guoqing Jiang
1
-3
/
+10
2016-05-09
md-cluster: gather resync infos and enable recv_thread after bitmap is ready
Guoqing Jiang
1
-6
/
+24
2016-05-04
md-cluster: sync bitmap when node received RESYNCING msg
Guoqing Jiang
1
-0
/
+27
2016-05-04
md-cluster: fix locking when node joins cluster during message broadcast
Guoqing Jiang
1
-3
/
+10
2016-05-04
md-cluster: unregister thread if err happened
Guoqing Jiang
1
-0
/
+2
2016-05-04
md-cluster: wake up thread to continue recovery
Guoqing Jiang
1
-3
/
+6
2016-05-04
md-cluster: change resync lock from asynchronous to synchronous
Guoqing Jiang
1
-2
/
+0
2016-01-24
md-cluster: fix missing memory free
Shaohua Li
1
-1
/
+5
2016-01-06
md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADY
Guoqing Jiang
1
-5
/
+18
2016-01-06
md-cluster: Protect communication with mutexes
Guoqing Jiang
1
-10
/
+63
2016-01-06
md-cluster: Defer MD reloading to mddev->thread
Guoqing Jiang
1
-1
/
+3
2016-01-06
md-cluster: append some actions when change bitmap from clustered to none
Guoqing Jiang
1
-0
/
+57
2016-01-06
md-cluster: Fix the remove sequence with the new MD reload code
Goldwyn Rodrigues
1
-1
/
+1
2016-01-06
md-cluster: remove a disk asynchronously from cluster environment
Guoqing Jiang
1
-2
/
+5
2016-01-06
md-cluster: Avoid the resync ping-pong
Goldwyn Rodrigues
1
-0
/
+8
2015-10-24
md-cluster: remove mddev arg from add_resync_info()
NeilBrown
1
-3
/
+3
2015-10-24
md-cluster: don't cast void pointers when assigning them.
NeilBrown
1
-2
/
+2
2015-10-24
md-cluster: discard unused sb_mutex.
NeilBrown
1
-2
/
+0
2015-10-24
md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__
Guoqing Jiang
1
-10
/
+11
2015-10-16
md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32
NeilBrown
1
-4
/
+5
2015-10-12
md-cluster: Add 'SUSE' as author for md-cluster.c
Guoqing Jiang
1
-0
/
+1
2015-10-12
md-cluster: zero cmsg before it was sent
Guoqing Jiang
1
-3
/
+3
2015-10-12
md-cluster: make sure the node do not receive it's own msg
Guoqing Jiang
1
-0
/
+3
2015-10-12
md-cluster: remove unnecessary setting for slot
Guoqing Jiang
1
-2
/
+0
[next]