]> git.neil.brown.name Git - mdadm.git/shortlog
mdadm.git
2013-06-24 NeilBrownMake: CXFLAGS should be conditionally assigned. mdadm-3.3-rc1
2013-06-24 mwilck@arcor.deDetail: deterministic ordering in --brief --verbose
2013-06-24 NeilBrownsuper1: fix space_{before,after} for RAID0
2013-06-24 NeilBrownGrow: allow "--add" with "--grow --level=??"
2013-06-24 NeilBrownGrow: chose default layout when converting from RAID0.
2013-06-24 NeilBrowntests: add test for converting levels to raid0 and...
2013-06-24 NeilBrowntest/00names: use appropriate mdadm.conf
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 NeilBrowntests: add test for non-numeric device names
2013-06-19 NeilBrownAdd test for interaction of --assemble with --incr
2013-06-19 NeilBrownAdd test for --update=metadata and fix bug it found.
2013-06-19 NeilBrowntests: rearrange sometest groupings.
2013-06-19 NeilBrownRemove lots of unnecessary white space.
2013-06-19 NeilBrownManage: allow "--stop" on kernel names.
2013-06-19 NeilBrownManage: split Manage_runstop into Manage_run and Manage...
2013-06-19 NeilBrownAssemble: when forcing a single-degraded RAID6 array...
2013-06-19 NeilBrownDetail: add device information to --detail --export
2013-06-19 NeilBrownsysfs_read: return devices in same order as in filesystem.
2013-06-19 Bernd Schubertraid6check: Check return value of lseek64()
2013-06-19 Bernd Schubertraid6check: Fix compiler warnings.
2013-06-19 Bernd Schubertraid6check: Use enums for repair type
2013-06-19 Bernd Schubertraid6check: Fix memory leaks detected by valgrind
2013-06-19 Bernd Schubertraid6check: Fix build of raid6check
2013-06-19 NeilBrownMakefile: add "-O3" to WARN_UNUSED options.
2013-06-18 NeilBrownGrow: fix up recent changes to set_new_data_offset.
2013-06-18 NeilBrownsuper0: set uninitialized variable.
2013-06-17 NeilBrownAssemble/Incr: Don't include spares with too-high event...
2013-06-17 NeilBrownmdadm.h: add little bits of doco for 'struct superswitch'.
2013-05-30 NeilBrownMake sure NOFILE resource limit is big enough.
2013-05-28 NeilBrownIncremental: allow --quiet to silence from errors from...
2013-05-28 NeilBrownGrow_continue: handle RESHAPE_NO_BACKUP correctly.
2013-05-28 NeilBrownsuper1: set RESHAPE_NO_BACKUP based on new_offset.
2013-05-28 NeilBrownGrow: allow for different sized devices when updating...
2013-05-28 NeilBrownAssemble: allow --update=revert-reshape
2013-05-28 NeilBrownAssemble: --update=metadata converts v0.90 to v1.0
2013-05-28 NeilBrownsuper1: fix some casts of signed superblock fields.
2013-05-22 NeilBrownExamine/super1 - report Unused space, before and after.
2013-05-22 NeilBrownsuper1: don't put the bblog at the end of the free...
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...
2013-05-21 NeilBrownGrow.c: split impose_reshape out as a function.
2013-05-21 NeilBrownGrow.c: split out update_cache_size() function.
2013-05-21 NeilBrownGrow.c remove some pointless casts on 'data_offset'.
2013-05-21 NeilBrownsuper1: improve calculation of space_before/space_after
2013-05-21 NeilBrownExamine/super1: don't report "New Offset" when feature...
2013-05-21 NeilBrownpr_err for mdmon.
2013-05-21 NeilBrownMore conversion to pr_err
2013-05-21 NeilBrownChange some fprintf(stderrs to cont_err()
2013-05-21 NeilBrownChange some "fprintf(stderr,"s to pr_err.
2013-05-21 NeilBrownGrow: set_new_data_offset should report if kernel is...
2013-05-21 NeilBrowncomment typo
2013-05-21 NeilBrownGrow: just pass delta_disks instead of all of 'info'.
2013-05-21 NeilBrownGrow: split out code for setting new_data_offset
2013-05-21 NeilBrownGrow: replace '1' with 'INVALID_SECTORS' where appropriate.
2013-05-16 NeilBrownAdd --dump / --restore functionality.
2013-05-16 NeilBrownintel,ddf: don't require partitions when ignore_hw_comp...
2013-05-15 NeilBrownCreate: over-ride "start_ro" setting when creating...
2013-05-15 NeilBrownSuppress error messages from systemctl.
2013-05-15 NeilBrownman pages: remove references to raidtools.
2013-05-15 NeilBrowncreate_mddev: add support for /dev/md_XXX non-numeric...
2013-05-14 NeilBrownIncremental: remove partitions when assembling.
2013-05-13 NeilBrownCreate: fix bug with --data-offset.
2013-05-13 NeilBrownAdd some built files to .gitignore.
2013-05-13 NeilBrownAlways test return value of posix_memalign.
2013-05-13 NeilBrownmdassemble - fix new compile-time problems.
2013-05-13 NeilBrownDetail: report on inactive arrays.
2013-05-13 NeilBrownDetail: fix --brief --verbose
2013-05-13 NeilBrownRemove open-coded use_udev().
2013-05-13 NeilBrownmisc_scan: don't trust the mapping file too much for...
2013-05-13 NeilBrownIncrmental: tell udevs to unmount when array looks...
2013-05-13 NeilBrownmdadm.conf.5: document the use of quotation characters...
2013-05-13 NeilBrownManage: support --fail set-X and --remove set-X
2013-05-01 NeilBrownWait: also wait if an action is about to start.
2013-04-30 NeilBrowntests: zero devices before --adding them.
2013-04-25 Jes Sorensenmdmon: Add missing option documentation to --help output
2013-04-24 mwilck@arcor.deDDF: fix bug in compare_super_ddf
2013-04-23 mwilck@arcor.detests/10ddf-create: omit log output check
2013-04-23 mwilck@arcor.demonitor: treat unreadable array_state as clean
2013-04-23 mwilck@arcor.demonitor: read_and_act: handle race conditions for resyn...
2013-04-23 mwilck@arcor.demonitor: don't call pselect() on deleted sysfs files
2013-04-23 mwilck@arcor.deDDF: add code to debug state changes
2013-04-23 mwilck@arcor.deDDF: brief_detail_super_ddf: print correct UUID for...
2013-04-23 mwilck@arcor.deDDF: __write_init_super_ddf: just use seq number of...
2013-04-23 mwilck@arcor.deDDF: __write_ddf_structure: Fix wrong reference to...
2013-04-22 NeilBrownManage_runstop: call flush_mdmon if O_EXCL fails on...
2013-04-22 Przemyslaw... imsm: monitor: do not finish migration if there are...
next