]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Create.c: fix uclibc build
[thirdparty/mdadm.git] / Grow.c
2024-03-22  Mateusz KusiakRemove all "if zeros" pt.2
2024-02-23  Mateusz KusiakGrow: remove dead condition in Grow_reshape()
2024-02-20  Mateusz KusiakGrow: Move update_tail assign to Grow_reshape()
2024-01-24  Mateusz KusiakReplace "none" with macro
2024-01-24  Mateusz KusiakDefine sysfs max buffer size
2023-04-10  Jes SorensenBump minimum kernel version to 2.6.32
2023-03-19  NeilBrownmdmon: Improve switchroot interactions.
2023-02-23  Heming ZhaoGrow: fix can't change bitmap type from none to clustered.
2023-01-04  Mateusz KusiakManage&Incremental: code refactor, string to enum
2023-01-04  Mateusz KusiakChange update to enum in update_super and update_subarray
2022-12-28  Blazej KucmanGrow: fix possible memory leak.
2022-09-29  Kinga Tanskamdadm: replace container level checking with inline
2022-08-24  Mateusz KusiakGrow: Split Grow_reshape into helper function
2022-08-23  Mariusz Tkaczykmdadm: move data_offset to struct shape
2022-08-22  Mateusz Grzonkamdadm: Replace obsolete usleep with nanosleep
2022-08-07  Logan Gunthorpemdadm/Grow: Fix use after close bug by closing after...
2022-06-24  Lukasz Florczakmdadm: block update=ppl for non raid456 levels
2022-06-09  Mateusz KusiakGrow: block -n on external volumes.
2022-04-05  Mariusz Tkaczykmdadm: add map_num_s()
2022-04-04  Lukasz FlorczakReplace error prone signal() with sigaction()
2022-03-31  Mateusz KusiakGrow_reshape: Add r0 grow size error message and update man
2022-03-15  Lukasz FlorczakUnify error message.
2021-11-24  Mateusz GrzonkaCorrect checking if file descriptors are valid
2021-10-08  Nigel Croxondisallow create or grow clustered bitmap with writemost...
2021-04-06  Nigel Croxonmdadm: fix growing containers
2021-03-09  Jakub RadtkeGrow: Block reshape when external metadata and write...
2021-03-03  NeilBrownGrow: be careful of corrupt dev_roles list
2021-03-03  Nigel Croxonmdadm: fix reshape from RAID5 to RAID6 with backup...
2020-11-25  Mariusz Tkaczykmdadm: Unify forks behaviour
2020-06-18  allenpengmdadm/Grow: prevent md's fd from being occupied during...
2019-02-13  Corey HickeyFix reshape for decreasing data offset
2019-02-11  Dimitri John LedkovFix spelling typos.
2018-12-06  NeilBrownGrow: report correct new chunk size.
2018-12-06  NeilBrownGrow: avoid overflow in compute_backup_blocks()
2018-08-01  Mariusz TkaczykGrow: Frozen array can't be idle
2018-07-11  Anthony YoungmanCoverity: Resource leak: close fd before return
2018-04-27  Roman Sobanskimdadm/grow: correct size and chunk_size casting
2018-01-25  Mariusz TkaczykGrow.c: Block any level migration with chunk size change
2017-11-28  Zhilong Liumdadm/grow: correct the s->size > 1 to make 'max' work
2017-11-09  Guoqing JiangTo support clustered raid10
2017-10-11  Zhilong Liumdadm/grow: adding a test to ensure resize was required
2017-10-02  Jes SorensenGrow: Use all 80 characters
2017-10-02  Pawel BaldysiakGrow: fix switching on PPL during recovery
2017-10-02  Zhilong Liumdadm/grow: Component size must be larger than chunk...
2017-10-02  Tomasz MajchrzakGrow: stop previous reshape process first
2017-08-16  NeilBrownError messages should end with a newline character.
2017-06-09  Tomasz MajchrzakGrow: don't allow to enable PPL when reshape is in...
2017-06-09  Tomasz MajchrzakGrow: don't allow array geometry change with ppl enabled
2017-06-05  Tomasz MajchrzakGrow: set component size prior to array size
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 fstat checking blkdev into function
2017-05-03  Zhilong Liuchange back 0644 permission for Grow.c
2017-05-02  Jes SorensenGrow: Grow_continue_command: Avoid aliasing array variable
2017-04-20  NeilBrownGrow_continue_command: ensure 'content' is properly...
2017-04-05  Jes SorensenGrow: Stop bothering about md driver versions older...
2017-03-30  Jes Sorensensysfs: Make sysfs_init() return an error code
2017-03-30  Jes SorensenGrow: Do not shadow an existing variable
2017-03-30  Jes SorensenGrow: Remove unnecessary optimization
2017-03-29  Jes Sorensenutil: Introduce md_set_array_info()
2017-03-29  Jes Sorensenutil: Introduce md_get_disk_info()
2017-03-29  Jes Sorensenutil: Introduce md_get_array_info()
2017-03-29  Jes SorensenGrow: Fixup a pile of cosmetic issues
2017-03-29  Artur PaszkiewiczGrow: support consistency policy change
2017-03-29  Artur Paszkiewiczsuper1: PPL support
2017-03-28  NeilBrownAdd 'force' flag to *hot_remove_disk().
2017-03-28  NeilBrownRetry HOT_REMOVE_DISK a few times.
2016-11-17  Tomasz MajchrzakIncrease buffer for sysfs disk state
2016-10-19  Mariusz DabrowskiAllow level migration only for single-array container
2016-06-16  Xiao NiMDADM:Check mdinfo->reshape_active more times before...
2016-06-03  Mike LovellUse dev_t for devnm2devid and devid2devnm
2016-05-12  Jes SorensenGrow: Apply some more consistent formatting to Grow_add...
2016-05-12  Jes SorensenGrow: Simplify error paths in Grow_addbitmap()
2016-05-12  Jes Sorensenmdadm: Make add_internal_bitmap() return 0 on success
2016-05-12  Jes SorensenGrow: Handle failure to load superblock in Grow_addbitmap()
2016-05-12  Jes SorensenGrow: Grow_addbitmap() reduce indentation
2016-03-24  Guoqing JiangChange the option from NoUpdate to NodeNumUpdate
2016-03-22  Guoqing JiangGrow: goto release if Manage_subdevs failed
2016-03-11  Yi ZhangGrow: analyse_change add notification about only 2...
2016-03-11  Pawel BaldysiakGrow: close fd earlier to avoid "cannot get excl access...
2016-03-09  Jes SorensenGrow: Grow_addbitmap(): Add check to quiet down static...
2016-03-09  Jes SorensenGrow: Grow_continue_command() remove dead code
2016-02-22  Jes SorensenGrow: Add documentation to abort_reshape() for suspend_...
2015-12-23  Artur PaszkiewiczGrow: close file descriptor earlier to avoid "still...
2015-12-22  Xiao NiCheck and remove bitmap first when reshape to raid0
2015-12-21  NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21  NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-16  Guoqing Jiangmdadm: output info more precisely when change bitmap...
2015-12-16  Deepa Dinamanimdadm: Change timestamps to unsigned data type.
2015-09-30  NeilBrownMerge branch 'fix' of git://github.com/ldzhong/mdadm
2015-09-28  Goldwyn RodriguesIncrement version for clustered bitmaps
2015-08-03  NeilBrownMerge branch 'mdadm-3.3.x'
2015-07-27  NeilBrownMerge branch 'cluster'
2015-07-06  NeilBrownGrow: remove stray tracing message.
2015-06-18  NeilBrownGrow: fix typo in comment
2015-06-16  Guoqing Jiangmdadm: add the ability to change cluster name
2015-06-16  Guoqing JiangConvert a bitmap=none device to clustered
2015-05-28  NeilBrownGrow: fix a couple of typos.
2015-05-28  NeilBrownGrow: fix problem with --grow --continue
next