summaryrefslogtreecommitdiffstats
path: root/Manage.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-26mdadm/Detail: show correct state for clustered arrayZhao Heming3-10/+86
2020-11-26mdadm: Unify forks behaviourMariusz Tkaczyk6-101/+100
2020-11-26imsm: limit support to first NVMe namespaceMariusz Tkaczyk3-1/+42
2020-11-26Monitor: don't use default modes when creating a fileMariusz Tkaczyk1-5/+12
2020-11-26imsm: remove redundant calls to imsm_get_mapMariusz Tkaczyk1-2/+0
2020-11-26imsm: update num_data_stripes according to dev_sizeMariusz Tkaczyk1-6/+78
2020-11-26Create.c: close mdfd and generate ueventMariusz Tkaczyk1-5/+2
2020-11-26Detail: fix segfault during IMSM raid creationLidong Zhong1-1/+1
2020-10-14Super1: allow RAID0 layout setting to be removed.NeilBrown4-5/+34
2020-10-14Check if other Monitor instance running before fork.Blazej Kucman1-16/+28
2020-10-14mdmonitor: set small delay onceBlazej Kucman3-5/+29
2020-10-14Monitor: stop notifing about containers.Mariusz Tkaczyk1-3/+16
2020-10-14Monitor: refresh mdstat fd after selectMariusz Tkaczyk2-5/+5
2020-10-14Don't create bitmap for raid5 with journal diskXiao Ni1-0/+1
2020-10-14Detail: show correct raid level when the array is inactiveLidong Zhong1-1/+4
2020-08-07manual: update --examine-badblocksMariusz Tkaczyk1-2/+4
2020-08-07mdadm/md.4: update path to in-kernel-tree documentationWinston Weinert1-1/+1
2020-08-07Specify nodes number when updating cluster nodesXiao Ni1-0/+5
2020-06-18mdadm/Grow: prevent md's fd from being occupied during delayed timeallenpeng1-1/+1
2020-06-12Update link to Intel page for IMSMJes Sorensen1-1/+1
2020-06-12Use more secure HTTPS URLsPaul Menzel6-9/+9
2020-06-05Detect too-small device: error rather than underflow/crashDavid Favro1-5/+14
2020-06-05Block overwriting existing links while manual assemblyKinga Tanska1-0/+4
2020-05-19restripe: fix ignoring return value of ‘read’ and lseekGuoqing Jiang1-2/+10
2020-05-19Include count for \0 character when using strncpy to implement strdup.Jes Sorensen1-1/+1
2020-05-19uuid.c: split uuid stuffs from util.cGuoqing Jiang3-90/+115
2020-05-15Makefile: add EXTRAVERSION supportTkaczyk Mariusz2-2/+6
2020-05-14mdcheck: Log when doneDonald Buczek1-0/+2
2020-05-14Assemble.c: respect force flag.Mariusz Tkaczyk1-13/+38
2020-05-05clean up meaning of small typoNigel Croxon1-1/+1
2020-04-27Assemble: print error message if mdadm fails assembling with --uuid optionGioh Kim1-1/+1
2020-04-27Manage, imsm: Write metadata before addTkaczyk Mariusz2-28/+44
2020-04-27Detail: adding sync status for cluster deviceLidong Zhong3-4/+10
2020-04-27Monitor: improve check_one_sharer() for checking duplicated processColy Li1-12/+20
2020-04-27udev: Ignore change event for imsmMariusz Tkaczyk1-1/+1
2020-03-17imsm: show Subarray and Volume ID in --examine outputArtur Paszkiewicz1-0/+3
2020-03-17imsm: support the Array Creation Time field in metadataArtur Paszkiewicz1-2/+9
2020-03-16Detail: show correct bitmap info for cluster raid deviceLidong Zhong1-1/+3
2020-03-12imsm: Correct minimal device size.Blazej Kucman1-1/+4
2020-02-24imsm: Remove --dump/--restore implementationBlazej Kucman1-56/+0
2020-02-24imsm: pass subarray id to kill_subarray functionBlazej Kucman4-8/+8
2020-02-24Remove the legacy whitespaceXiao Ni3-3/+3
2020-02-24mdadm.8: add note information for raid0 growing operationColy Li1-0/+6
2020-01-21imsm: fill working_disks according to metadata.Blazej Kucman2-6/+8
2020-01-21Add support for TebibytesKinga Tanska2-24/+43
2020-01-16imsm: Update grow manual.Blazej Kucman1-6/+2
2020-01-16mdcheck service can't start succesfully because of syntax errorXiao Ni2-2/+2
2020-01-16Change warning messageKinga Tanska1-1/+2
2020-01-16Respect $(CROSS_COMPILE) when $(CC) is the defaultdann frazier1-1/+3
2019-12-02Assemble: add support for RAID0 layouts.NeilBrown5-1/+47