]> git.neil.brown.name Git - mdadm.git/shortlog
mdadm.git
2011-03-23 NeilBrownRelease mdadm-3.1.5 mdadm-3.1.5
2011-03-23 NeilBrownIncr: don't exclude 'active' devices from auto inclusio...
2011-03-23 NeilBrown--stop: separate 'is busy' test for 'did it stop properly'.
2011-03-23 NeilBrownMonitor: handle v.quick removal of devices better.
2011-03-23 NeilBrownddf: fix up detection of failed/missing devices.
2011-03-23 Piergiorgio... restripe: allow test code to have an offset on each...
2011-03-23 NeilBrownAssemble: improve efficacy of -Af in assembling degrade...
2011-03-15 NeilBrownmdadm.man: added encouragement to shrink filesystem...
2011-03-15 NeilBrownddf: implement remove_from_super
2011-03-15 Labun, MarcinIMSM: Fix problem in mdmon monitor of using removed...
2011-03-15 NeilBrownDDF Allow a RAID1 to be 'partially optimal'.
2011-03-15 NeilBrownddf: remove failed devices that are no longer in use.
2011-03-15 NeilBrownddf: set Rebuilding flag when adding devices to a degra...
2011-03-15 NeilBrownddf: use correct loop variable in activate_spare
2011-03-15 NeilBrownddf: Don't consider 'dl' entries with state_fd < 0
2011-03-15 NeilBrownmanagemon: Don't do spare assignment while any updates...
2011-03-15 NeilBrownManage/external: for external metadata, add_to_super...
2011-03-14 NeilBrownddf: set vcnum correctly when creating a new virtual...
2011-03-14 NeilBrownddf: teach set_disk to cope with new or changed devices.
2011-03-14 NeilBrownddf: free_super should be add_list as well.
2011-03-14 NeilBrownddf: minor activate_super fixes.
2011-03-14 NeilBrownmonitor: close recovery_fd when closing state_Fd
2011-03-10 NeilBrownddf: Failed should suppress Online and others.
2011-03-10 NeilBrownManage: be more careful about --add attempts.
2011-03-10 NeilBrownddf: remove duplicate container_member setting.
2011-03-10 NeilBrownFix warning about host-endian bitmaps.
2011-03-10 NeilBrownGrow: give useful message when adding bitmap gives...
2011-03-10 NeilBrownAssemble: add --update=no-bitmap
2011-03-10 NeilBrownAssemble: call remove_partitions later.
2011-03-10 NeilBrownmdmon: don't copy an invalid chunk_size
2011-03-10 NeilBrownddf: fail creation of new subarray with same name as...
2011-03-10 NeilBrownCreate: report failure if array cannot be started.
2011-03-10 NeilBrownGrow: disallow placing backup file on array being reshaped.
2011-03-10 NeilBrownCreate/grow: improve checks on number of devices.
2011-03-10 NeilBrownerror check reading of 'degraded' from sysfs.
2011-03-10 Krzysztof WojcikFIX: Reset disk state if disk is missing
2011-03-10 NeilBrownopen_mddev: open RDONLY if RDWR doesn't work.
2011-03-10 NeilBrownInitialise all of file when opening backup file for...
2011-03-10 NeilBrownmdadm.man add encouragement to shrink filesystem before...
2011-03-10 NeilBrownDetail: report subarrays of a container properly.
2011-03-10 NeilBrowndev_open should always open read-only.
2011-03-02 NeilBrownddf: exclude failed devices from container_content
2011-03-02 NeilBrownmdadm.man: remove duplicate documentation for --array...
2011-02-27 Albert PauwFIX: ReadMe.c -Y option missing in short_options
2011-02-21 NeilBrownTeach --assemble --force to handle reshapes a little...
2011-02-14 NeilBrownFix regression with removing 'failed' and 'detached...
2011-02-14 Dan Williamsfix extended partition detection
2010-12-13 Luca Berrasegfault in imsm create with wrong arguments
2010-11-03 John Robinsonmdadm.8: man page improvements concerning reshape and...
2010-09-16 NeilBrownFix byte-order conversion in update_super1("assemble")
2010-09-03 NeilBrownFix compile error on non-x86 systems.
2010-08-31 NeilBrownRelease mdadm-3.1.4 mdadm-3.1.4
2010-08-31 NeilBrownFix spare migration.
2010-08-31 NeilBrownDon't remove md devices with standard names.
2010-08-29 NeilBrownAllow dev_open to work on read-only /dev
2010-08-12 NeilBrownAllow --incremental to add spares to an array.
2010-08-12 Dan WilliamsIncremental: accept '--no-degraded' as a deprecated...
2010-08-10 Dan WilliamsIncremental: return success in 'container not enough...
2010-08-06 NeilBrownDon't link mdadm with pthreads
2010-08-06 NeilBrownFix compiler warning concering bad use of snprintf.
2010-08-06 NeilBrownRelease mdadm-3.1.3 mdadm-3.1.3
2010-08-06 NeilBrownmapfile: just have one place to store the mapfile
2010-08-06 NeilBrownGrow: use raid_disks, not nr_disks
2010-08-05 NeilBrownFix writing of second backup superblock during grow
2010-08-05 NeilBrownudevadm settle in autodetect test
2010-08-05 NeilBrownCompile with -Wextra by default
2010-08-05 NeilBrownDetail: clean up handing of the 'info' we load from...
2010-08-05 NeilBrownFix test for imsm prodigal member scenario
2010-07-29 NeilBrownFix tests/layouts
2010-07-29 NeilBrownFix restarting of reshaping arrays.
2010-07-29 NeilBrownRestore assembling of ddf containers.
2010-07-29 NeilBrownFix use of rv in Grow_reshape
2010-07-28 NeilBrownSome fixes to the mapfile code.
2010-07-28 NeilBrownUpdate man page info about files used by mdmon
2010-07-28 NeilBrownSwitch from /lib/init/rw to /dev for early-boot files.
2010-07-28 NeilBrownBugfix: mapfile locking is broken/racy
2010-07-22 Doug LedfordAdd warnings if we ever fail to get a lock on the mapfile.
2010-07-22 Doug LedfordBugfix: don't issue a read larger than the buffer to...
2010-07-22 Doug Ledfordudev rules: add watch option
2010-07-22 Doug LedfordTwo Minor bug fixes to incremental support
2010-07-22 Doug LedfordFix all the confusion over directories once and for...
2010-07-22 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-22 NeilBrownDon't report Used Dev Size for RAID0.
2010-07-22 NeilBrownCast to long long before left-shifting too much.
2010-07-19 Dan WilliamsIncremental: restore assembly for inactive containers...
2010-07-07 NeilBrownsuper-0.90: don't write bitmap larger than 60K
2010-07-07 NeilBrownImprove --re-add documentation
2010-07-06 Dan Williamsimsm: fix a -O2 build warning
2010-07-06 Dan Williamsmdmon: satisfy glibc tls abi requirements with pthreads
2010-07-06 Marcin LabunFix the count of member devices in mdstat_read function.
2010-07-06 Przemyslaw... fix: IncrementalRemove leaves open handle
2010-07-06 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06 NeilBrownAdd --test option to --re-add and similar
2010-07-06 NeilBrownAdd support for "--re-add missing"
2010-07-06 NeilBrownDon't let incremental add devices to active arrays.
2010-07-06 NeilBrownAssemble: Fix honouring of 'auto' config line
2010-07-02 Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02 Dan WilliamsMerge branch 'subarray' into for-neil
2010-07-02 Dan Williamsmdmon: prevent allocations due to late binding
2010-06-30 NeilBrownAvoid skipping devices where removing all faulty/detach...
next