]> git.ipfire.org Git - thirdparty/mdadm.git/history - Assemble.c
Create.c: fix uclibc build
[thirdparty/mdadm.git] / Assemble.c
2024-03-22  Mateusz Kusiaksysfs: remove vers parameter from sysfs_set_array
2024-01-24  Mateusz KusiakReplace "none" with macro
2023-12-19  Mateusz KusiakRemove all "if zeros"
2023-10-26  Pawel PiatkowskiFix assembling RAID volume by using incremental
2023-10-26  Kinga TanskaAssemble: fix redundant memory free
2023-09-01  Guanqin MiaoFix memory leak in file Assemble
2023-01-04  Mateusz KusiakChange char* to enum in context->update & refactor...
2023-01-04  Mateusz KusiakChange update to enum in update_super and update_subarray
2022-09-29  Kinga Tanskamdadm: replace container level checking with inline
2022-08-24  Kinga TanskaAssemble: check if device is container before schedulin...
2022-08-22  Mateusz Grzonkamdadm: Replace obsolete usleep with nanosleep
2022-06-24  Lukasz Florczakmdadm: block update=ppl for non raid456 levels
2022-06-14  Mateusz GrzonkaFix possible NULL ptr dereferences and memory leaks
2022-04-05  Mariusz Tkaczykmdadm: add map_num_s()
2021-11-24  Mateusz GrzonkaCorrect checking if file descriptors are valid
2021-10-19  Kinga TanskaAssemble: apply sysfs rules
2021-08-02  Sudhakar PanneerselvamAssemble: skip devices that don't match uuid instead...
2021-07-27  Mariusz TkaczykAssemble: start dirty and degraded array.
2021-03-09  Jakub RadtkeEnable bitmap support for external metadata
2021-03-08  Mariusz Tkaczykimsm: add verbose flag to compare_super
2020-06-05  Kinga TanskaBlock overwriting existing links while manual assembly
2020-05-14  Mariusz TkaczykAssemble.c: respect force flag.
2020-04-27  Gioh KimAssemble: print error message if mdadm fails assembling...
2019-12-02  NeilBrownAssemble: add support for RAID0 layouts.
2019-07-10  Mariusz Dabrowskimdadm: load default sysfs attributes after assemblation
2019-02-28  Pawel BaldysiakAssemble: Fix starting array with initial reshape check...
2019-02-11  Dimitri John LedkovFix spelling typos.
2018-12-06  Gioh KimAssemble: mask FAILFAST and WRITEMOSTLY flags when...
2018-12-06  Gioh KimAssemble: keep MD_DISK_FAILFAST and MD_DISK_WRITEMOSTLY...
2018-09-27  Guoqing JiangAssemble: set devices to NULL when load_devices can...
2018-09-27  Guoqing JiangAssemble: free resources in load_devices
2018-07-20  Guoqing JiangAssemble: remove the protection when clustered raid...
2018-07-11  Anthony YoungmanCoverity: Resource leak: fix return without free
2018-06-11  Guoqing JiangFree map to avoid resource leak issues
2018-06-08  Mariusz TkaczykAssemble.c Don't ignore faulty disk when array is auto...
2018-03-08  Guoqing JiangAssemble: cleanup the failure path
2018-03-08  Guoqing JiangAssemble: provide protection when clustered raid do...
2018-02-23  BingJing Changmdadm: prevent out-of-date reshaping devices from force...
2018-01-21  Andrea RighiAssemble: prevent segfault with faulty "best" devices
2017-05-16  Jes Sorensenmdadm: Fixup != broken formatting
2017-05-16  Jes Sorensenmdadm: Fixup more broken logical operator formatting
2017-05-16  Jes Sorensenmdadm: Fixup a large number of bad formatting of logica...
2017-05-05  Zhilong Liumdadm/util: unify stat checking blkdev into function
2017-05-05  Zhilong Liumdadm/util: unify fstat checking blkdev into function
2017-05-02  NeilBrownCreate: tell udev md device is not ready when first...
2017-04-12  Jes SorensenAssemble: Remove obsolete test for kernels older than 2.4
2017-04-12  Jes SorensenAssemble: Clean up start_array()
2017-04-11  Jes SorensenRetire mdassemble
2017-04-05  Jes SorensenAssemble/Assemble: Get rid of last use of md_get_version()
2017-04-05  Jes SorensenAssemble/Assemble: Stop checking kernel md driver version
2017-03-30  Jes Sorensensysfs: Make sysfs_init() return an error code
2017-03-29  Artur PaszkiewiczAdd 'ppl' and 'no-ppl' options for --update=
2017-03-29  Artur Paszkiewiczsuper1: PPL support
2017-03-29  Artur Paszkiewiczimsm: PPL support
2016-08-15  Jes SorensenIntroduce random_uuid() helper function
2016-03-22  Jes SorensenAssemble: No need for dummy NULL pointer when calling...
2016-03-22  Jes SorensenAssemble: assemble_container_content(): Avoid superfluo...
2016-03-08  Jes SorensenAssemble: Remove unnecesary NULL pointer checks when...
2016-01-28  NeilBrownRelease mdadm-3.4 mdadm-3.4
2016-01-28  NeilBrownsuper1: allow reshape that hasn't really started to...
2015-12-21  NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21  NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-08  Song Liufix bug in assemble
2015-10-22  Song Liumdadm: refactor write journal code in Assemble and...
2015-10-19  Song LiuAssemble array with write journal
2015-08-05  NeilBrownAssemble: correctly capture error from ->write_bitmap
2015-08-03  NeilBrownMerge branch 'mdadm-3.3.x'
2015-08-03  NeilBrownAssemble: really don't assemble IMSM array without...
2015-08-03  NeilBrownAssemble: don't assemble IMSM array without OROM.
2015-07-29  NeilBrownAssemble: don't assemble IMSM array without OROM.
2015-07-27  NeilBrownMerge branch 'cluster'
2015-07-24  NeilBrownAssemble: extend --homehost='<ignore>' to allow --name...
2015-07-21  NeilBrownAssemble: improve tests for matching --name= request.
2015-07-17  NeilBrownAssemble: really ensure stripe_cache is bit enough...
2015-06-18  NeilBrownAssemble: ensure stripe_cache is big enough to handle...
2015-06-16  Guoqing Jiangmdadm: change the num of cluster node
2015-06-16  Guoqing Jiangmdadm: add the ability to change cluster name
2015-05-13  NeilBrownAssemble: don't check for pre-existing array when updat...
2015-04-08  NeilBrownAssemble/force: make it possible to "force" a new devic...
2015-04-08  NeilBrownAssemble: remove stray ':' from error message.
2015-04-07  NeilBrownRevert "Assemble: support assembling of a RAID0 being...
2015-04-07  NeilBrownAssemble: fix "no uptodate device" message.
2015-03-04  NeilBrownAssemble: don't ignore the return value from stat.
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2014-07-29  NeilBrownAssemble: Only fail auto-assemble in face of mdadm...
2014-07-08  Pawel BaldysiakIMSM: Add warning message when assemble spanned container
2014-06-05  NeilBrownIncremental: remove old devices when assembling in...
2014-05-22  NeilBrownGrow: fix resent grow_continue breakage.
2014-05-15  NeilBrownGrow: store a link to current backup file in /run/mdadm...
2014-02-25  NeilBrownAssemble: change load_devices to return most_recent...
2014-02-25  NeilBrownAssemble: re-arrange freeing of 'tst' in load_devices().
2014-02-25  NeilBrownAssemble: allow load_devices to change the 'st' which...
2014-01-20  NeilBrownAssemble: avoid infinite loop when auto-assembling...
2013-12-04  NeilBrownAssemble/Incremental: don't hold O_EXCL on mddev after...
2013-11-28  NeilBrownIncremental: add --export handling.
2013-11-28  NeilBrownRestructure assemble_container_content and improve...
2013-10-21  NeilBrownAssembe: fix bug in force_array - it wasn't forcing...
2013-09-13  NeilBrownMake -IRs and --run work properly for containers.
2013-09-03  NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-09-02  NeilBrownAssemble: don't ever consider a 'spare' to be the ...
next