aboutsummaryrefslogtreecommitdiff
path: root/misc/mk_hugefiles.c
AgeCommit message (Expand)Author
2023-01-27misc/mk_hugefiles: simplify get_partition_start()Eric Biggers
2021-02-11Fix clang warnings on architectures with a 64-bit longTheodore Ts'o
2019-01-24mke2fs: fix bugs in hugefile creationTheodore Ts'o
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2018-02-26AOSP: build mke2fs for windows using android mingw libraryJin Qian
2017-06-23mke2fs: fix hugefile creation so the hugefile(s) are contiguousTheodore Ts'o
2017-05-19include sys/sysmacros.h as neededMike Frysinger
2017-05-08misc: fix 'zero_hugefiles = false' regressionEric Biggers
2016-03-18Fix various clang and gcc -Wall warningsTheodore Ts'o
2015-10-24misc: clean up feature test macros with predicate functionsDarrick J. Wong
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-06-10libext2fs: use fallocate for creating journals and hugefilesDarrick J. Wong
2014-12-13misc: don't allow mk_hugefiles unless the fs supports extentsDarrick J. Wong
2014-12-02Merge branch 'maint' into nextTheodore Ts'o
2014-12-02misc: fix infinite loop when finding the start of the hugefile start rangeDarrick J. Wong
2014-09-11misc: don't return ENOMEM if we run out of disk spaceDarrick J. Wong
2014-08-27mke2fs: complain if bigalloc and hugefiles_align_disk is incompatibleTheodore Ts'o
2014-07-26libext2fs: provide a function to set inode sizeDarrick J. Wong
2014-07-25build: fix unused/uninitialized variable warningsAndreas Dilger
2014-07-25misc: fix problems with strncatDarrick J. Wong
2014-07-10mke2fs: fix fencepost error when calling strncatTheodore Ts'o
2014-07-09mke2fs: add support to align hugefiles relative to beginning of the diskTheodore Ts'o
2014-04-14fix miscellaneous build warningsAndreas Dilger
2014-02-18build: fix LLVM compiler warningsAndreas Dilger
2014-02-06mke2fs: minor bugfixes for mk_hugefilesTheodore Ts'o
2014-02-04mke2fs: add support for hugefiles_alignTheodore Ts'o
2014-01-30mke2fs: add make_hugefile featureTheodore Ts'o