aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
9 daysMakefile: Move -pie to LDFLAGSFabrice Fontaine1-2/+2
2024-04-02Add reading Opal NVMe encryption informationBlazej Kucman1-2/+2
2023-11-21Mdmonitor: Improve udev event handlingMateusz Grzonka1-9/+9
2023-09-01Add compiler defenses flagsMateusz Grzonka1-12/+29
2023-01-04mdmon: fix segfaultMateusz Kusiak1-1/+1
2022-08-07Makefile: Don't build static build with everything and everything-testLogan Gunthorpe1-2/+2
2022-04-04mdadm: Respect config file location in manLukasz Florczak1-1/+6
2021-03-19Monitor: make libudev dependency optionalMariusz Tkaczyk1-1/+6
2021-03-08mdmonitor: check if udev has finished events processingOleksandr Shchirskyi1-1/+1
2020-11-25Make target to install binaries onlyKinga Tanska1-3/+5
2020-05-18uuid.c: split uuid stuffs from util.cGuoqing Jiang1-3/+3
2020-05-15Makefile: add EXTRAVERSION supportTkaczyk Mariusz1-1/+2
2020-01-16Respect $(CROSS_COMPILE) when $(CC) is the defaultdann frazier1-1/+3
2018-12-06Monitor: add system timer to run --oneshot periodicallyNeilBrown1-0/+1
2018-12-06mdcheck: add systemd unit files to run mdcheck.NeilBrown1-1/+4
2018-06-04gcc-8 coverity hackJes Sorensen1-4/+11
2017-10-10Move mdadm_env.sh out of /usr/lib/systemdNeilBrown1-1/+2
2017-08-02udev rules: introduce rules for cluster-md to confirm deviceGuoqing Jiang1-2/+4
2017-05-02Create: tell udev md device is not ready when first created.NeilBrown1-2/+2
2017-04-21Makefile: Default to -O2 optimizationJes Sorensen1-0/+1
2017-04-20mdadm: retire mdassemble in make everythingColy Li1-9/+2
2017-04-11Retire mdassembleJes Sorensen1-37/+0
2017-03-29imsm: PPL supportArtur Paszkiewicz1-2/+3
2017-03-17mdadm: Add Wimplicit-fallthrough=0 in MakefileXiao Ni1-0/+5
2017-01-10Makefile: Fix date to be output in ISO formatJes Sorensen1-1/+1
2016-02-08Makefile: make the CC definition conditionalMaxin B. John1-1/+1
2016-01-28Assorted fixed for a "make everything" buildNeilBrown1-4/+4
2016-01-13restripe: fix compilation of "make test"NeilBrown1-1/+1
2015-10-30add crc32c and use it for r5l checksumSong Liu1-1/+1
2015-10-21Safeguard against writing to an active device of another nodeGuoqing Jiang1-1/+2
2015-08-05Makefile: test -s flag and suppress echo when set.NeilBrown1-3/+9
2015-08-03mdassemble: include mapfile support.NeilBrown1-1/+1
2015-06-17Set home-cluster while creating an arrayGuoqing Jiang1-1/+5
2014-11-25Makefile: binaries shouldn't directly depend on check_rundirNeilBrown1-3/+3
2014-08-21Fix parallel make problem.Samuli Suominen1-9/+9
2014-08-07mdmon: don't include super0 and super1 in mdmonNeilBrown1-1/+1
2014-07-03Makefile: use "man -l" to format man pages.NeilBrown1-6/+6
2014-06-10Makefile: install mdadm-grow-continue@.serviceNeilBrown1-1/+1
2014-06-05Make sure "make everything" builds again.NeilBrown1-4/+4
2014-05-22install: use BINDIR consistently to locate mdadm and mdmonNeilBrown1-8/+20
2014-05-15Grow: try to let "--grow --continue" from systemd complete a reshape.NeilBrown1-0/+1
2014-04-08systemd: various fixes for boot with container-arrays.NeilBrown1-0/+1
2013-12-11Add mdmonitor.service systemd unit file.NeilBrown1-0/+2
2013-12-02Systemd integration for starting newly-degraded arrays.NeilBrown1-0/+2
2013-09-18Remove bashism from MakefileMichael Tokarev1-1/+1
2013-08-05Makefile: check that 'run' directory exists.NeilBrown1-7/+17
2013-07-02raid6check - fix compileNeilBrown1-2/+2
2013-07-02Move find_free_devnum to mdopen.cNeilBrown1-1/+1
2013-06-27"make test" should build "raid6check"NeilBrown1-1/+1
2013-06-25Makefile/version: use version/date from .git if possible.NeilBrown1-0/+6
2013-06-24Make: CXFLAGS should be conditionally assigned.mdadm-3.3-rc1NeilBrown1-1/+1
2013-06-19Remove lots of unnecessary white space.NeilBrown1-1/+0
2013-06-19Makefile: add "-O3" to WARN_UNUSED options.NeilBrown1-5/+6
2013-05-16Add --dump / --restore functionality.NeilBrown1-1/+1
2013-02-11udev: Fix order of execution of the md rulesThomas Bächler1-2/+3
2013-02-05Add support for launching mdmon via systemctl instead of fork/execJes Sorensen1-0/+4
2012-11-20Makefile: remove "sh" from instructions for running 'test'.NeilBrown1-1/+1
2012-09-10Move xmalloc et al into their own fileRobert Buchholz1-6/+6
2012-08-14query udev dir via pkg-configSamuli Suominen1-1/+8
2012-08-13mdassemble: split dietlibc logic into dedicated targetMike Frysinger1-0/+3
2012-08-13fix handling of CPPFLAGSMike Frysinger1-4/+2
2012-05-03Adjust to new standard of /runNeilBrown1-6/+7
2011-08-09RAID-6 check standalone man pagePiergiorgio Sartor1-1/+4
2011-04-11mdadm/mdmon: use CFLAGS when linkingMike Frysinger1-3/+3
2011-04-11move .man targets from "all" to "man" - and "everything"Mike Frysinger1-3/+4
2011-04-05RAID-6 check standalone md devicePiergiorgio Sartor1-3/+3
2011-04-05Split some of util.c into a new lib.cNeilBrown1-3/+3
2011-04-05split name/number maps into separate file.NeilBrown1-14/+7
2011-03-21RAID-6 check standalonePiergiorgio Sartor1-1/+6
2010-11-22extension of IncrementalRemove to store location (path-id) of removed devicePrzemyslaw Czarnowski1-0/+3
2010-09-06Add gpt pseudo-metadataNeilBrown1-5/+5
2010-09-06Add mbr pseudo metadata handler.NeilBrown1-13/+19
2010-09-06Add policy framework.NeilBrown1-5/+5
2010-09-03Fix compile error on non-x86 systems.NeilBrown1-1/+1
2010-08-06Don't link mdadm with pthreadsNeilBrown1-3/+3
2010-08-06Release mdadm-3.1.3mdadm-3.1.3NeilBrown1-1/+2
2010-08-05Compile with -Wextra by defaultNeilBrown1-1/+1
2010-07-28Switch from /lib/init/rw to /dev for early-boot files.NeilBrown1-4/+4
2010-07-22Fix all the confusion over directories once and for all.Doug Ledford1-9/+9
2010-07-06mdmon: satisfy glibc tls abi requirements with pthreadsDan Williams1-3/+11
2010-07-01mdmon: prevent allocations due to late bindingDan Williams1-1/+2
2010-05-31Compile-time switch to enable 0.9 metadata as defaultmartin f. krafft1-2/+11
2010-04-15Fixup default definitions of VAR_RUN and ALT_RUNDan Williams1-2/+2
2010-03-24mapfile: if we putting the mapfile in a custom location via ALT_RUN, allowDoug Ledford1-1/+2
2010-03-10Release mdadm-3.1.2mdadm-3.1.2NeilBrown1-2/+2
2010-03-03allow redefinition of VAR_RUNLuca Berra1-1/+3
2010-03-03Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown1-2/+9
2010-02-04mdmon: allow pid to be stored in different directory.NeilBrown1-1/+7
2009-06-02Move WaitClean from Monitor.c to sysfs.cNeilBrown1-1/+1
2009-06-02mdadm.8: Man page updatesNeilBrown1-3/+7
2009-05-11Merge branch 'master' into devel-3.0NeilBrown1-3/+3
2009-04-29Makefile: use $(CC) more consistently.NeilBrown1-3/+3
2009-04-01Makefile: build 'mdmon' for 'test'NeilBrown1-1/+1
2009-03-10Merge branch 'master' in devel-3.0NeilBrown1-4/+7
2009-03-10Release mdadm-2.6.9mdadm-2.6.9NeilBrown1-4/+7
2009-02-02Merge branch 'master' into devel-3.0NeilBrown1-3/+0
2009-02-02mdadm fix compilation for uClibcBernhard Reutner-Fischer1-3/+0
2008-12-08imsm: validate arrays being created against firmware capabilitiesDan Williams1-4/+9
2008-11-07Makefile: install udev file into $DESTDIRNeilBrown1-1/+1
2008-11-04config: add 'containers' as a DEVICE keywordDan Williams1-2/+2
2008-11-04Add udev rules file for mdadm.NeilBrown1-1/+4
2008-10-27Makefile: Include bitmap.o in mdmonNeilBrown1-1/+1
2008-10-15mdmon: wait after trying to killDan Williams1-1/+1
2008-10-15trivial warn_unused_result squashingDan Williams1-0/+3
2008-09-18Disable compilation with diet-libcNeilBrown1-1/+4
2008-09-15Makefile: Add mdmon header dependenciesDan Williams1-1/+2
2008-08-07Merge branch 'master' into from-stableNeilBrown1-0/+6
2008-07-24Add support for distribution specific build extensionsDoug Ledford1-0/+6
2008-07-21install mdmon to the same location as mdadmJacek Danecki1-1/+2
2008-06-19Merge branch 'master' into devel-3.0Neil Brown1-3/+10
2008-05-19Include sysfs.c in mdassemble.autoNeil Brown1-3/+5
2008-05-19"make everything" now also makes mdassemble.autoNeil Brown1-2/+8
2008-05-15start fleshing out socket code, ping monitor to see if it is aliveDan Williams1-1/+2
2008-05-15Merge mdmonNeil Brown1-2/+11
2008-05-15handle Manage_subdevs() for 'external' arraysDan Williams1-2/+2
2008-05-15imsm: initial Intel(R) Matrix Storage Manager supportDan Williams1-5/+5
2008-05-15Initial DDF support code.Dan Williams1-5/+6
2008-05-15Add crc32 files.Neil Brown1-2/+2
2007-05-22Compile with various -O flags for testing.Neil Brown1-2/+14
2007-02-22Don't include uclibc as part of 'everything'Neil Brown1-1/+2
2006-12-21Add new mode: --incrementalNeil Brown1-2/+6
2006-10-16Mdassemble improvementsLuca Berra1-1/+1
2006-06-02Allow CONFFILE2 to be overridden during make invocation.originmartin f. krafft1-1/+3
2006-06-02CPPFLAGS gets used automatically on implicit rules. martin f krafft1-1/+1
2006-06-02Remove libssl dependancy and always use sha1.c codeNeil Brown1-8/+5
2006-05-29Improve compiling for static binaries.Neil Brown1-13/+10
2006-05-29Add uninstall target to MakefileNeil Brown1-0/+3
2006-05-29New install-* targets for installing differently compiled mdadmsNeil Brown1-1/+15
2006-05-29Makefile improvements for static linking.Neil Brown1-3/+6
2006-05-29add CFLAGS to mdassemble build and fix a couple of non-returning functionsNeil Brown1-2/+2
2006-05-26Make sure everything compiles...Neil Brown1-5/+5
2006-05-19Make homehost information appear in superblock.Neil Brown1-2/+8
2006-05-15Allow default creation info to to be stored in mdadm.confNeil Brown1-5/+15
2006-03-20Release 2.4-pre1Neil Brown1-1/+1
2006-03-13Initial reshape supportNeil Brown1-3/+6
2006-02-06Release some compile fixes.Neil Brown1-0/+3
2005-12-09Release 2.2mdadm-2.2Neil Brown1-1/+1
2005-12-05Guides on how to use mdadm with initramfsNeil Brown1-1/+2
2005-12-05Improve option parsingNeil Brown1-1/+1
2005-08-26Getting ready for 2.0 release...Neil Brown1-2/+3
2005-08-18Support cross-compiling in MakefileNeil Brown1-1/+1
2005-06-14Fix compiling of mdassembleNeil Brown1-1/+2
2005-06-14Add man page for mdassembleNeil Brown1-1/+4
2005-06-07Initial bitmap supportNeil Brown1-3/+5
2005-06-07Release 1.8.1 after some man page updates and other fixes.mdadm-1.11.1Neil Brown1-1/+1
2005-05-03super1Neil Brown1-2/+2
2005-05-03Separate sueprblock handling into separate fileNeil Brown1-2/+3
2004-11-01mdadm-1.8.0mdadm-1.8.0Neil Brown1-12/+29
2004-08-11mdadm-1.7.0mdadm-1.7.0Neil Brown1-3/+3
2004-01-22mdadm-1.5.0mdadm-1.5.0Neil Brown1-0/+10
2003-10-28mdadm-1.4.0mdadm-1.4.0Neil Brown1-1/+1
2003-07-28mdadm-1.3.0mdadm-1.3.0Neil Brown1-2/+4
2003-03-02mdadm-1.1.0mdadm-1.1.0Neil Brown1-1/+8
2003-02-12mdadm-1.0.9mdadm-1.0.9Neil Brown1-1/+16
2002-05-10mdadm-1.0.0mdadm-1.0.0Neil Brown1-1/+4
2002-04-05mdadm-0.8.1mdadm-0.8.1Neil Brown1-6/+11
2002-04-04mdadm-0.8mdadm-0.8Neil Brown1-2/+2
2002-03-20mdadm-0.7.2mdadm-0.7.2Neil Brown1-3/+9
2002-03-15mdadm-0.7.1mdadm-0.7.1Neil Brown1-1/+7
2002-03-08mdadm-0.7mdadm-0.7Neil Brown1-12/+15
2002-03-06mdctl-0.6mdctl-0.6Neil Brown1-3/+14
2001-08-23mdctl-0.5mdctl-0.5Neil Brown1-2/+2
2001-07-26mdctl-v0.4mdctl-v0.4Neil Brown1-2/+2
2001-06-14mdctl-v0.3mdctl-v0.3Neil Brown1-0/+3
2001-06-08mdctl-v0.2mdctl-v0.2Neil Brown1-0/+44