master
AOSP: Make mke2fs/e2fsdroid available for vendor
Update release notes, etc., for the 1.46.4 release
Fix gcc and clang warnings
libe2p: fix missing-prototypes and sign-compare -Wall warnings
Fix typos in error messages and documentation
Rename the feature "fname_encoding" to be "casefold".
libext2fs: Support for orphan file feature
libe2p: use stat to prevent calling EXT2_IOC_[GS]ETFLAGS on devices
libe2p: add missing f[gs]etproject.c files
lib/{e2p,ss}: remove manual declarations of errno
lib/e2p: fix a -Wunused-variable warning in getflags()
Shorten compile commands run by the build system
libe2p: avoid potential integer overflow in interate_on_dir()
libext2fs: provide APIs to configure fast commit blocks
Merge branch 'tune2fs-remove-tabs' of https://github.com/richardfearn/e2fsprogs into next
Fix missing prototype warnings caused by missing header files
e2p: fix segfault in e2p_os2string
e2p: Fix 's' handling in parse_num_blocks2()
chattr/lsattr: expose FS_NOCOMP_FL (aka EXT2_NOCOMPR_FL)