summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* mdmon: fix segfaultMateusz Kusiak2023-01-041-1/+1
* Makefile: Don't build static build with everything and everything-testLogan Gunthorpe2022-08-071-2/+2
* mdadm: Respect config file location in manLukasz Florczak2022-04-041-1/+6
* Monitor: make libudev dependency optionalMariusz Tkaczyk2021-03-191-1/+6
* mdmonitor: check if udev has finished events processingOleksandr Shchirskyi2021-03-081-1/+1
* Make target to install binaries onlyKinga Tanska2020-11-251-3/+5
* uuid.c: split uuid stuffs from util.cGuoqing Jiang2020-05-181-3/+3
* Makefile: add EXTRAVERSION supportTkaczyk Mariusz2020-05-151-1/+2
* Respect $(CROSS_COMPILE) when $(CC) is the defaultdann frazier2020-01-161-1/+3
* Monitor: add system timer to run --oneshot periodicallyNeilBrown2018-12-061-0/+1
* mdcheck: add systemd unit files to run mdcheck.NeilBrown2018-12-061-1/+4
* gcc-8 coverity hackJes Sorensen2018-06-041-4/+11
* Move mdadm_env.sh out of /usr/lib/systemdNeilBrown2017-10-101-1/+2
* udev rules: introduce rules for cluster-md to confirm deviceGuoqing Jiang2017-08-021-2/+4
* Create: tell udev md device is not ready when first created.NeilBrown2017-05-021-2/+2
* Makefile: Default to -O2 optimizationJes Sorensen2017-04-211-0/+1
* mdadm: retire mdassemble in make everythingColy Li2017-04-201-9/+2
* Retire mdassembleJes Sorensen2017-04-111-37/+0
* imsm: PPL supportArtur Paszkiewicz2017-03-291-2/+3
* mdadm: Add Wimplicit-fallthrough=0 in MakefileXiao Ni2017-03-171-0/+5
* Makefile: Fix date to be output in ISO formatJes Sorensen2017-01-101-1/+1
* Makefile: make the CC definition conditionalMaxin B. John2016-02-081-1/+1
* Assorted fixed for a "make everything" buildNeilBrown2016-01-281-4/+4
* restripe: fix compilation of "make test"NeilBrown2016-01-131-1/+1
* add crc32c and use it for r5l checksumSong Liu2015-10-301-1/+1
* Safeguard against writing to an active device of another nodeGuoqing Jiang2015-10-211-1/+2
* Makefile: test -s flag and suppress echo when set.NeilBrown2015-08-051-3/+9
* mdassemble: include mapfile support.NeilBrown2015-08-031-1/+1
* Set home-cluster while creating an arrayGuoqing Jiang2015-06-171-1/+5
* Makefile: binaries shouldn't directly depend on check_rundirNeilBrown2014-11-251-3/+3
* Fix parallel make problem.Samuli Suominen2014-08-211-9/+9
* mdmon: don't include super0 and super1 in mdmonNeilBrown2014-08-071-1/+1
* Makefile: use "man -l" to format man pages.NeilBrown2014-07-031-6/+6
* Makefile: install mdadm-grow-continue@.serviceNeilBrown2014-06-101-1/+1
* Make sure "make everything" builds again.NeilBrown2014-06-051-4/+4
* install: use BINDIR consistently to locate mdadm and mdmonNeilBrown2014-05-221-8/+20
* Grow: try to let "--grow --continue" from systemd complete a reshape.NeilBrown2014-05-151-0/+1
* systemd: various fixes for boot with container-arrays.NeilBrown2014-04-081-0/+1
* Add mdmonitor.service systemd unit file.NeilBrown2013-12-111-0/+2
* Systemd integration for starting newly-degraded arrays.NeilBrown2013-12-021-0/+2
* Remove bashism from MakefileMichael Tokarev2013-09-181-1/+1
* Makefile: check that 'run' directory exists.NeilBrown2013-08-051-7/+17
* raid6check - fix compileNeilBrown2013-07-021-2/+2
* Move find_free_devnum to mdopen.cNeilBrown2013-07-021-1/+1
* "make test" should build "raid6check"NeilBrown2013-06-271-1/+1
* Makefile/version: use version/date from .git if possible.NeilBrown2013-06-251-0/+6
* Make: CXFLAGS should be conditionally assigned.mdadm-3.3-rc1NeilBrown2013-06-241-1/+1
* Remove lots of unnecessary white space.NeilBrown2013-06-191-1/+0
* Makefile: add "-O3" to WARN_UNUSED options.NeilBrown2013-06-191-5/+6
* Add --dump / --restore functionality.NeilBrown2013-05-161-1/+1