]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
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-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
2008-06-16  Dan Williamsimsm: write anchor last
2008-06-16  Dan Williamsimsm: implement store_zero_imsm and init_zero_imsm
2008-06-16  Dan Williamsimsm: ->getinfo_super set raid_disk to disk.number
2008-06-16  Dan Williamsimsm: add 'Create' support
2008-06-14  Dan Williamsimsm: 'volume' is the proper name for imsm container...
2008-06-14  Dan Williamsimsm: ->container_dev needs to be set in load_super_ims...
2008-06-14  Dan Williamsimsm: add 'mpb_size' to --examine output
2008-06-14  Dan Williamssysfs: helper routine to retrieve the scsi id
2008-06-14  Dan Williamssysfs: provide a helper function for locating scsi_gene...
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 BrownA kernel patch needed to add a spare to an active exter... devel
2008-06-12  Neil BrownAdd DDF code for activate_spare
2008-06-12  Neil BrownSupport adding a spare to a degraded array.
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-06-12  Neil BrownDon't ignore errors in sysfs_add_disk.
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-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 BrownDiscard get_sync_pos. We should be using get_resync_start.
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 Brownauto-start mdmon on --create
2008-05-26  Neil BrownExit when there are no more arrays to manage.
2008-05-26  Neil BrownRemove supertype->devfd
2008-05-26  Neil BrownRemove stopped arrays.
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-26  Neil BrownInitialise newly allocated active_array better.
2008-05-26  Neil BrownDiscard 'array_list' in mdmon
2008-05-26  Neil Brown'errno' is a positive number, not negative.
2008-05-26  Neil BrownRemember to close directories when we are finished...
2008-05-26  Neil BrownAlway use a unique file name for opendev
2008-05-26  Neil BrownRemove 'fd' arg from sysfs_add_disk
2008-05-26  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 BrownFix some initialisations...
2008-05-15  Dan Williamsclose some memory leaks
2008-05-15  Dan Williamsadd infrastructure to receive higher order commands...
2008-05-15  Dan Williamsstart fleshing out socket code, ping monitor to see...
2008-05-15  Dan Williamswhen failures happen they should be propagated to all...
2008-05-15  Dan Williamshandle disk failures
2008-05-15  Dan Williamsimsm: update metadata for dirty -> clean or resync...
2008-05-15  Dan Williamskeep member disk fd(s) for updates
2008-05-15  Dan WilliamsFlag arrays for deletion after they have been stopped.
2008-05-15  Dan Williamshandle resync completion
2008-05-15  Neil BrownAdd mdmon functions to super-intel.
2008-05-15  Dan Williamsstart resync when transitioning from initial readonly...
next