]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2008-07-26  Dan Williamsimsm: trim some memory wastage
2008-07-25  Dan Williamsimsm: refactor mpb handling into parse and coalesce
2008-07-25  Dan Williamsmdmon: don't fork if DEBUG
2008-07-25  Dan Williamsimsm: use component_size not total array size in contai...
2008-07-25  Dan Williamsimsm: take chunksize into account when calculating...
2008-07-25  Dan Williamssysfs: deprecate sysfs_disk_to_sg
2008-07-25  Dan Williamsimsm: fix store_zero_imsm breakage from posix_memalign...
2008-07-25  Dan Williamsimsm: debug environment variable to use 'device name...
2008-07-25  Dan Williamsimsm: allow --examine to succeed with damaged metadata
2008-07-25  Dan Williamsimsm: handle degraded->normal transitions in set_disk
2008-07-25  Dan Williamsimsm: create array via update to mdmon
2008-07-24  Doug LedfordClean up usage of open()
2008-07-24  Doug LedfordAdd support for distribution specific build extensions
2008-07-22  Jacek Daneckiinstall mdmon to the same location as mdadm
2008-07-22  Dan Williamsimsm: remove some casts
2008-07-21  Dan Williamsimsm: activate_spare: fix handling of data_offset
2008-07-19  Dan WilliamsDocument MDADM_NO_MDMON
2008-07-19  Dan WilliamsDocumentation fixup for stripe_cache_size
2008-07-19  Dan WilliamsDocument preread_bypass_threshold
2008-07-18  NeilBrownmsg: add a timeout to ping_monitor
2008-07-18  NeilBrownmonitor: call get_resync_start on array shutdown.
2008-07-18  NeilBrownManage: sync with mdmon before stopping containers.
2008-07-18  NeilBrownManage: fixed some error message in --stop
2008-07-18  NeilBrownmdmon: fork and run as a daemon.
2008-07-18  NeilBrownsysfs: avoid possible data corruption in sys_load.
2008-07-18  NeilBrownCorrect readlink usage in sysfs.c
2008-07-18  NeilBrownDon't assume that mdmon is in the current directory.
2008-07-18  NeilBrownFactor common code into new "start_mdmon".
2008-07-18  Neil BrownStop managed arrays more carefully.
2008-07-18  NeilBrownmdmon: ping will wait for manage_mon to catch up.
2008-07-18  Neil BrownMake sure resync_start is initialised properly and...
2008-07-18  Neil Brownddf: endian fixes.
2008-07-14  Dan Williamsmdmon: close possibility of re-marking the metadata...
2008-07-14  Dan Williamsmdmon: notify metadata of recovery completion
2008-07-14  Dan Williamsmdmon: initialize component_size in manage_new
2008-07-14  Dan Williamsmdmon: close small window of invalid mon_tid
2008-07-14  Dan Williamsmdadm: add an environment variable to prevent auto...
2008-07-14  Dan Williamsmanagemon: don't treat sysfs_add_disk as boolean function
2008-07-14  Dan Williamsimsm: process update
2008-07-14  Dan Williamsimsm: activate_spare
2008-07-14  Dan Williamsimsm: metadata only supports a global 'data_offset'
2008-07-14  Dan Williamsimsm: fix raid1 creation
2008-07-14  Dan Williamsimsm: fail ->open_new if container_member is out of...
2008-07-14  Dan Williamsimsm: kill obsolete call to fsync() in store_imsm_mpb
2008-07-14  Dan Williamsimsm: fix insufficient mpb buffer allocation
2008-07-14  Dan Williamsimsm: catch posix_memalign allocation failures
2008-07-14  Dan Williamsimsm: remove extra superswitches
2008-07-14  Dan Williamsimsm: fix store_imsm_mpb() alignment for O_DIRECT
2008-07-12  Neil BrownPrint used message in place of "default metadata" message.
2008-07-12  Neil BrownIntroduce devname2devnum
2008-07-12  Neil BrownFix fd comparison in Incremental
2008-07-12  Neil BrownPass 'verbose' flag to validate_geometry
2008-07-12  Neil BrownCorrect unit conversion for component_size and dev...
2008-07-12  Neil BrownUse O_DIRECT for all IO to devices.
2008-07-12  Neil BrownStop all arrays before running each test in regression...
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 BrownImprove shutdown for container-based arrays.
2008-07-12  Neil BrownKeep container device open in monitor
2008-07-12  Neil BrownMake sure we remove pid file in monitor before manager...
2008-07-12  Neil BrownRemove some noisy printfs.
2008-07-12  Neil BrownCreate arrays via metadata-update
2008-07-12  Neil BrownRevise message passing code.
2008-07-12  Neil BrownRemove mgr_pipe for communicating from manage to monitor.
2008-07-12  Neil BrownRemove mon_pipe for communicating from monitor to manager
2008-07-12  Neil BrownHandle device removal from container
2008-07-12  Neil BrownFix kernel patch
2008-07-12  Neil BrownMake super super0.c function static.
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 BrownAdd some comments to explain some of the bits of supers...
2008-07-12  Neil BrownHide subordinate superswitch structures.
2008-07-12  Neil BrownRemove 'major' from superswitch.
2008-07-12  Neil BrownUse text_version in map_file rather than major.minor.
2008-07-12  Neil BrownAssorted cleanups to DDF
2008-07-12  Neil BrownFix write_init_super usage when hot-adding a spare
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-07-10  Neil BrownAlways assume_clean for raid0, linear, multipath, faulty
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-20  Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
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-19  Chris WebbFix bug in forced assemble.
2008-06-19  Neil BrownFix an error when assembling arrays that are in the...
2008-06-16  Dan Williamsmdmon: add debug print statements for profiling mdmon
2008-06-16  Dan Williamsimsm: set map state depending on sync state
2008-06-16  Dan Williamsimsm: reenable mdmon
next