]> git.ipfire.org Git - thirdparty/mdadm.git/history - mdmon.c
Add gpt pseudo-metadata
[thirdparty/mdadm.git] / mdmon.c
2010-08-05  NeilBrownCompile with -Wextra by default
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-06  Dan Williamsmdmon: satisfy glibc tls abi requirements with pthreads
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-02  Dan WilliamsMerge branch 'fixes' into for-neil
2010-07-02  Dan WilliamsMerge branch 'subarray' into for-neil
2010-06-17  Dan WilliamsAlways assume SKIP_GONE_DEVS behaviour and kill the...
2010-06-16  Dan WilliamsKill subarray v2
2010-04-06  NeilBrownMerge branch 'HEAD'; commit 'a4b93c9ce4f15217afb8'
2010-03-23  Doug LedfordCreate directory to contain mapfile (Assuming parent...
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 option parsing
2010-03-02  NeilBrownAdd _FORTIFY_SOURCE to mdadm.O2 build.
2010-02-08  NeilBrownmdmon: insist on creating .pid file at startup.
2010-02-08  NeilBrownmdmon: remove switch-root functionality.
2010-02-04  NeilBrownmdmon: recognise --all in place of /proc/mdstat
2010-02-04  NeilBrownmdmon: allow pid to be stored in different directory.
2010-02-04  NeilBrownHaving single function to read mdmon pid file.
2010-02-04  NeilBrownmdmon: discard test_pidfile()
2010-02-04  NeilBrownmdmon: improve switchroot handling.
2010-02-04  NeilBrownmdmon: simplify try_kill_monitor
2010-02-04  NeilBrownmdmon: remove scan variable from mdmon()
2010-01-28  NeilBrownmdmon: fix fd leak and possible buffer overrun.
2009-10-22  NeilBrownMerge branch 'master' into devel-3.1
2009-10-19  NeilBrownmdmon: lock current memory as well as future memory.
2009-10-19  NeilBrownMerge git://github.com/djbw/mdadm
2009-10-14  Dan Williamsmdmon: preserve socket over chroot
2009-10-14  Dan Williamsmdmon: exec(2) when the switchroot argument is not "/"
2009-10-14  Dan Williamsmdmon: avoid writes in the startup path for mdmon on...
2009-10-01  NeilBrownMerge branch 'master' into devel-3.1
2009-09-25  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2009-09-24  Hans de Goedemdmon: fix freeing unallocated memory
2009-06-02  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-06-02  NeilBrownMerge branch 'master' into devel-3.0
2009-06-02  NeilBrownUpdate copyright dates and remove references to @cse...
2009-05-11  NeilBrownMerge branch 'master' into devel-3.0
2009-03-10  NeilBrownMerge branch 'master' in devel-3.0
2009-02-25  Dan Williamsmdmon: update cmdline when scanning
2009-02-25  Dan Williamsmdmon: fix removed disk handling
2009-02-02  NeilBrownMerge branch 'master' into devel-3.0
2009-01-20  Dan Williamsmdmon: make switchroot an undecorated option
2009-01-20  Dan Williamsmdmon: support scanning for containers
2009-01-20  Dan Williamsmdmon: expand permissible container device names
2009-01-13  Dan Williamsmdmon: fix missing ->subarray initialization
2009-01-07  NeilBrownMerge branch 'master' into scratch-3.0
2008-12-18  NeilBrownMerge branch 'master' into devel-3.0
2008-11-27  NeilBrownMerge branch 'master' into devel-3.0
2008-11-20  NeilBrownmdmon: pass symbolic name to mdmon instead of device...
2008-11-07  NeilBrownA couple of bugfixes found by suse autobuilding:
2008-11-04  Dan WilliamsAssemble: revert preliminary -As support
2008-11-03  NeilBrownutil: make env checking more generic
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-10-30  NeilBrownMerge branch 'master' into devel-3.0
2008-10-30  NeilBrownMerge branch 'master' into devel-3.0
2008-10-28  Dan WilliamsPreliminary -As support for container member arrays
2008-10-28  Dan Williamsupdate copyright headers
2008-10-26  NeilBrownMerge branch 'master' into devel-3.0
2008-10-17  NeilBrownMerge branch 'master' into devel-3.0
2008-10-15  Dan Williamsmdmon: suicide prevention
2008-10-15  Dan Williamsquiet WaitClean()
2008-10-15  Dan Williamsmdmon: --switch-root
2008-10-15  Dan Williamsmdmon: wait after trying to kill
2008-10-15  Dan Williamsmdmon: terminate clean
2008-10-15  Dan Williamsmdmon: periodically retry to create the socket
2008-10-15  Dan Williamstrivial warn_unused_result squashing
2008-09-18  NeilBrownRemove .sock file when removing .pid file for mdmon
2008-09-16  Dan Williamsmdmon: recreate socket/pid file on SIGHUP
2008-08-19  Dan Williamsmdmon: remove devices from container
2008-08-07  NeilBrownMerge branch 'master' into from-stable
2008-07-25  Dan Williamsmdmon: don't fork if DEBUG
2008-07-18  NeilBrownmdmon: fork and run as a daemon.
2008-07-14  Dan Williamsmdmon: close small window of invalid mon_tid
2008-07-12  Neil BrownKeep container device open in monitor
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-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-16  Dan Williamsimsm: reenable mdmon
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 BrownDiscard 'array_list' in mdmon
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  Neil BrownMerge mdmon