aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/Makefile.in
AgeCommit message (Expand)Author
2021-02-26iscan: fix the test program iscan so it builds againTheodore Ts'o
2021-02-09Update release notes, etc., for the 1.46.1 releaseTheodore Ts'o
2021-01-29Update makefile dependenciesTheodore Ts'o
2021-01-19Merge branch 'maint' into nextTheodore Ts'o
2020-10-04Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o
2020-04-10Teach makefiles to build all static programs using the target all-staticTheodore Ts'o
2020-03-16Merge branch 'maint' into nextTheodore Ts'o
2020-03-15e2fsck: fix "make check" when using static librariesTheodore Ts'o
2020-03-07Merge branch 'maint' into nextTheodore Ts'o
2020-03-04e2fsck: consistently use ext2fs_get_mem()Andreas Dilger
2019-10-09e2fsck: check for consistent encryption policiesEric Biggers
2019-04-29libext2fs: remove nls_* namespace contaminationTheodore Ts'o
2018-12-02libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton
2018-06-25Update Makefile.in files using "make depend"Theodore Ts'o
2017-04-26tests: skip running long test with "make check" and add "make fullcheck"Theodore Ts'o
2017-01-31Stop installing mkfs.ext4dev and fsck.ext4devTheodore Ts'o
2016-09-01Fix build reproducibility for mk_cmds and compile_etTheodore Ts'o
2015-07-12Move dict.c from e2fsck to lib/supportTheodore Ts'o
2015-07-12Move the check_plausibility() function from misc to lib/supportTheodore Ts'o
2015-07-12Move the profile parsing functions from e2fsck to lib/supportTheodore Ts'o
2015-07-12rename libquota.a to libsupport.aTheodore Ts'o
2015-07-01Fix "make clean" and "make distclean"Theodore Ts'o
2015-04-21e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong
2015-04-21libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong
2014-09-20misc: use libmagic when libblkid can't identify somethingDarrick J. Wong
2014-09-19misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsckDarrick J. Wong
2014-09-11debugfs: create journal handling routinesDarrick J. Wong
2014-09-11Merge branch 'maint' into nextTheodore Ts'o
2014-09-08Apply LDFLAGS when building testsMichael Forney
2014-09-08tests: Add to LD_LIBRARY_PATH instead of overridingMichael Forney
2014-07-06Merge branch 'maint' into nextTheodore Ts'o
2014-07-04e2fsprogs: remove checker infrastructureEric Sandeen
2014-05-27Merge branch 'maint' into nextTheodore Ts'o
2014-05-22e2fsck: fix Makefile dependency for quota.oTheodore Ts'o
2014-05-13Merge branch 'maint' into nextTheodore Ts'o
2014-05-13quota: integrate mkquota.h into quotaio.hTheodore Ts'o
2014-05-11misc: create better-packaged static analysis reportsDarrick J. Wong
2014-03-14all: Introduce cppcheck static checking for make C=1Darrick J. Wong
2014-02-23Merge branch 'maint' into nextTheodore Ts'o
2014-02-23Add coverage testing using gcovTheodore Ts'o
2014-01-06Merge branch 'maint' into nextTheodore Ts'o
2014-01-05configure: fix --with-diet-libcTheodore Ts'o
2013-10-12Merge branch 'maint' into nextTheodore Ts'o
2013-10-11e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong
2013-06-16Merge branch 'maint' into nextTheodore Ts'o
2013-06-16Work around Debian Bug #712530Theodore Ts'o
2012-10-11Merge branch 'maint' into nextTheodore Ts'o
2012-10-11Fix makefiles to compile e2freefrag with profilingTheodore Ts'o
2012-08-02e2fsck: refactor crc32_be codeDarrick J. Wong