summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* enable RAID for SATA under VMDHEADmasterKevin Friedberg2023-05-083-13/+37
* mdadm: numbered names verificationMariusz Tkaczyk2023-05-084-17/+50
* mdadm: define is_devname_ignore()Mariusz Tkaczyk2023-05-085-10/+20
* mdadm: define DEV_NUM_PREFMariusz Tkaczyk2023-05-083-7/+15
* mdadm: define DEV_MD_DIRMariusz Tkaczyk2023-05-0813-45/+54
* Remove the config files in mdcheck_start|continue serviceXiao Ni2023-04-102-4/+0
* Bump minimum kernel version to 2.6.32Jes Sorensen2023-04-105-45/+2
* Fix some cases eyesore formattingJes Sorensen2023-04-101-57/+60
* super1: fix truncation check for journal deviceHristo Venev2023-04-101-2/+3
* Fix null pointer for incremental in mdadmmiaoguanqin2023-04-101-0/+3
* Create: Fix checking for container in update_metadataMateusz Grzonka2023-03-231-1/+1
* Revert "Revert "mdadm/systemd: remove KillMode=none from service file""Mariusz Tkaczyk2023-03-231-1/+0
* Improvements for IMSM_NO_PLATFORM testing.NeilBrown2023-03-205-6/+55
* mdopen: always try create_named_array()NeilBrown2023-03-191-0/+1
* mdmon: Improve switchroot interactions.NeilBrown2023-03-196-9/+16
* mdmon: Remove need for KillMode=noneNeilBrown2023-03-191-1/+6
* mdmon: change systemd unit file to use --foregroundNeilBrown2023-03-191-2/+1
* mdmon: don't test both 'all' and 'container_name'.NeilBrown2023-03-191-7/+4
* Use existence of /etc/initrd-release to detect initrd.NeilBrown2023-03-191-9/+1
* Define alignof using _Alignof when using C11 or newerKhem Raj2023-03-191-1/+11
* manpage: Add --write-zeroes option to manpageLogan Gunthorpe2023-03-131-1/+17
* tests/00raid5-zero: Introduce test to exercise --write-zeros.Logan Gunthorpe2023-03-131-0/+12
* mdadm: Add --write-zeros option for CreateLogan Gunthorpe2023-03-134-2/+190
* mdadm: Introduce pr_info()Logan Gunthorpe2023-03-132-3/+6
* Create: Factor out add_disks() helpersLogan Gunthorpe2023-03-131-169/+213
* Create: remove safe_mode_delay local variableLogan Gunthorpe2023-03-131-3/+1
* Create: goto abort_locked instead of return 1 in error pathLogan Gunthorpe2023-03-131-1/+1
* super-ddf.c: fix memleak in get_vd_num_of_subarray()Wu Guanghao2023-03-081-2/+7
* super-intel.c: fix memleak in find_disk_attached_hba()Wu Guanghao2023-03-081-2/+2
* isuper-intel.c: fix double free in load_imsm_mpb()Wu Guanghao2023-03-081-0/+1
* Detail.c: fix memleak in Detail()Wu Guanghao2023-03-081-0/+1
* util.c: fix memleak in parse_layout_faulty()Wu Guanghao2023-03-081-0/+2
* util.c: reorder code lines in parse_layout_faulty()Coly Li2023-03-081-3/+6
* Mdmonitor: Refactor check_one_sharer() for better error handlingMateusz Grzonka2023-03-021-27/+62
* Mdmonitor: Refactor write_autorebuild_pid()Mateusz Grzonka2023-03-021-19/+36
* Add helpers to determine whether directories or files are soft linksMateusz Grzonka2023-03-022-0/+47
* Mdmonitor: Add helper functionsMateusz Grzonka2023-03-021-70/+158
* Mdmonitor: Pass events to alert() using enums instead of stringsMateusz Grzonka2023-03-021-53/+83
* Mdmonitor: Make alert_info globalMateusz Grzonka2023-03-021-63/+61
* Fix NULL dereference in super_by_fdLi Xiao Keng2023-02-282-1/+10
* Grow: fix can't change bitmap type from none to clustered.Heming Zhao2023-02-231-1/+1
* Revert "mdadm/systemd: remove KillMode=none from service file"Mariusz Tkaczyk2023-02-022-0/+2
* manage: move comment with function descriptionKinga Tanska2023-01-051-28/+44
* super-intel: make freesize not required for chunk size migrationKinga Tanska2023-01-041-5/+5
* incremental, manage: do not verify if remove is safeKinga Tanska2023-01-042-4/+5
* Manage: do not check array state when drive is removedKinga Tanska2023-01-041-2/+1
* mdadm/udev: Don't handle change event on raw devicesXiao Ni2023-01-041-0/+8
* util: remove obsolete code from get_md_nameMateusz Kusiak2023-01-042-39/+20
* mdmon: fix segfaultMateusz Kusiak2023-01-042-15/+13
* Change char* to enum in context->update & refactor codeMateusz Kusiak2023-01-043-57/+37