master
AOSP: Use no_full_install: true instead of installable: false
Update Makefile.in files using "make depend"
Change "filesystem" to "file system" in the man pages
badblocks: avoid an error when -n or -w is specified twice
Fix various spelling typos
ChangeLog, Makefile.in, base_device.c, base_device.tst, fsck.c, fsck.h: fsck.c (device_already_active): Change to use new version of base_device() which now returns dynamically allocated memory. base_device.c (base_device): New version moved from fsck.c which now understands ugly devfs names. (Debian bug #65181) base_device.tst: Test case for base_device.c
AOSP: Ignore quotes in safe_print().
misc fix the chattr's man page regarding the -x flag
misc: fix chattr usage message for project ID
Add a program to test images provided by UBSAN fuzzing reports
Merge branch 'rbt/largefile' of github.com:robertlinux/e2fsprogs into maint
mke2fs: propagate some chattr flags into the fs image when using mke2fs -d
create_inode_libarchive.c: define libarchive dylib for darwin
create_inode: pass no_copy_xattr via a flag instead of using a global variable
dumpe2fs: add support for LABEL= and UUID= specifiers for the device
libext2fs: always use ext2fs_mmp_get_mem to allocate fs->mmp_buf
e2freefrag: correct a mistyped symbol name
e2freefrag: Improve output to include be more like xfs_db's freesp -s
Remove explicit #define of _FILE_OFFSET_BITS
e2fuzz: fuzz harder
e2image.8: add missing comma
e2image: fix typo which causes a compile failure on i386
e2fsprogs: fix device name parsing to resolve names containing '='
tune2fs: implement support for set/get label iocts
mmp: abstract out repeated 'sizeof(buf), buf' usage
Add post-2038 timestamp support to e2fsprogs
misc: improve description of the salt in the e4crypt man page
misc: deduplicate log2/log10 functions
e4defrag: don't try to defragment files which have 0 or 1 blocks
doc: Updated `ext4` man page, using a simple table for `KERNEL SUPPORT`
fsck: fix memory leak of inst->type
Fix typos in code comments and developer docs
e2freefrag: use GETFSMAP on mounted filesystems
fuse2fs: improve error handling behaviors
fuse2fs: fix build failure on systems which don't define EUCLEAN
misc: cleanup unused variables on MacOS
Remove spaces at the end of man pages
Use ext2/ext3/ext4 instead of "second extended file system" in man pages
lsattr: fix potential 32-bit integer overflow warning
misc: remove unused retry label
Add "big" and "huge" types to mke2fs.conf
doc: Updated `ext4`, `mke2fs`, `mke2fs.conf` and `tune2fs` man pages #3
mke2fs: fix memory leak which causes ASAN to complain
misc: fix a dropped line in the mke2fs.conf man page
Fix typo in defeult /etc/mke2fs.conf file
Fix gcc and clang warnings
partinfo: fix some build errors
mke2fs: Escape double quotes when parsing mke2fs.conf
tune2fs: do not update quota when not needed
journal: increase revoke block hash size
Make userspace tools number of fast commits blocks aware
Fix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page.
Move the check_plausibility() function from misc to lib/support