]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2008-10-29  NeilBrownFix --incremental assembly of partitions arrays.
2008-10-29  Doug LedfordFix NULL pointer oops
2008-10-29  Doug LedfordFix bad metadata formatting
2008-10-25  NeilBrownAllow WRITEMOSTLY to be cleared on --readd using -...
2008-10-17  NeilBrownRemove .UR .UE macros from man page because the don...
2008-10-15  NeilBrownGrow: Fix linear-growth when devices are not all the...
2008-10-13  NeilBrownImprove reporting of layout for raid10.
2008-10-13  NeilBrownManage: allow adding device that is just large enough...
2008-08-01  NeilBrownCosmetic cleanup of some messages.
2008-07-24  Doug LedfordClean up usage of open()
2008-07-24  Doug LedfordAdd support for distribution specific build extensions
2008-07-08  Neil BrownFix confusing usage in md.4 man page.
2008-07-07  Neil BrownDescribe the HOMEHOST entry in the mdadm.conf man page.
2008-06-27  Neil BrownSome more cleanup of tests.
2008-06-27  Neil BrownAdd test for stoping and restarting a raid5 reshape.
2008-06-25  Neil BrownAdd "bitmap=" to "--detail --brief" output when relevant.
2008-06-25  Neil BrownImprove error message when mdadm fails to stop an array.
2008-06-25  Neil BrownCouple more man page fixes
2008-06-25  Pascal CharestAdd text to man pages suggesting partition type to...
2008-06-25  Neil BrownItalic/bold fixes in man pages.
2008-06-19  Chris WebbFix bug in forced assemble.
2008-06-19  Neil BrownFix an error when assembling arrays that are in the...
2008-06-06  Neil BrownRelease 2.6.7 mdadm-2.6.7
2008-05-27  Neil BrownAvoid NULL reference calling free_super and elsewhere.
2008-05-27  Neil BrownRemove stray semicolon
2008-05-20  Neil BrownFix autoassemble for stack arrays.
2008-05-19  Neil BrownRelease 2.6.6 mdadm-2.6.6
2008-05-19  David GreavesRemove outdated HOWTO link and credit Jakob's contribution.
2008-05-19  Neil BrownInclude sysfs.c in mdassemble.auto
2008-05-19  Neil Brown"make everything" now also makes mdassemble.auto
2008-05-15  Neil BrownRelease 2.6.5 mdadm-2.6.5
2008-05-15  Neil BrownGet Changelog uptodate
2008-05-15  Neil BrownCompiple fixes for mdassemble and diet-libc
2008-05-15  Neil BrownDon't try the auto-detect test when md_mod is a module
2008-05-15  Neil BrownFix support for --update=swapsuper
2008-05-15  Neil BrownRecent change broken handling of metadata-less arrays.
2008-05-15  Neil BrownFix possible NULL dereference in super_by_fd
2008-05-15  Neil BrownAvoid possible null dereference in Assemble.
2008-05-12  Hans LambermontSet LOG_PID for syslog
2008-05-06  Kay Sieversadd --export option to --examine
2008-05-05  Neil BrownMake device-special files for partitions when using...
2008-05-05  Dan Williamslet '-a' be specified for Incremental mode
2008-05-05  Neil BrownUnify code into find_free_devnum.
2008-05-05  Dan Williamsfix load_super/free_super mismatch in util.c
2008-05-05  Bill NottinghamSimplistig locking for --incremental.
2008-05-05  Bill NottinghamCreate /dev/md if needed and it doesn't exist.
2008-05-05  Neil BrownFix RAID acronym in man page.
2008-04-29  Neil BrownAdd a .gitignore file.
2008-04-29  Neil BrownUse .\" instead of '''
2008-04-29  Neil Browndiff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.c
2008-04-29  Neil BrownFix possible bug with bitmap space allocation with...
2008-04-28  Neil BrownSmall improvements to --incremental for arrays that...
2008-04-28  Neil BrownAllow creation of a RAID6 with a single missing device.
2008-04-28  Neil BrownUpdates some URLs in the man page.
2008-04-28  Neil BrownPrint 'Events' more sensibly.
2008-04-28  Neil BrownFix problems with array.size overflowing on large arrays.
2008-04-28  Neil BrownFix for segfault when reading /proc/mdstat
2007-12-14  Neil BrownUse sysfs info for metadata version info in Detail...
2007-12-14  Neil BrownReplace sysarray with mdinfo
2007-12-14  Neil BrownUse 'mdinfo' instead of special 'sysdev' structure.
2007-12-14  Neil BrownSome tidy up of 'devices' in assemble.
2007-12-14  Neil BrownDon't record oldmajor/oldminor any more during assemble.
2007-12-14  Neil BrownFind super from fd on an array.
2007-12-14  Neil BrownDrop the superblock arg from all metadata methods.
2007-12-14  Neil BrownFix compare_super to take supertype instead of a superb...
2007-12-14  Neil BrownAdd 'supertype' arg to almost all metadata methods.
2007-12-14  Neil BrownAllow metadata handlers to free their own superblock.
2007-12-14  Neil BrownMake sure sysfs_read never succeeds for a non-MD device.
2007-12-14  Neil BrownRemove spaces/tabs from ends of lines.
2007-11-29  Neil BrownA recent patch broke --create --level=faulty - fix it.
2007-11-12  Neil BrownAdd metadata version information to "--detail --brief...
2007-10-19  Neil BrownRelease 2.6.4 mdadm-2.6.4
2007-10-19  Neil BrownRemove partitions from a device before adding it to...
2007-10-17  Neil BrownAdd some extra consistency checks based on level.
2007-10-17  Neil BrownClarify the avail/used devices sizes with version1...
2007-10-17  Neil BrownMake sure --auto=mdp is honoured properly
2007-10-16  Neil BrownFix restarting of a reshaping array.
2007-10-01  Jérémy BobbioAlso use &tst instead of st later on when loading v1...
2007-09-30  martin f. krafftFix segfault on assembly on amd64 with v1 superblocks
2007-09-27  maximilian... Monitor.c s/MAXINT/INT_MAX/g
2007-09-27  maximilian... mdopen.c don't shadow major() and minor()
2007-09-27  maximilian... Monitor.c include signal.h directly
2007-09-24  Neil BrownAdd ANNOUNCE-2.6.1 to git
2007-09-24  Neil BrownDon't corrupt 'supertype' when speculatively calling...
2007-09-24  maximilian... config.c include dirent.h instead sys/dir.h
2007-09-24  maximilian... Create.c s/major/major_num/
2007-09-24  maximilian... Add klibc support to mdadm.h
2007-09-24  Neil BrownMake "--write-mostly" effective when re-adding a device...
2007-09-11  Iustin PopExplain the read-balancing algorithm for RAID1 better...
2007-08-20  Neil BrownRelease 2.6.3 mdadm-2.6.3
2007-08-20  Neil BrownUpdate changelog
2007-08-20  Neil BrownReport error when grow cannot be restarted.
2007-08-20  Neil BrownFix error message when adding a device that is too...
2007-08-20  Neil BrownFix problem with add a device to a 1.x array created...
2007-07-23  Neil BrownReject '--bitmap none' for build and create.
2007-07-23  Tim Woods"--export" segfaults with non-persistent super blocks
2007-07-22  Neil BrownIn the MISC MODE section in mdadm(8), the names of...
2007-07-13  Scott WeikartSubstantial corrections to man pages.
2007-07-10  Neil BrownTypo in man page: Multipath has an L ...
2007-07-09  Ian DallAllow "--write-behind=" to be done in grow mode.
next