├── .github ├── dependabot.yml ├── tools │ ├── .checkpatch.conf │ ├── install_ubuntu_packages.sh │ └── run_mdadm_tests.sh └── workflows │ ├── review.yml │ └── tests.yml ├── .gitignore ├── Assemble.c ├── Build.c ├── CHANGELOG.md ├── COPYING ├── Create.c ├── Detail.c ├── Dump.c ├── Examine.c ├── Grow.c ├── Incremental.c ├── Kill.c ├── MAINTAINERS.md ├── Makefile ├── Manage.c ├── Query.c ├── README.md ├── ReadMe.c ├── bitmap.c ├── bitmap.h ├── clustermd_tests ├── 00r10_Create ├── 00r1_Create ├── 01r10_Grow_bitmap-switch ├── 01r10_Grow_resize ├── 01r1_Grow_add ├── 01r1_Grow_bitmap-switch ├── 01r1_Grow_resize ├── 02r10_Manage_add ├── 02r10_Manage_add-spare ├── 02r10_Manage_re-add ├── 02r1_Manage_add ├── 02r1_Manage_add-spare ├── 02r1_Manage_re-add ├── 03r10_switch-recovery ├── 03r10_switch-resync ├── 03r1_switch-recovery ├── 03r1_switch-resync ├── cluster_conf └── func.sh ├── config.c ├── coverity-gcc-hack.h ├── crc32.c ├── crc32.h ├── crc32c.c ├── dlink.c ├── dlink.h ├── documentation ├── HOW_TO_RELEASE.md ├── bitmap.md ├── external-reshape-design.txt ├── mdadm.conf-example └── mdmon-design.txt ├── drive_encryption.c ├── drive_encryption.h ├── lib.c ├── managemon.c ├── mapfile.c ├── maps.c ├── md.4 ├── md5.h ├── md_p.h ├── md_u.h ├── mdadm.8.in ├── mdadm.c ├── mdadm.conf.5.in ├── mdadm.h ├── mdadm_status.h ├── mdmon.8 ├── mdmon.c ├── mdmon.h ├── mdmonitor.c ├── mdopen.c ├── mdstat.c ├── misc ├── mdcheck └── syslog-events ├── monitor.c ├── msg.c ├── msg.h ├── part.h ├── platform-intel.c ├── platform-intel.h ├── policy.c ├── probe_roms.c ├── probe_roms.h ├── pwgr.c ├── raid5extend.c ├── raid6check.8 ├── raid6check.c ├── restripe.c ├── sha1.c ├── sha1.h ├── super-ddf.c ├── super-gpt.c ├── super-intel.c ├── super-mbr.c ├── super0.c ├── super1.c ├── swap_super.c ├── sysfs.c ├── systemd ├── mdadm-grow-continue@.service ├── mdadm-last-resort@.service ├── mdadm-last-resort@.timer ├── mdadm.shutdown ├── mdcheck_continue.service ├── mdcheck_continue.timer ├── mdcheck_start.service ├── mdcheck_start.timer ├── mdmon@.service ├── mdmonitor-oneshot.service ├── mdmonitor-oneshot.timer └── mdmonitor.service ├── test ├── tests ├── 00confnames ├── 00createnames ├── 00linear ├── 00multipath ├── 00names ├── 00raid0 ├── 00raid1 ├── 00raid10 ├── 00raid4 ├── 00raid5 ├── 00raid5-zero ├── 00raid6 ├── 00readonly ├── 01r1fail ├── 01r5fail ├── 01r5integ ├── 01raid6integ ├── 01replace ├── 02lineargrow ├── 02r1add ├── 02r1grow ├── 02r5grow ├── 02r6grow ├── 03assem-incr ├── 03r0assem ├── 03r5assem ├── 03r5assemV1 ├── 04r0update ├── 04r1update ├── 04r5swap ├── 04update-metadata ├── 04update-uuid ├── 05r1-add-badblocks ├── 05r1-add-internalbitmap ├── 05r1-add-internalbitmap-v1a ├── 05r1-add-internalbitmap-v1b ├── 05r1-add-internalbitmap-v1c ├── 05r1-failfast ├── 05r1-grow-internal ├── 05r1-grow-internal-1 ├── 05r1-internalbitmap ├── 05r1-internalbitmap-v1a ├── 05r1-internalbitmap-v1b ├── 05r1-internalbitmap-v1c ├── 05r1-re-add ├── 05r1-re-add-nosuper ├── 05r1-remove-internalbitmap ├── 05r1-remove-internalbitmap-v1a ├── 05r1-remove-internalbitmap-v1b ├── 05r1-remove-internalbitmap-v1c ├── 05r5-internalbitmap ├── 05r6tor0 ├── 05r6tor0.broken ├── 06name ├── 06sysfs ├── 06wrmostly ├── 07autoassemble ├── 07autodetect ├── 07changelevelintr ├── 07changelevels ├── 07changelevels.broken ├── 07layouts ├── 07reshape5intr ├── 07revert-grow ├── 07revert-grow.broken ├── 07revert-inplace ├── 07revert-inplace.broken ├── 07revert-shrink ├── 07revert-shrink.broken ├── 07testreshape5 ├── 09imsm-assemble ├── 09imsm-create-fail-rebuild ├── 09imsm-create-fail-rebuild.broken ├── 09imsm-overlap.broken ├── 10ddf-assemble-missing ├── 10ddf-assemble-missing.broken ├── 10ddf-create ├── 10ddf-create-fail-rebuild ├── 10ddf-fail-create-race ├── 10ddf-fail-create-race.broken ├── 10ddf-fail-readd ├── 10ddf-fail-readd-readonly ├── 10ddf-fail-spare ├── 10ddf-fail-stop-readd ├── 10ddf-fail-twice ├── 10ddf-fail-two-spares ├── 10ddf-geometry ├── 10ddf-incremental-wrong-order ├── 10ddf-incremental-wrong-order.broken ├── 10ddf-sudden-degraded ├── 11spare-migration ├── 12imsm-r0_2d-grow-r0_3d ├── 12imsm-r0_2d-grow-r0_4d ├── 12imsm-r0_2d-grow-r0_5d ├── 12imsm-r0_3d-grow-r0_4d ├── 12imsm-r5_3d-grow-r5_4d ├── 12imsm-r5_3d-grow-r5_5d ├── 13imsm-r0_r0_2d-grow-r0_r0_4d ├── 13imsm-r0_r0_2d-grow-r0_r0_5d ├── 13imsm-r0_r0_3d-grow-r0_r0_4d ├── 13imsm-r0_r5_3d-grow-r0_r5_4d ├── 13imsm-r0_r5_3d-grow-r0_r5_5d ├── 13imsm-r5_r0_3d-grow-r5_r0_4d ├── 13imsm-r5_r0_3d-grow-r5_r0_5d ├── 14imsm-r0_3d-r5_3d-migrate-r5_4d-r5_4d ├── 14imsm-r0_3d_no_spares-migrate-r5_3d ├── 14imsm-r0_r0_2d-takeover-r10_4d ├── 14imsm-r10_4d-grow-r10_5d ├── 14imsm-r10_r5_4d-takeover-r0_2d ├── 14imsm-r1_2d-grow-r1_3d ├── 14imsm-r1_2d-grow-r1_3d.broken ├── 14imsm-r1_2d-takeover-r0_2d ├── 14imsm-r1_2d-takeover-r0_2d.broken ├── 14imsm-r5_3d-grow-r5_5d-no-spares ├── 14imsm-r5_3d-migrate-r4_3d ├── 15imsm-r0_3d_64k-migrate-r0_3d_256k ├── 15imsm-r5_3d_4k-migrate-r5_3d_256k ├── 15imsm-r5_3d_64k-migrate-r5_3d_256k ├── 15imsm-r5_6d_4k-migrate-r5_6d_256k ├── 15imsm-r5_r0_3d_64k-migrate-r5_r0_3d_256k ├── 16imsm-r0_3d-migrate-r5_4d ├── 16imsm-r0_5d-migrate-r5_6d ├── 16imsm-r5_3d-migrate-r0_3d ├── 16imsm-r5_5d-migrate-r0_5d ├── 18imsm-1d-takeover-r0_1d ├── 18imsm-1d-takeover-r1_2d ├── 18imsm-r0_2d-takeover-r10_4d ├── 18imsm-r10_4d-takeover-r0_2d ├── 18imsm-r10_4d-takeover-r0_2d.broken ├── 18imsm-r1_2d-takeover-r0_1d ├── 18imsm-r1_2d-takeover-r0_1d.broken ├── 19raid6auto-repair ├── 19raid6auto-repair.broken ├── 19raid6check ├── 19raid6repair ├── 19raid6repair.broken ├── 19repair-does-not-destroy ├── 20raid5journal ├── 20raid5journal.broken ├── 21raid5cache ├── 23rdev-lifetime ├── 24raid10deadlock ├── 24raid456deadlock ├── 25raid456-recovery-while-reshape ├── 25raid456-reshape-corrupt-data ├── 25raid456-reshape-deadlock ├── 25raid456-reshape-while-recovery ├── 25raid456-reshape-while-recovery.broken ├── ToTest ├── env-ddf-template ├── env-imsm-template ├── func.sh ├── imsm-grow-template ├── skiptests ├── templates │ └── names_template └── utils ├── udev-md-clustered-confirm-device.rules ├── udev-md-raid-arrays.rules ├── udev-md-raid-assembly.rules ├── udev-md-raid-creating.rules ├── udev-md-raid-safe-timeouts.rules ├── udev.c ├── udev.h ├── util.c ├── uuid.c ├── xmalloc.c └── xmalloc.h /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/tools/.checkpatch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.github/tools/.checkpatch.conf -------------------------------------------------------------------------------- /.github/tools/install_ubuntu_packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.github/tools/install_ubuntu_packages.sh -------------------------------------------------------------------------------- /.github/tools/run_mdadm_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.github/tools/run_mdadm_tests.sh -------------------------------------------------------------------------------- /.github/workflows/review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.github/workflows/review.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/.gitignore -------------------------------------------------------------------------------- /Assemble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Assemble.c -------------------------------------------------------------------------------- /Build.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Build.c -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/COPYING -------------------------------------------------------------------------------- /Create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Create.c -------------------------------------------------------------------------------- /Detail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Detail.c -------------------------------------------------------------------------------- /Dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Dump.c -------------------------------------------------------------------------------- /Examine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Examine.c -------------------------------------------------------------------------------- /Grow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Grow.c -------------------------------------------------------------------------------- /Incremental.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Incremental.c -------------------------------------------------------------------------------- /Kill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Kill.c -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Makefile -------------------------------------------------------------------------------- /Manage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Manage.c -------------------------------------------------------------------------------- /Query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/Query.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/README.md -------------------------------------------------------------------------------- /ReadMe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/ReadMe.c -------------------------------------------------------------------------------- /bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/bitmap.c -------------------------------------------------------------------------------- /bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/bitmap.h -------------------------------------------------------------------------------- /clustermd_tests/00r10_Create: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/00r10_Create -------------------------------------------------------------------------------- /clustermd_tests/00r1_Create: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/00r1_Create -------------------------------------------------------------------------------- /clustermd_tests/01r10_Grow_bitmap-switch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/01r10_Grow_bitmap-switch -------------------------------------------------------------------------------- /clustermd_tests/01r10_Grow_resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/01r10_Grow_resize -------------------------------------------------------------------------------- /clustermd_tests/01r1_Grow_add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/01r1_Grow_add -------------------------------------------------------------------------------- /clustermd_tests/01r1_Grow_bitmap-switch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/01r1_Grow_bitmap-switch -------------------------------------------------------------------------------- /clustermd_tests/01r1_Grow_resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/01r1_Grow_resize -------------------------------------------------------------------------------- /clustermd_tests/02r10_Manage_add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/02r10_Manage_add -------------------------------------------------------------------------------- /clustermd_tests/02r10_Manage_add-spare: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/02r10_Manage_add-spare -------------------------------------------------------------------------------- /clustermd_tests/02r10_Manage_re-add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/02r10_Manage_re-add -------------------------------------------------------------------------------- /clustermd_tests/02r1_Manage_add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/02r1_Manage_add -------------------------------------------------------------------------------- /clustermd_tests/02r1_Manage_add-spare: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/02r1_Manage_add-spare -------------------------------------------------------------------------------- /clustermd_tests/02r1_Manage_re-add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/02r1_Manage_re-add -------------------------------------------------------------------------------- /clustermd_tests/03r10_switch-recovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/03r10_switch-recovery -------------------------------------------------------------------------------- /clustermd_tests/03r10_switch-resync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/03r10_switch-resync -------------------------------------------------------------------------------- /clustermd_tests/03r1_switch-recovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/03r1_switch-recovery -------------------------------------------------------------------------------- /clustermd_tests/03r1_switch-resync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/03r1_switch-resync -------------------------------------------------------------------------------- /clustermd_tests/cluster_conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/cluster_conf -------------------------------------------------------------------------------- /clustermd_tests/func.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/clustermd_tests/func.sh -------------------------------------------------------------------------------- /config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/config.c -------------------------------------------------------------------------------- /coverity-gcc-hack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/coverity-gcc-hack.h -------------------------------------------------------------------------------- /crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/crc32.c -------------------------------------------------------------------------------- /crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/crc32.h -------------------------------------------------------------------------------- /crc32c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/crc32c.c -------------------------------------------------------------------------------- /dlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/dlink.c -------------------------------------------------------------------------------- /dlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/dlink.h -------------------------------------------------------------------------------- /documentation/HOW_TO_RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/documentation/HOW_TO_RELEASE.md -------------------------------------------------------------------------------- /documentation/bitmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/documentation/bitmap.md -------------------------------------------------------------------------------- /documentation/external-reshape-design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/documentation/external-reshape-design.txt -------------------------------------------------------------------------------- /documentation/mdadm.conf-example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/documentation/mdadm.conf-example -------------------------------------------------------------------------------- /documentation/mdmon-design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/documentation/mdmon-design.txt -------------------------------------------------------------------------------- /drive_encryption.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/drive_encryption.c -------------------------------------------------------------------------------- /drive_encryption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/drive_encryption.h -------------------------------------------------------------------------------- /lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/lib.c -------------------------------------------------------------------------------- /managemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/managemon.c -------------------------------------------------------------------------------- /mapfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mapfile.c -------------------------------------------------------------------------------- /maps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/maps.c -------------------------------------------------------------------------------- /md.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/md.4 -------------------------------------------------------------------------------- /md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/md5.h -------------------------------------------------------------------------------- /md_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/md_p.h -------------------------------------------------------------------------------- /md_u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/md_u.h -------------------------------------------------------------------------------- /mdadm.8.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdadm.8.in -------------------------------------------------------------------------------- /mdadm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdadm.c -------------------------------------------------------------------------------- /mdadm.conf.5.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdadm.conf.5.in -------------------------------------------------------------------------------- /mdadm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdadm.h -------------------------------------------------------------------------------- /mdadm_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdadm_status.h -------------------------------------------------------------------------------- /mdmon.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdmon.8 -------------------------------------------------------------------------------- /mdmon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdmon.c -------------------------------------------------------------------------------- /mdmon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdmon.h -------------------------------------------------------------------------------- /mdmonitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdmonitor.c -------------------------------------------------------------------------------- /mdopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdopen.c -------------------------------------------------------------------------------- /mdstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/mdstat.c -------------------------------------------------------------------------------- /misc/mdcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/misc/mdcheck -------------------------------------------------------------------------------- /misc/syslog-events: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/misc/syslog-events -------------------------------------------------------------------------------- /monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/monitor.c -------------------------------------------------------------------------------- /msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/msg.c -------------------------------------------------------------------------------- /msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/msg.h -------------------------------------------------------------------------------- /part.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/part.h -------------------------------------------------------------------------------- /platform-intel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/platform-intel.c -------------------------------------------------------------------------------- /platform-intel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/platform-intel.h -------------------------------------------------------------------------------- /policy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/policy.c -------------------------------------------------------------------------------- /probe_roms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/probe_roms.c -------------------------------------------------------------------------------- /probe_roms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/probe_roms.h -------------------------------------------------------------------------------- /pwgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/pwgr.c -------------------------------------------------------------------------------- /raid5extend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/raid5extend.c -------------------------------------------------------------------------------- /raid6check.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/raid6check.8 -------------------------------------------------------------------------------- /raid6check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/raid6check.c -------------------------------------------------------------------------------- /restripe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/restripe.c -------------------------------------------------------------------------------- /sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/sha1.c -------------------------------------------------------------------------------- /sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/sha1.h -------------------------------------------------------------------------------- /super-ddf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/super-ddf.c -------------------------------------------------------------------------------- /super-gpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/super-gpt.c -------------------------------------------------------------------------------- /super-intel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/super-intel.c -------------------------------------------------------------------------------- /super-mbr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/super-mbr.c -------------------------------------------------------------------------------- /super0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/super0.c -------------------------------------------------------------------------------- /super1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/super1.c -------------------------------------------------------------------------------- /swap_super.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/swap_super.c -------------------------------------------------------------------------------- /sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/sysfs.c -------------------------------------------------------------------------------- /systemd/mdadm-grow-continue@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdadm-grow-continue@.service -------------------------------------------------------------------------------- /systemd/mdadm-last-resort@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdadm-last-resort@.service -------------------------------------------------------------------------------- /systemd/mdadm-last-resort@.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdadm-last-resort@.timer -------------------------------------------------------------------------------- /systemd/mdadm.shutdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdadm.shutdown -------------------------------------------------------------------------------- /systemd/mdcheck_continue.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdcheck_continue.service -------------------------------------------------------------------------------- /systemd/mdcheck_continue.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdcheck_continue.timer -------------------------------------------------------------------------------- /systemd/mdcheck_start.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdcheck_start.service -------------------------------------------------------------------------------- /systemd/mdcheck_start.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdcheck_start.timer -------------------------------------------------------------------------------- /systemd/mdmon@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdmon@.service -------------------------------------------------------------------------------- /systemd/mdmonitor-oneshot.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdmonitor-oneshot.service -------------------------------------------------------------------------------- /systemd/mdmonitor-oneshot.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdmonitor-oneshot.timer -------------------------------------------------------------------------------- /systemd/mdmonitor.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/systemd/mdmonitor.service -------------------------------------------------------------------------------- /test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/test -------------------------------------------------------------------------------- /tests/00confnames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00confnames -------------------------------------------------------------------------------- /tests/00createnames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00createnames -------------------------------------------------------------------------------- /tests/00linear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00linear -------------------------------------------------------------------------------- /tests/00multipath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00multipath -------------------------------------------------------------------------------- /tests/00names: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00names -------------------------------------------------------------------------------- /tests/00raid0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid0 -------------------------------------------------------------------------------- /tests/00raid1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid1 -------------------------------------------------------------------------------- /tests/00raid10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid10 -------------------------------------------------------------------------------- /tests/00raid4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid4 -------------------------------------------------------------------------------- /tests/00raid5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid5 -------------------------------------------------------------------------------- /tests/00raid5-zero: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid5-zero -------------------------------------------------------------------------------- /tests/00raid6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00raid6 -------------------------------------------------------------------------------- /tests/00readonly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/00readonly -------------------------------------------------------------------------------- /tests/01r1fail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/01r1fail -------------------------------------------------------------------------------- /tests/01r5fail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/01r5fail -------------------------------------------------------------------------------- /tests/01r5integ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/01r5integ -------------------------------------------------------------------------------- /tests/01raid6integ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/01raid6integ -------------------------------------------------------------------------------- /tests/01replace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/01replace -------------------------------------------------------------------------------- /tests/02lineargrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/02lineargrow -------------------------------------------------------------------------------- /tests/02r1add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/02r1add -------------------------------------------------------------------------------- /tests/02r1grow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/02r1grow -------------------------------------------------------------------------------- /tests/02r5grow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/02r5grow -------------------------------------------------------------------------------- /tests/02r6grow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/02r6grow -------------------------------------------------------------------------------- /tests/03assem-incr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/03assem-incr -------------------------------------------------------------------------------- /tests/03r0assem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/03r0assem -------------------------------------------------------------------------------- /tests/03r5assem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/03r5assem -------------------------------------------------------------------------------- /tests/03r5assemV1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/03r5assemV1 -------------------------------------------------------------------------------- /tests/04r0update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/04r0update -------------------------------------------------------------------------------- /tests/04r1update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/04r1update -------------------------------------------------------------------------------- /tests/04r5swap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/04r5swap -------------------------------------------------------------------------------- /tests/04update-metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/04update-metadata -------------------------------------------------------------------------------- /tests/04update-uuid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/04update-uuid -------------------------------------------------------------------------------- /tests/05r1-add-badblocks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-add-badblocks -------------------------------------------------------------------------------- /tests/05r1-add-internalbitmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-add-internalbitmap -------------------------------------------------------------------------------- /tests/05r1-add-internalbitmap-v1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-add-internalbitmap-v1a -------------------------------------------------------------------------------- /tests/05r1-add-internalbitmap-v1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-add-internalbitmap-v1b -------------------------------------------------------------------------------- /tests/05r1-add-internalbitmap-v1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-add-internalbitmap-v1c -------------------------------------------------------------------------------- /tests/05r1-failfast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-failfast -------------------------------------------------------------------------------- /tests/05r1-grow-internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-grow-internal -------------------------------------------------------------------------------- /tests/05r1-grow-internal-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-grow-internal-1 -------------------------------------------------------------------------------- /tests/05r1-internalbitmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-internalbitmap -------------------------------------------------------------------------------- /tests/05r1-internalbitmap-v1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-internalbitmap-v1a -------------------------------------------------------------------------------- /tests/05r1-internalbitmap-v1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-internalbitmap-v1b -------------------------------------------------------------------------------- /tests/05r1-internalbitmap-v1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-internalbitmap-v1c -------------------------------------------------------------------------------- /tests/05r1-re-add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-re-add -------------------------------------------------------------------------------- /tests/05r1-re-add-nosuper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-re-add-nosuper -------------------------------------------------------------------------------- /tests/05r1-remove-internalbitmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-remove-internalbitmap -------------------------------------------------------------------------------- /tests/05r1-remove-internalbitmap-v1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-remove-internalbitmap-v1a -------------------------------------------------------------------------------- /tests/05r1-remove-internalbitmap-v1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-remove-internalbitmap-v1b -------------------------------------------------------------------------------- /tests/05r1-remove-internalbitmap-v1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r1-remove-internalbitmap-v1c -------------------------------------------------------------------------------- /tests/05r5-internalbitmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r5-internalbitmap -------------------------------------------------------------------------------- /tests/05r6tor0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r6tor0 -------------------------------------------------------------------------------- /tests/05r6tor0.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/05r6tor0.broken -------------------------------------------------------------------------------- /tests/06name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/06name -------------------------------------------------------------------------------- /tests/06sysfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/06sysfs -------------------------------------------------------------------------------- /tests/06wrmostly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/06wrmostly -------------------------------------------------------------------------------- /tests/07autoassemble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07autoassemble -------------------------------------------------------------------------------- /tests/07autodetect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07autodetect -------------------------------------------------------------------------------- /tests/07changelevelintr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07changelevelintr -------------------------------------------------------------------------------- /tests/07changelevels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07changelevels -------------------------------------------------------------------------------- /tests/07changelevels.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07changelevels.broken -------------------------------------------------------------------------------- /tests/07layouts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07layouts -------------------------------------------------------------------------------- /tests/07reshape5intr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07reshape5intr -------------------------------------------------------------------------------- /tests/07revert-grow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07revert-grow -------------------------------------------------------------------------------- /tests/07revert-grow.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07revert-grow.broken -------------------------------------------------------------------------------- /tests/07revert-inplace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07revert-inplace -------------------------------------------------------------------------------- /tests/07revert-inplace.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07revert-inplace.broken -------------------------------------------------------------------------------- /tests/07revert-shrink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07revert-shrink -------------------------------------------------------------------------------- /tests/07revert-shrink.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07revert-shrink.broken -------------------------------------------------------------------------------- /tests/07testreshape5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/07testreshape5 -------------------------------------------------------------------------------- /tests/09imsm-assemble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/09imsm-assemble -------------------------------------------------------------------------------- /tests/09imsm-create-fail-rebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/09imsm-create-fail-rebuild -------------------------------------------------------------------------------- /tests/09imsm-create-fail-rebuild.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/09imsm-create-fail-rebuild.broken -------------------------------------------------------------------------------- /tests/09imsm-overlap.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/09imsm-overlap.broken -------------------------------------------------------------------------------- /tests/10ddf-assemble-missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-assemble-missing -------------------------------------------------------------------------------- /tests/10ddf-assemble-missing.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-assemble-missing.broken -------------------------------------------------------------------------------- /tests/10ddf-create: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-create -------------------------------------------------------------------------------- /tests/10ddf-create-fail-rebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-create-fail-rebuild -------------------------------------------------------------------------------- /tests/10ddf-fail-create-race: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-create-race -------------------------------------------------------------------------------- /tests/10ddf-fail-create-race.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-create-race.broken -------------------------------------------------------------------------------- /tests/10ddf-fail-readd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-readd -------------------------------------------------------------------------------- /tests/10ddf-fail-readd-readonly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-readd-readonly -------------------------------------------------------------------------------- /tests/10ddf-fail-spare: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-spare -------------------------------------------------------------------------------- /tests/10ddf-fail-stop-readd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-stop-readd -------------------------------------------------------------------------------- /tests/10ddf-fail-twice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-twice -------------------------------------------------------------------------------- /tests/10ddf-fail-two-spares: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-fail-two-spares -------------------------------------------------------------------------------- /tests/10ddf-geometry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-geometry -------------------------------------------------------------------------------- /tests/10ddf-incremental-wrong-order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-incremental-wrong-order -------------------------------------------------------------------------------- /tests/10ddf-incremental-wrong-order.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-incremental-wrong-order.broken -------------------------------------------------------------------------------- /tests/10ddf-sudden-degraded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/10ddf-sudden-degraded -------------------------------------------------------------------------------- /tests/11spare-migration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/11spare-migration -------------------------------------------------------------------------------- /tests/12imsm-r0_2d-grow-r0_3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/12imsm-r0_2d-grow-r0_3d -------------------------------------------------------------------------------- /tests/12imsm-r0_2d-grow-r0_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/12imsm-r0_2d-grow-r0_4d -------------------------------------------------------------------------------- /tests/12imsm-r0_2d-grow-r0_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/12imsm-r0_2d-grow-r0_5d -------------------------------------------------------------------------------- /tests/12imsm-r0_3d-grow-r0_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/12imsm-r0_3d-grow-r0_4d -------------------------------------------------------------------------------- /tests/12imsm-r5_3d-grow-r5_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/12imsm-r5_3d-grow-r5_4d -------------------------------------------------------------------------------- /tests/12imsm-r5_3d-grow-r5_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/12imsm-r5_3d-grow-r5_5d -------------------------------------------------------------------------------- /tests/13imsm-r0_r0_2d-grow-r0_r0_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r0_r0_2d-grow-r0_r0_4d -------------------------------------------------------------------------------- /tests/13imsm-r0_r0_2d-grow-r0_r0_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r0_r0_2d-grow-r0_r0_5d -------------------------------------------------------------------------------- /tests/13imsm-r0_r0_3d-grow-r0_r0_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r0_r0_3d-grow-r0_r0_4d -------------------------------------------------------------------------------- /tests/13imsm-r0_r5_3d-grow-r0_r5_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r0_r5_3d-grow-r0_r5_4d -------------------------------------------------------------------------------- /tests/13imsm-r0_r5_3d-grow-r0_r5_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r0_r5_3d-grow-r0_r5_5d -------------------------------------------------------------------------------- /tests/13imsm-r5_r0_3d-grow-r5_r0_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r5_r0_3d-grow-r5_r0_4d -------------------------------------------------------------------------------- /tests/13imsm-r5_r0_3d-grow-r5_r0_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/13imsm-r5_r0_3d-grow-r5_r0_5d -------------------------------------------------------------------------------- /tests/14imsm-r0_3d-r5_3d-migrate-r5_4d-r5_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r0_3d-r5_3d-migrate-r5_4d-r5_4d -------------------------------------------------------------------------------- /tests/14imsm-r0_3d_no_spares-migrate-r5_3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r0_3d_no_spares-migrate-r5_3d -------------------------------------------------------------------------------- /tests/14imsm-r0_r0_2d-takeover-r10_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r0_r0_2d-takeover-r10_4d -------------------------------------------------------------------------------- /tests/14imsm-r10_4d-grow-r10_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r10_4d-grow-r10_5d -------------------------------------------------------------------------------- /tests/14imsm-r10_r5_4d-takeover-r0_2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r10_r5_4d-takeover-r0_2d -------------------------------------------------------------------------------- /tests/14imsm-r1_2d-grow-r1_3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r1_2d-grow-r1_3d -------------------------------------------------------------------------------- /tests/14imsm-r1_2d-grow-r1_3d.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r1_2d-grow-r1_3d.broken -------------------------------------------------------------------------------- /tests/14imsm-r1_2d-takeover-r0_2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r1_2d-takeover-r0_2d -------------------------------------------------------------------------------- /tests/14imsm-r1_2d-takeover-r0_2d.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r1_2d-takeover-r0_2d.broken -------------------------------------------------------------------------------- /tests/14imsm-r5_3d-grow-r5_5d-no-spares: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r5_3d-grow-r5_5d-no-spares -------------------------------------------------------------------------------- /tests/14imsm-r5_3d-migrate-r4_3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/14imsm-r5_3d-migrate-r4_3d -------------------------------------------------------------------------------- /tests/15imsm-r0_3d_64k-migrate-r0_3d_256k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/15imsm-r0_3d_64k-migrate-r0_3d_256k -------------------------------------------------------------------------------- /tests/15imsm-r5_3d_4k-migrate-r5_3d_256k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/15imsm-r5_3d_4k-migrate-r5_3d_256k -------------------------------------------------------------------------------- /tests/15imsm-r5_3d_64k-migrate-r5_3d_256k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/15imsm-r5_3d_64k-migrate-r5_3d_256k -------------------------------------------------------------------------------- /tests/15imsm-r5_6d_4k-migrate-r5_6d_256k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/15imsm-r5_6d_4k-migrate-r5_6d_256k -------------------------------------------------------------------------------- /tests/15imsm-r5_r0_3d_64k-migrate-r5_r0_3d_256k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/15imsm-r5_r0_3d_64k-migrate-r5_r0_3d_256k -------------------------------------------------------------------------------- /tests/16imsm-r0_3d-migrate-r5_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/16imsm-r0_3d-migrate-r5_4d -------------------------------------------------------------------------------- /tests/16imsm-r0_5d-migrate-r5_6d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/16imsm-r0_5d-migrate-r5_6d -------------------------------------------------------------------------------- /tests/16imsm-r5_3d-migrate-r0_3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/16imsm-r5_3d-migrate-r0_3d -------------------------------------------------------------------------------- /tests/16imsm-r5_5d-migrate-r0_5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/16imsm-r5_5d-migrate-r0_5d -------------------------------------------------------------------------------- /tests/18imsm-1d-takeover-r0_1d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-1d-takeover-r0_1d -------------------------------------------------------------------------------- /tests/18imsm-1d-takeover-r1_2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-1d-takeover-r1_2d -------------------------------------------------------------------------------- /tests/18imsm-r0_2d-takeover-r10_4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-r0_2d-takeover-r10_4d -------------------------------------------------------------------------------- /tests/18imsm-r10_4d-takeover-r0_2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-r10_4d-takeover-r0_2d -------------------------------------------------------------------------------- /tests/18imsm-r10_4d-takeover-r0_2d.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-r10_4d-takeover-r0_2d.broken -------------------------------------------------------------------------------- /tests/18imsm-r1_2d-takeover-r0_1d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-r1_2d-takeover-r0_1d -------------------------------------------------------------------------------- /tests/18imsm-r1_2d-takeover-r0_1d.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/18imsm-r1_2d-takeover-r0_1d.broken -------------------------------------------------------------------------------- /tests/19raid6auto-repair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/19raid6auto-repair -------------------------------------------------------------------------------- /tests/19raid6auto-repair.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/19raid6auto-repair.broken -------------------------------------------------------------------------------- /tests/19raid6check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/19raid6check -------------------------------------------------------------------------------- /tests/19raid6repair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/19raid6repair -------------------------------------------------------------------------------- /tests/19raid6repair.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/19raid6repair.broken -------------------------------------------------------------------------------- /tests/19repair-does-not-destroy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/19repair-does-not-destroy -------------------------------------------------------------------------------- /tests/20raid5journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/20raid5journal -------------------------------------------------------------------------------- /tests/20raid5journal.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/20raid5journal.broken -------------------------------------------------------------------------------- /tests/21raid5cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/21raid5cache -------------------------------------------------------------------------------- /tests/23rdev-lifetime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/23rdev-lifetime -------------------------------------------------------------------------------- /tests/24raid10deadlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/24raid10deadlock -------------------------------------------------------------------------------- /tests/24raid456deadlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/24raid456deadlock -------------------------------------------------------------------------------- /tests/25raid456-recovery-while-reshape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/25raid456-recovery-while-reshape -------------------------------------------------------------------------------- /tests/25raid456-reshape-corrupt-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/25raid456-reshape-corrupt-data -------------------------------------------------------------------------------- /tests/25raid456-reshape-deadlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/25raid456-reshape-deadlock -------------------------------------------------------------------------------- /tests/25raid456-reshape-while-recovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/25raid456-reshape-while-recovery -------------------------------------------------------------------------------- /tests/25raid456-reshape-while-recovery.broken: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/25raid456-reshape-while-recovery.broken -------------------------------------------------------------------------------- /tests/ToTest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/ToTest -------------------------------------------------------------------------------- /tests/env-ddf-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/env-ddf-template -------------------------------------------------------------------------------- /tests/env-imsm-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/env-imsm-template -------------------------------------------------------------------------------- /tests/func.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/func.sh -------------------------------------------------------------------------------- /tests/imsm-grow-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/imsm-grow-template -------------------------------------------------------------------------------- /tests/skiptests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/skiptests -------------------------------------------------------------------------------- /tests/templates/names_template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/templates/names_template -------------------------------------------------------------------------------- /tests/utils: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/tests/utils -------------------------------------------------------------------------------- /udev-md-clustered-confirm-device.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev-md-clustered-confirm-device.rules -------------------------------------------------------------------------------- /udev-md-raid-arrays.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev-md-raid-arrays.rules -------------------------------------------------------------------------------- /udev-md-raid-assembly.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev-md-raid-assembly.rules -------------------------------------------------------------------------------- /udev-md-raid-creating.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev-md-raid-creating.rules -------------------------------------------------------------------------------- /udev-md-raid-safe-timeouts.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev-md-raid-safe-timeouts.rules -------------------------------------------------------------------------------- /udev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev.c -------------------------------------------------------------------------------- /udev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/udev.h -------------------------------------------------------------------------------- /util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/util.c -------------------------------------------------------------------------------- /uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/uuid.c -------------------------------------------------------------------------------- /xmalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/xmalloc.c -------------------------------------------------------------------------------- /xmalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilbrown/mdadm/HEAD/xmalloc.h --------------------------------------------------------------------------------