index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-cluster.c
Age
Commit message (
Expand
)
Author
2020-12-16
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-30
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
2020-11-16
md: remove a spurious call to revalidate_disk_size in update_size
Christoph Hellwig
2020-11-16
md: use set_capacity_and_notify
Christoph Hellwig
2020-10-08
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-08-05
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
Dan Carpenter
2020-07-14
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45
Thomas Gleixner
2018-10-18
md-cluster: remove suspend_info
Guoqing Jiang
2018-10-18
md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interrupted
Guoqing Jiang
2018-10-18
md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stage
Guoqing Jiang
2018-10-18
md-cluster: introduce resync_info_get interface for sanity check
Guoqing Jiang
2018-10-18
md-cluster/raid10: resize all the bitmaps before start reshape
Guoqing Jiang
2018-08-31
md-cluster: release RESYNC lock after the last resync message
Guoqing Jiang
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-08-01
md: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-07-05
md-cluster: don't send msg if array is closing
Guoqing Jiang
2018-07-05
md-cluster: show array's status more accurate
Guoqing Jiang
2018-07-05
md-cluster: clear another node's suspend_area after the copy is finished
Guoqing Jiang
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-11-01
md-cluster: update document for raid10
Guoqing Jiang
2017-11-01
md: remove special meaning of ->quiesce(.., 2)
NeilBrown
2017-10-16
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
2017-10-16
md-cluster: make function cluster_check_sync_size static
Colin Ian King
2017-05-21
md-cluster: fix potential lock issue in add_new_disk
Guoqing Jiang
2017-04-14
md-cluster: Fix a memleak in an error handling path
Christophe JAILLET
2017-03-16
md-cluster: add the support for resize
Guoqing Jiang
2017-03-16
md-cluster: introduce cluster_check_sync_size
Guoqing Jiang
2017-03-16
md-cluster: add CHANGE_CAPACITY message type
Guoqing Jiang
2017-03-16
md-cluster: use sync way to handle METADATA_UPDATED msg
Guoqing Jiang
2017-03-09
md-cluster: remove useless memset from gather_all_resync_info
Guoqing Jiang
2017-03-09
md-cluster: free md_cluster_info if node leave cluster
Guoqing Jiang
2016-09-21
md-cluster: make resync lock also could be interruptted
Guoqing Jiang
2016-09-21
md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang
Guoqing Jiang
2016-09-21
md-cluster: convert the completion to wait queue
Guoqing Jiang
2016-09-21
md-cluster: protect md_find_rdev_nr_rcu with rcu lock
Guoqing Jiang
2016-09-21
md-cluster: remove some unnecessary dlm_unlock_sync
Guoqing Jiang
2016-09-21
md-cluster: use FORCEUNLOCK in lockres_free
Guoqing Jiang
2016-08-24
md-cluster: fix error return code in join()
Wei Yongjun
2016-05-09
md-cluster: check the return value of process_recvd_msg
Guoqing Jiang
2016-05-09
md-cluster: gather resync infos and enable recv_thread after bitmap is ready
Guoqing Jiang
2016-05-04
md-cluster: sync bitmap when node received RESYNCING msg
Guoqing Jiang
2016-05-04
md-cluster: fix locking when node joins cluster during message broadcast
Guoqing Jiang
2016-05-04
md-cluster: unregister thread if err happened
Guoqing Jiang
2016-05-04
md-cluster: wake up thread to continue recovery
Guoqing Jiang
2016-05-04
md-cluster: change resync lock from asynchronous to synchronous
Guoqing Jiang
2016-01-24
md-cluster: fix missing memory free
Shaohua Li
2016-01-06
md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADY
Guoqing Jiang
2016-01-06
md-cluster: Protect communication with mutexes
Guoqing Jiang
[next]