]> git.neil.brown.name Git - mdadm.git/shortlog
mdadm.git
2024-02-09 Mariusz Tkaczyksuper1: remove support for name= in config
2024-01-24 Mateusz Kusiaksuper-intel: Remove inaccessible code
2024-01-24 Mateusz KusiakReplace "none" with macro
2024-01-24 Mateusz KusiakDefine sysfs max buffer size
2024-01-16 Song Liutests: Gate tests for linear flavor with variable LINEAR
2024-01-05 Pawel Piatkowskimanage: adjust checking subarray state in update_subarray
2023-12-19 Mateusz KusiakRemove all "if zeros"
2023-11-21 Mateusz Grzonkaudev: Move udev_block() and udev_unblock() into udev.c
2023-11-21 Mateusz GrzonkaMdmonitor: Improve udev event handling
2023-10-26 Pawel PiatkowskiFix assembling RAID volume by using incremental
2023-10-26 Pawel Piatkowskimdadm: remove container_enough logic
2023-10-26 Xiao Nimdadm/super1: Add MD_FEATURE_RAID0_LAYOUT if kernel...
2023-10-26 Xiao Nimdadm/ddf: Abort when raid disk is smaller in getinfo_s...
2023-10-26 Xiao Nimdadm/tests: Don't run mknod before losetup
2023-10-26 Li Xiao KengFix race of "mdadm --add" and "mdadm --incremental"
2023-10-26 Xiao Nimdadm/tests: Fix regular expression failure
2023-10-26 Coly LiIncremental: remove obsoleted calls to udisks
2023-10-26 Mariusz Tkaczykmdadm: Follow POSIX Portable Character Set
2023-10-26 Mariusz Tkaczykmdadm: define ident_set_devname()
2023-10-26 Mariusz Tkaczykmdadm: refactor ident->name handling
2023-10-26 Mariusz Tkaczykmdadm: set ident.devname if applicable
2023-10-26 Mariusz Tkaczyktests: create 00confnames
2023-10-26 Mariusz Tkaczyktests: create names_template
2023-10-26 Yu Kuaitests: add a regression test for raid456 deadlock again
2023-10-26 Yu Kuaitests: add a regression test that reshape can corrupt...
2023-10-26 Yu Kuaitests: add a regression test that raid456 can't assembl...
2023-10-26 Yu Kuaitests: add a regression test that raid456 can't assemble
2023-10-26 Yu Kuaitests: add a regression test for raid456 deadlock
2023-10-26 Yu Kuaitests: add a regression test for raid10 deadlock
2023-10-26 Yu Kuaitests: support to skip checking dmesg
2023-10-26 Yu Kuaitests: add a new test for rdev lifetime
2023-10-26 Kinga TanskaAssemble: fix redundant memory free
2023-09-01 Mateusz GrzonkaAdd compiler defenses flags
2023-09-01 Mateusz Grzonkaimsm: Add reading vmd register for finding imsm capability
2023-09-01 Kinga Tanskaplatform-intel: limit guid length
2023-09-01 Kinga TanskaFix unsafe string functions
2023-09-01 Guanqin MiaoFix memory leak in file mdadm
2023-09-01 Guanqin MiaoFix memory leak in file Manage
2023-09-01 Guanqin MiaoFix memory leak in file Kill
2023-09-01 Guanqin MiaoFix memory leak in file Assemble
2023-09-01 Xiao Nimdadm: Stop mdcheck_continue timer when mdcheck_start...
2023-09-01 Blazej KucmanAdd secure gethostname() wrapper
2023-09-01 Mariusz Tkaczykimsm: fix free space calculations
2023-09-01 Mariusz Tkaczykimsm: return free space after volume for expand
2023-09-01 Mariusz Tkaczykimsm: move expand verification code into new function
2023-09-01 Mariusz Tkaczykimsm: introduce round_member_size_to_mb()
2023-09-01 Mariusz Tkaczykimsm: imsm_get_free_size() refactor.
2023-09-01 Mariusz Tkaczykimsm: move sum_extents calculations to merge_extents()
2023-08-07 Mateusz Grzonkaimsm: Fix possible segfault in check_no_platform()
2023-05-08 Kevin Friedbergenable RAID for SATA under VMD
2023-05-08 Mariusz Tkaczykmdadm: numbered names verification
2023-05-08 Mariusz Tkaczykmdadm: define is_devname_ignore()
2023-05-08 Mariusz Tkaczykmdadm: define DEV_NUM_PREF
2023-05-08 Mariusz Tkaczykmdadm: define DEV_MD_DIR
2023-04-10 Xiao NiRemove the config files in mdcheck_start|continue service
2023-04-10 Jes SorensenBump minimum kernel version to 2.6.32
2023-04-10 Jes SorensenFix some cases eyesore formatting
2023-04-10 Hristo Venevsuper1: fix truncation check for journal device
2023-04-10 miaoguanqinFix null pointer for incremental in mdadm
2023-03-23 Mateusz GrzonkaCreate: Fix checking for container in update_metadata
2023-03-23 Mariusz TkaczykRevert "Revert "mdadm/systemd: remove KillMode=none...
2023-03-20 NeilBrownImprovements for IMSM_NO_PLATFORM testing.
2023-03-19 NeilBrownmdopen: always try create_named_array()
2023-03-19 NeilBrownmdmon: Improve switchroot interactions.
2023-03-19 NeilBrownmdmon: Remove need for KillMode=none
2023-03-19 NeilBrownmdmon: change systemd unit file to use --foreground
2023-03-19 NeilBrownmdmon: don't test both 'all' and 'container_name'.
2023-03-19 NeilBrownUse existence of /etc/initrd-release to detect initrd.
2023-03-19 Khem RajDefine alignof using _Alignof when using C11 or newer
2023-03-13 Logan Gunthorpemanpage: Add --write-zeroes option to manpage
2023-03-13 Logan Gunthorpetests/00raid5-zero: Introduce test to exercise --write...
2023-03-13 Logan Gunthorpemdadm: Add --write-zeros option for Create
2023-03-13 Logan Gunthorpemdadm: Introduce pr_info()
2023-03-13 Logan GunthorpeCreate: Factor out add_disks() helpers
2023-03-13 Logan GunthorpeCreate: remove safe_mode_delay local variable
2023-03-13 Logan GunthorpeCreate: goto abort_locked instead of return 1 in error...
2023-03-08 Wu Guanghaosuper-ddf.c: fix memleak in get_vd_num_of_subarray()
2023-03-08 Wu Guanghaosuper-intel.c: fix memleak in find_disk_attached_hba()
2023-03-08 Wu Guanghaoisuper-intel.c: fix double free in load_imsm_mpb()
2023-03-08 Wu GuanghaoDetail.c: fix memleak in Detail()
2023-03-08 Wu Guanghaoutil.c: fix memleak in parse_layout_faulty()
2023-03-08 Coly Liutil.c: reorder code lines in parse_layout_faulty()
2023-03-02 Mateusz GrzonkaMdmonitor: Refactor check_one_sharer() for better error...
2023-03-02 Mateusz GrzonkaMdmonitor: Refactor write_autorebuild_pid()
2023-03-02 Mateusz GrzonkaAdd helpers to determine whether directories or files...
2023-03-02 Mateusz GrzonkaMdmonitor: Add helper functions
2023-03-02 Mateusz GrzonkaMdmonitor: Pass events to alert() using enums instead...
2023-03-02 Mateusz GrzonkaMdmonitor: Make alert_info global
2023-02-28 Li Xiao KengFix NULL dereference in super_by_fd
2023-02-23 Heming ZhaoGrow: fix can't change bitmap type from none to clustered.
2023-02-02 Mariusz TkaczykRevert "mdadm/systemd: remove KillMode=none from servic...
2023-01-05 Kinga Tanskamanage: move comment with function description
2023-01-05 Kinga Tanskasuper-intel: make freesize not required for chunk size...
2023-01-05 Kinga Tanskaincremental, manage: do not verify if remove is safe
2023-01-05 Kinga TanskaManage: do not check array state when drive is removed
2023-01-04 Xiao Nimdadm/udev: Don't handle change event on raw devices
2023-01-04 Mateusz Kusiakutil: remove obsolete code from get_md_name
2023-01-04 Mateusz Kusiakmdmon: fix segfault
2023-01-04 Mateusz KusiakChange char* to enum in context->update & refactor...
2023-01-04 Mateusz KusiakManage&Incremental: code refactor, string to enum
next