]> git.neil.brown.name Git - mdadm.git/history - Grow.c
mdadm: fix a buffer overflow
[mdadm.git] / Grow.c
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
2015-05-25 NeilBrownGrow: another attempt to fix stop-during-reshape race.
2015-05-15 NeilBrownGrow: be even more careful about handing a '0' complete...
2015-05-15 NeilBrownGrow: retry when writing 'reshape' to 'sync_action...
2015-05-15 NeilBrownGrow: be more careful if array is stopped during critic...
2015-05-15 NeilBrownGrow: add missing space in message.
2015-05-14 NeilBrownGrow: only warn about incompatible metadata when no...
2015-03-25 NeilBrownreshape: support raid5 grow on certain older kernels.
2015-02-24 Jes SorensenGrow.c: Fix classic readlink() buffer overflow
2015-02-12 NeilBrownDon't break long strings onto multiple lines.
2015-02-12 NeilBrownConsistently print program Name and __func__ in debug...
2015-02-12 Pawel BaldysiakChange way of printing name of a process
2014-12-01 Pawel BaldysiakGrow: Fix wrong 'goto' in set_new_data_offset
2014-10-29 Justin MaggardGrow: fix resize of array component size to > 32bits
2014-09-03 Andy SmithGrow: Report when grow needs metadata update
2014-07-29 NeilBrownGrow: improve error message is "--grow -n2" used on...
2014-07-21 NeilBrownGrow: fix that preventing resize of array to 32bit...
2014-07-17 Pawel BaldysiakGrow: Do not try to restart if reshape is running
2014-06-12 Pawel BaldysiakGrow: fix removal of line in wrong case
2014-06-05 NeilBrownMake sure "make everything" builds again.
2014-06-02 Baldysiak, PawelGrow: Do not fork via systemd if freeze_reshape is set
2014-06-02 Baldysiak, PawelGrow: Use 'forked' also for reshape_container in Grow_c...
2014-06-02 Baldysiak, PawelDo not set default 'before.layout' when reshaping from...
2014-05-22 Cristian Rodríguezmdadm: Do not reimplment offsetof
2014-05-22 NeilBrownGrow: fix resent grow_continue breakage.
2014-05-20 NeilBrownReshape: use systemd to continue containers as well...
2014-05-20 NeilBrownGrow: split continue_via_systemd into a separate function.
2014-05-20 NeilBrownGrow: add 'forked' option to reshape_container.
2014-05-15 NeilBrownGrow: try to let "--grow --continue" from systemd compl...
2014-05-15 NeilBrownGrow: store a link to current backup file in /run/mdadm...
2014-01-20 NeilBrownGrow: fix problems with prematurely aborting of reshapes.
2013-09-03 NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-08-28 NeilBrownGrow: fix hang when growing a RAID5.
2013-08-01 NeilBrownGrow: exit background thread cleanly on SIGTERM.
2013-07-30 Jes SorensenAvoid double close()
2013-07-24 NeilBrownGrow: don't hold array open while waiting for reshape.
2013-07-15 NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-11 NeilBrownGrow: pass INVALID_SECTORS to reshape_array, not 0.
2013-07-10 NeilBrownGrow: use mdstat_wait to wait for delayed reshape.
2013-07-04 NeilBrownGrow: notice when --stop is synchronising a reshape...
2013-07-04 NeilBrownGrow: fix small bug when reshape interrupted.
2013-07-02 NeilBrownAssemble: improve messages when restarting a reshape.
2013-07-01 NeilBrownManage: check alignment when stopping an array undergoi...
2013-07-01 NeilBrownNew function: sysfs_wait
2013-06-27 NeilBrownGrow: fix crash when restarting an array.
2013-06-27 NeilBrownGrow: lack of head/tail space not fatal for RAID5 etc.
2013-06-27 NeilBrownGrow: report better message when --grow --chunk cannot...
2013-06-24 NeilBrownGrow: chose default layout when converting from RAID0.
2013-06-24 NeilBrownGrow: centralise level-change code.
2013-06-24 NeilBrownGrow: remove excess drives when converting to RAID0.
2013-06-24 NeilBrownGrow: clear new_layout when we change the level.
2013-06-24 NeilBrownGrow: analyse_change needs to set new_size even if...
2013-06-24 NeilBrownGrow: fix two problems with new_data_offset
2013-06-24 NeilBrownGrow: Try hard to set new_offset.
2013-06-24 NeilBrownGrow: Make sure new data-offset is well-aligned
2013-06-19 NeilBrownGrow: a data_offset should not be tested against 0.
2013-06-19 NeilBrownRemove lots of unnecessary white space.
2013-06-18 NeilBrownGrow: fix up recent changes to set_new_data_offset.
2013-05-30 NeilBrownMake sure NOFILE resource limit is big enough.
2013-05-28 NeilBrownGrow_continue: handle RESHAPE_NO_BACKUP correctly.
2013-05-28 NeilBrownGrow: allow for different sized devices when updating...
2013-05-28 NeilBrownAssemble: allow --update=revert-reshape
2013-05-22 NeilBrownGrow: allow a reshape which only changes --data-offset
2013-05-22 NeilBrownGrow: E2BIG should be reporte differently if --data...
2013-05-22 NeilBrownGrow: --backup-file and --data-offset are incompatible.
2013-05-22 NeilBrownGrow: handle E2BIG from new_offset changes more gracefully.
2013-05-22 NeilBrownGrow: allow --data-offset to be specified for raid4/5/6
2013-05-22 NeilBrownGrow: allow metadata to indicate that changing data_off...
2013-05-22 NeilBrownGrow: use new_data_offset instead of backups for raid4...
2013-05-22 NeilBrownGrow: introduce min_offset_change to struct reshape.
2013-05-22 NeilBrownGrow: have analyse_change zero the reshape structure...
next