]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2010-07-28  NeilBrownSome fixes to the mapfile code.
2010-07-28  NeilBrownUpdate man page info about files used by mdmon
2010-07-28  NeilBrownSwitch from /lib/init/rw to /dev for early-boot files.
2010-07-28  NeilBrownBugfix: mapfile locking is broken/racy
2010-07-22  Doug LedfordAdd warnings if we ever fail to get a lock on the mapfile.
2010-07-22  Doug LedfordBugfix: don't issue a read larger than the buffer to...
2010-07-22  Doug Ledfordudev rules: add watch option
2010-07-22  Doug LedfordTwo Minor bug fixes to incremental support
2010-07-22  Doug LedfordFix all the confusion over directories once and for...
2010-07-22  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-22  NeilBrownDon't report Used Dev Size for RAID0.
2010-07-22  NeilBrownCast to long long before left-shifting too much.
2010-07-19  Dan WilliamsIncremental: restore assembly for inactive containers...
2010-07-07  NeilBrownsuper-0.90: don't write bitmap larger than 60K
2010-07-07  NeilBrownImprove --re-add documentation
2010-07-06  Dan Williamsimsm: fix a -O2 build warning
2010-07-06  Dan Williamsmdmon: satisfy glibc tls abi requirements with pthreads
2010-07-06  Marcin LabunFix the count of member devices in mdstat_read function.
2010-07-06  Przemyslaw... fix: IncrementalRemove leaves open handle
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06  NeilBrownAdd --test option to --re-add and similar
2010-07-06  NeilBrownAdd support for "--re-add missing"
2010-07-06  NeilBrownDon't let incremental add devices to active arrays.
2010-07-06  NeilBrownAssemble: Fix honouring of 'auto' config line
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02  Dan WilliamsMerge branch 'subarray' into for-neil
2010-07-02  Dan Williamsmdmon: prevent allocations due to late binding
2010-06-30  NeilBrownAvoid skipping devices where removing all faulty/detach...
2010-06-30  NeilBrownUpdate udev rules for hotplug support.
2010-06-30  NeilBrownAdd -fail support to --incremental
2010-06-30  NeilBrownSupport fail/remove using kernel name
2010-06-30  NeilBrownAdd mdstat_by_component
2010-06-30  NeilBrownCorrect documentation for --rebuild-map
2010-06-29  Jeff DeFouwFix parsing of inactive arrays in /proc/mdstat
2010-06-22  Dan WilliamsRename subarray v2
2010-06-17  NeilBrownCreate: fix typo in RAID10 default layout message.
2010-06-17  Dan WilliamsAlways assume SKIP_GONE_DEVS behaviour and kill the...
2010-06-16  Dan WilliamsRemove 'checkpointing' side effect of --wait-clean
2010-06-16  Dan Williamsmdmon: record sync_completed directly to the metadata
2010-06-16  Dan Williamsimsm: dump each disk's view of the slot state
2010-06-16  Dave Jiangcreate: Check with OROM limit before setting default...
2010-06-16  Dan WilliamsKill subarray v2
2010-06-04  NeilBrownmdadm.conf: fix AUTO typo
2010-05-31  NeilBrownFix man page reference to --level changes with --grow.
2010-05-31  martin f. krafftCompile-time switch to enable 0.9 metadata as default
2010-05-31  NeilBrownRevert change to handling of -empty-string- metadata.
2010-05-31  NeilBrownMerge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4...
2010-05-26  Dan Williamsimsm: robustify recovery-start detection
2010-05-26  Dan WilliamsRevert "Incremental: honor --no-degraded to delay assembly"
2010-05-26  Dan WilliamsIncremental: honor an 'enough' flag from external handlers
2010-05-18  NeilBrownMonitor: don't report the disappearance of a faulty...
2010-05-18  NeilBrownGrow: move error message closer to error cause.
2010-05-17  Przemyslaw... fix: memory leak in mdmon_pid()
2010-05-15  Dan Williamsmdmon: periodically checkpoint recovery
2010-04-29  Dan Williamsmdmon: fix missing open of md/<dev>/recovery_start
2010-04-29  NeilBrownGrow: avoid overflow of chunk sizes.
2010-04-29  NeilBrownIMSM/DDF: don't recognised these metadata on partitions.
2010-04-19  Dan WilliamsCreate: cleanup after failed create in duplicated array...
2010-04-15  Dan WilliamsFixup default definitions of VAR_RUN and ALT_RUN
2010-04-06  Doug Ledfordpowerpc compile fix
2010-04-06  NeilBrownDon't attempt to create or read bitmaps where the metad...
2010-04-06  NeilBrownMerge branch 'HEAD'; commit 'a4b93c9ce4f15217afb8'
2010-04-06  NeilBrownAdd ANNOUNCE-3.1.2 mdadm-3.1.2a
2010-03-23  Doug LedfordOnly signal a udev change event if we actually write...
2010-03-23  Doug Ledfordmapfile: if we putting the mapfile in a custom location...
2010-03-23  Doug LedfordCreate directory to contain mapfile (Assuming parent...
2010-03-23  NeilBrown(no commit message)
2010-03-10  NeilBrownRelease mdadm-3.1.2 mdadm-3.1.2
2010-03-10  NeilBrowntests: adjust sizes for new defaults
2010-03-10  NeilBrownddf/intel: zero out old metadata before creating a...
2010-03-10  NeilBrownGrow: fix recent breakage - lseek return status.
2010-03-10  NeilBrownAssemble: fix some recently introduced bugs.
2010-03-09  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-03-09  NeilBrownStop: done stop a container which still have members...
2010-03-09  NeilBrownMake sure reshape_active is cleared by getinfo_super
2010-03-09  NeilBrownmdmon.8: minor manpage update
2010-03-09  NeilBrownmdadm.8: improve hosthost documentation
2010-03-09  NeilBrownGrow: fix problem with validating chunk size
2010-03-08  NeilBrownImprove partition table code.
2010-03-08  Ryo Fujitamdadm.8: correct typo: pairty
2010-03-03  Dan Williamsimsm: kill ->creating_imsm flag
2010-03-03  Dan WilliamsRevert "Make the IMSM_DEVNAME_AS_SERIAL option work...
2010-03-03  NeilBrownsuper1: encourage data alignment on 1Meg boundary
2010-03-03  NeilBrownconfig: add 'homehost' option to 'AUTO' line.
2010-03-03  NeilBrownManage: fix regression on removing detached devices.
2010-03-03  Luca Berraallow redefinition of VAR_RUN
2010-03-03  NeilBrownmdmon: Check both RUN directories to find running mdmon
2010-03-03  Luca Berramdmon: check select a writable pid_dir
2010-03-03  Luca Berrafix mdmon takeover
2010-03-03  Luca Berrafix mdmon option parsing
2010-03-02  NeilBrownAdd _FORTIFY_SOURCE to mdadm.O2 build.
2010-03-02  NeilBrownFix warning about unused variable.
2010-03-02  NeilBrownfix gcc warnings about strict-aliasing rules
2010-02-24  NeilBrownAssemble: clean up properly if we cannot add the bitmap...
2010-02-24  NeilBrownCreate: change default metadata type to 1.2
2010-02-24  NeilBrownGrow: be more relaxed about timestamp mismatches on...
2010-02-24  NeilBrownAssemble: check inargv before complaining about stray...
2010-02-24  NeilBrownsuper1: put bitmap on a 4K boundary when possible.
2010-02-24  NeilBrownAssemble: Handle assembling from config file which...
2010-02-08  NeilBrownmdmon: Document startup/shutdown requirements in man...
next