]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
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-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...
2008-05-15  Neil BrownMerge mdmon
2008-05-15  Dan Williamshandle Manage_subdevs() for 'external' arrays
2008-05-15  Dan Williamsset resync_start in Incremental_container
2008-05-15  Dan Williamsimsm: create support
2008-05-15  Dan Williamsimsm: assemble raid devices
2008-05-15  Dan WilliamsSet 'metadata_version' for container_member in Incremen...
2008-05-15  Dan Williamsimsm: assemble container support
2008-05-15  Dan Williamsimsm: initial Intel(R) Matrix Storage Manager support
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  Neil Brownmore ddf stuff
2008-05-15  Dan WilliamsInitial DDF support code.
2008-05-15  Neil BrownSome support for external metadata.
2008-05-15  Neil BrownChange write_init_super to be called only once.
2008-05-15  Neil BrownAdd crc32 files.
2008-05-15  Neil BrownAdd cpu_to_be convertions functions.
2008-05-15  Neil BrownReduce openning of dev in create.
2008-05-15  Neil BrownAdd 'container' level and ->validate_geometry method.
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()
next