master
AOSP: Make mke2fs/e2fsdroid available for vendor
libsupport: add a portable get_thread_id() function
argv_parse: check return value of malloc in argv_parse()
Move the profile parsing functions from e2fsck to lib/support
libsupport: fix portability issues with the bthread.c
libsupport: add background thread manager
libsupport: remove unnecessary code to set the quota inode size
misc: fix all the compiler warnings
libsupport: add C string printing and parsing functions
lib/support: remove unused label in get_devname()
e2fsprogs: fix device name parsing to resolve names containing '='
dict: Add modifification note required by license
rename libquota.a to libsupport.a
Add post-2038 timestamp support to e2fsprogs
Move the check_plausibility() function from misc to lib/support
libsupport: remove debugging printf() from parse_qtype.c
e2fsck: fix sparse bmap to extent conversion
libsupport: silence gcc -Wall complaints
Build the fuzzers from oss-fuzz
Fix various spelling typos
libsupport: fix gcc -Wall nits
Fix typos in code comments and developer docs
Prevent i_dtime from being mistaken for an inode number post-2038 wraparound
libsupport: use explicit type widths instead of time_t
libsupport: fix potental NULL pointer dereferences in quota functions
quota: Add support to version 0 quota format
libsupport: fix sort_r.h to work on FreeBSD 14