]> git.ipfire.org Git - thirdparty/mdadm.git/history - super-ddf.c
sysfs: avoid possible data corruption in sys_load.
[thirdparty/mdadm.git] / super-ddf.c
2008-07-18  Neil BrownMake sure resync_start is initialised properly and...
2008-07-18  Neil Brownddf: endian fixes.
2008-07-12  Neil BrownPass 'verbose' flag to validate_geometry
2008-07-12  Neil BrownUse O_DIRECT for all IO to devices.
2008-07-12  Neil Brownddf: Set container_member from subarray in getinfo_super.
2008-07-12  Neil BrownReduce the number of metadata updates done by ddf.
2008-07-12  Neil BrownRemove some noisy printfs.
2008-07-12  Neil BrownCreate arrays via metadata-update
2008-07-12  Neil BrownRemove the multiple super_switchs for ddf.
2008-07-12  Neil BrownRemove silly convention that major='-1' means 'zero...
2008-07-12  Neil BrownRemove getinfo_super_n and do some other cleaning up.
2008-07-12  Neil BrownExternal metadata shouldn't set array.*_version
2008-07-12  Neil BrownAdd subarray field to supertype.
2008-07-12  Neil BrownHide subordinate superswitch structures.
2008-07-12  Neil BrownRemove 'major' from superswitch.
2008-07-12  Neil BrownAssorted cleanups to DDF
2008-07-12  Neil BrownAlways zero a struct ddf_super on allocation.
2008-07-12  Neil BrownAlways initialise a struct super_type to zero
2008-07-12  Neil BrownFix freeing of updates that have been handled by monitor.
2008-06-19  Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
2008-06-19  Neil BrownMerge branch 'master' into devel-3.0
2008-06-14  Dan Williamsddf: fix up validate_geometry to ignore other containers
2008-06-14  Dan Williamsddf: fix 'ddf' pointer corruption
2008-06-14  Dan Williamsddf: convert size paramter to sectors when calling...
2008-06-12  Neil BrownAdd DDF code for activate_spare
2008-06-12  Neil BrownSome fixes to make failures in ddf get handled properly.
2008-06-12  Neil BrownCorrectly set resync_start when creating an array.
2008-06-12  Neil BrownDDF: Update array state and disk state properly when...
2008-06-12  Neil Brownsuper method for updating ddf metadata.
2008-06-12  Neil BrownAllow passing metadata update to the monitor.
2008-06-12  Neil BrownStore and recover spare_assign info in DDF.
2008-06-12  Neil BrownAdd mppe and conf_rec_len to struct super_ddf
2008-05-26  Neil BrownFix some stuff.
2008-05-26  Neil BrownParse the 'instance' part of external:/mdXX/INST in...
2008-05-26  Neil BrownDiscard st->container_member
2008-05-26  Neil BrownRemove st->text_version in favour of info->text_version
2008-05-26  Neil BrownChange mark_clean to set_array_state.
2008-05-26  Neil BrownStart mdmon during incremental assembly of container
2008-05-26  Neil Brownallow --incremental to reuse devices that already exist
2008-05-26  Neil BrownSet status of devices in ddf.
2008-05-26  Neil BrownImplement mark_clean for ddf and remove mark_dirty...
2008-05-15  Neil BrownFix some initialisations...
2008-05-15  Dan Williamshandle disk failures
2008-05-15  Dan Williamskeep member disk fd(s) for updates
2008-05-15  Dan Williamshandle resync completion
2008-05-15  Neil BrownMerge mdmon
2008-05-15  Dan WilliamsSet 'metadata_version' for container_member in Incremen...
2008-05-15  Neil BrownCreate a container member
2008-05-15  Neil BrownCan now mostly assemble DDF arrays
2008-05-15  Neil BrownStart on --assemble support for DDF
2008-05-15  Neil Brownmore ddf stuff
2008-05-15  Dan WilliamsInitial DDF support code.
2007-09-11  Iustin PopExplain the read-balancing algorithm for RAID1 better...
2007-08-20  Neil BrownFix problem with add a device to a 1.x array created...