]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2012-10-04  NeilBrownAllow parse_size to return 0.
2012-10-04  NeilBrownHandles spaces in array names better.
2012-10-04  Maciej Naruszewiczimsm: Allow to specify controller for --detail-platform.
2012-10-03  Jes SorensenAdd zlib license to crc32.c
2012-10-03  NeilBrownsuper1: ensure bitmap doesn't overlap bad block log.
2012-10-03  NeilBrownAllow --update to add or remove space for a bad block...
2012-10-03  NeilBrownBad block log
2012-10-03  NeilBrownGrow: make warning about old metadata more explicit.
2012-10-03  NeilBrownGrow - be careful about 'delayed' reshapes.
2012-10-03  NeilBrownUse --offroot flag when assembling md arrays via -...
2012-10-03  NeilBrownDetail/raid10: don't report 'set' names for 'far' and...
2012-10-03  NeilBrownFix 'enough' function for RAID10.
2012-10-03  NeilBrownReplace sha1.h with slightly older version.
2012-10-02  Maciej NaruszewiczAdd MD_ARRAY_SIZE for --examine --export
2012-10-02  Maciej NaruszewiczDisplay size with human_size_brief with a chosen prefix
2012-10-02  Maciej NaruszewiczSynchronize size calculation in human_size and human_si...
2012-10-02  Maciej NaruszewiczFix return code for --detail-platform
2012-10-02  Maciej Naruszewiczimsm: Add --export option for --detail-platform
2012-09-24  NeilBrownManage: fix checks for removal from a container.
2012-09-20  Lukasz Doraufix: imsm: do not accept too small sizes
2012-09-20  Lukasz Doraufix: adjust parse_size() to the unsigned size variable
2012-09-20  Lukasz Doraufix: imsm: re-enable size expansion to the max value
2012-09-20  NeilBrowngrow: fix typo : MAX_DISKS -> MAX_SIZE
2012-09-20  Lukasz Doraufix segfaults in Detail()
2012-09-10  Robert Buchholzraid6check: Auto-repair mode
2012-09-10  Robert Buchholzraid6check: Extract (un)locking into functions
2012-09-10  Robert Buchholzraid6check: Repair mode used geo_map incorrectly
2012-09-10  Robert Buchholzraid6check: Fix off-by-one in argument check
2012-09-10  Robert BuchholzMove xmalloc et al into their own file
2012-08-20  NeilBrownmapfile: fix mapfile rebuild for containers
2012-08-20  NeilBrownfind_free_devnum: avoid auto-using names in /etc/mdadm...
2012-08-20  NeilBrownmdmon: allow --takeover when original was started with...
2012-08-20  NeilBrownmdmon: fix arg processing for -a
2012-08-15  NeilBrownddf: hack to fix container recognition.
2012-08-14  NeilBrownddf: allow a non-spare to be used to recovery a missing...
2012-08-14  NeilBrownddf: fix multiple white-space issues.
2012-08-14  NeilBrownManage: zero metadata before adding to 'external' array.
2012-08-13  Lukasz DorauManage.c: fix make everything compilation error
2012-08-13  Lukasz Dorausha1.h: remove ansidecl.h header inclusion
2012-08-13  Samuli Suominenquery udev dir via pkg-config
2012-08-12  Mike Frysingermdassemble: split dietlibc logic into dedicated target
2012-08-12  Mike Frysingerfix handling of CPPFLAGS
2012-08-12  Lukasz DorauGrow.c: change size to be unsigned and use '0' in case...
2012-08-12  Harald Hoyerudev-rules: prevent systemd from mount devices before...
2012-08-12  Jes Sorensen07reshape5intr: Set speed_limit_min to be able to reduc...
2012-08-12  NeilBrownMinor cosmetic fixes in various files.
2012-08-12  NeilBrowntests/03r5assemV1: reduce sync speed further.
2012-08-12  NeilBrownManage_subdevs: factor out Manage_delete
2012-08-12  NeilBrownManage_subdevs: split most of 'add' handling into Manag...
2012-08-12  NeilBrownManage: split out attempt_re_add.
2012-08-12  NeilBrownManage_subdev: give 'st' a better name and narrower...
2012-08-12  NeilBrownManage: minor cosmetic fixes.
2012-08-12  NeilBrownFix default size calculations that were recently broken.
2012-07-09  Robert BuchholzRepair mode for raid6
2012-07-09  Robert BuchholzMake test a bash script (as it is)
2012-07-09  Robert BuchholzExtract function to generate zeroes and expose xor...
2012-07-09  NeilBrownManage: simplify device searches in Manage_subdevs
2012-07-09  NeilBrownUse new struct context and struct shape for Grow_addbitmap
2012-07-09  NeilBrownUse new struct context and struct shape in Grow_reshape
2012-07-09  NeilBrownUse new 'struct shape' to pass args to Create
2012-07-09  NeilBrownUse new 'struct shape' to pass args to Build
2012-07-09  NeilBrownFix --build on 2.2 kernels :-)
2012-07-09  NeilBrownCreate new 'struct shape' to pass around array details.
2012-07-09  NeilBrownCreate: Remove unnecessary cast from 'size'.
2012-07-09  NeilBrownchange array_size to be unsigned and use the new MAX_SIZE
2012-07-09  NeilBrownChange the values for "max size" from -1 to 1.
2012-07-09  NeilBrownAssemble: don't leak memory with fdlist.
2012-07-09  NeilBrownChange Incremental and related functions to take struct...
2012-07-09  NeilBrownChange Monitor to take a struct context
2012-07-09  NeilBrownChange Detail and misc_scan to take a struct context
2012-07-09  NeilBrownChange name of 'c' variable in Detail
2012-07-09  NeilBrownchange Examine to take a struct context
2012-07-09  NeilBrownExamine: split 'verbose' out from 'brief'.
2012-07-09  NeilBrownChange Create to take a struct context
2012-07-09  NeilBrownChange Build to take a struct context
2012-07-09  NeilBrownChange misc_list to take struct context
2012-07-09  NeilBrownConvert Assemble() to take a context rather than a...
2012-07-09  NeilBrownDiscard 'quiet' context variable.
2012-07-09  NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09  NeilBrownCreate 'struct context' for ad hoc context option.
2012-07-09  NeilBrownCreate parse_num() function.
2012-07-09  NeilBrownCreate: support --readonly flag.
2012-07-09  NeilBrownAssemble: allow arrays to be assembled read-only.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownRemove re_add flag in favour of new disposition.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-07-09  NeilBrownHelp: use an array to choose which help matches which...
2012-07-09  NeilBrownmain: extract more functions.
2012-07-09  NeilBrownmain: split scan_assemble into a separate function
2012-07-09  NeilBrownmdadm.c: various minor clean-ups
2012-07-09  NeilBrownUse explicit non-char opt for --zero-super
2012-07-09  NeilBrownReadMe: various updates and corrections.
2012-07-09  NeilBrownmdmon: fix arg parsing.
2012-06-04  NeilBrownMonitor: fix reporting for Fail vs FailSpare etc.
2012-06-04  NeilBrownMonitor: Report NewArray when an array the disappeared...
2012-06-04  NeilBrownMonitor: fix inconsistencies in values for ->percent
2012-06-03  NeilBrownMonitor: Allow correct monitoring of more member devices.
2012-05-30  NeilBrownDetail: show which 'set' each device in a RAID10 belongs to
2012-05-30  Jes SorensenNew tests testing removal of internal bitmaps
2012-05-30  Jes SorensenNew tests testing the addition of bitmaps
next