aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/e2fsprogsBob Badour
2020-11-18tune2fs/resize2fs: make vendor_ramdisk_available.Yifan Hong
2020-06-23ANDROID: e2fsck: Handle casefolded encryptionDaniel Rosenberg
2020-01-24Merge "Make ramdisk_available."Yifan Hong
2020-01-22Make ramdisk_available.Yifan Hong
2020-01-16Change #define to _BLKID_TYPES_HKousik Kumar
2019-10-25BACKPORT, FROMLIST: Support the stable_inodes featureEric Biggers
2019-09-24Update generated files for AndroidEric Biggers
2019-09-24Fix unintended divergences from upstream e2fsprogsEric Biggers
2019-09-24Add new source files to Android.bp filesEric Biggers
2019-09-24Update e2fsprogs to 1.45.4 from upstreamEric Biggers
2019-05-12libext2fs: hide struct ext2fs_hashmap as an internal implementation detailTheodore Ts'o
2019-05-12libext2fs: add missing check for utf8lookup()'s return valueTheodore Ts'o
2019-05-06Update release notes, etc., for the 1.45.1-rc1 releaseTheodore Ts'o
2019-05-06e2fsck: check and fix tails of all bitmap blocksTheodore Ts'o
2019-05-03libext2fs: move struct ext2fs_nls_table to the private ext2fsP.h headerTheodore Ts'o
2019-05-03Rename the feature "fname_encoding" to be "casefold".Theodore Ts'o
2019-04-29libext2fs: remove utf8_* namespace contaminationTheodore Ts'o
2019-04-29libext2fs: remove nls_* namespace contaminationTheodore Ts'o
2019-04-28libext2fs: remove unused variable 'old_flags'Eric Biggers
2019-04-28libext2fs: remove unused variable 'buff'Eric Biggers
2019-04-28ext2fs: drop ASCII NLS supportGabriel Krisman Bertazi
2019-04-28ext2fs: drop Unicode normalization supportGabriel Krisman Bertazi
2019-04-28ext2fs: don't normalize names on -F directoriesGabriel Krisman Bertazi
2019-04-28ext2fs: nls: Update to unicode 12.1.0Gabriel Krisman Bertazi
2019-04-28ext2fs: merge sparse fixes for unicode normalizationGabriel Krisman Bertazi
2019-04-28ext2fs: fix potential null dereference in utf8nlookupGabriel Krisman Bertazi
2019-04-28ext2fs: convert unicode normalization from NFKD -> NFDGabriel Krisman Bertazi
2019-04-28ext2fs: always attempt to load nls table when loading the filesystemGabriel Krisman Bertazi
2019-03-06Update Makefile.in files using "make depend"Theodore Ts'o
2019-02-14libext2fs: revert "try to always use PUNCH_HOLE for unix_discard"Darrick J. Wong
2019-02-10Merge branch 'maint' into nextTheodore Ts'o
2019-02-07AOSP: E2fsprogs: fix ODR issueAndreas Gampe
2019-01-29Merge branch 'maint' into nextTheodore Ts'o
2019-01-29libext2fs: add checks for block number wrapping for bitmap range functionsTheodore Ts'o
2019-01-29libext2fs: validate inode table location in block group descriptorsTheodore Ts'o
2019-01-29E2fsprogs: fix ODR issueAndreas Gampe
2018-12-13libext2fs: add ext2fs_{read,write}_inode2()Theodore Ts'o
2018-12-11Merge branch 'maint' into nextTheodore Ts'o
2018-12-08e2fsprogs: introduce script used to generate utf8data.hGabriel Krisman Bertazi
2018-12-06libext2fs: fix regression so we are correctly translating Posix ACL'sTheodore Ts'o
2018-12-03ext2fs: nls: support UTF-8 11.0 with NFKD normalizationGabriel Krisman Bertazi
2018-12-02debugfs: support encoding when printing the file hashGabriel Krisman Bertazi
2018-12-02libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi
2018-12-02libext2fs: implement NLS framework supportGabriel Krisman Bertazi
2018-12-02chattr/lsattr: support casefold attributeGabriel Krisman Bertazi
2018-12-02mke2fs: configure encoding during superblock initializationGabriel Krisman Bertazi
2018-12-02libe2p: helpers for configuring the encoding superblock fieldsGabriel Krisman Bertazi
2018-12-02libext2fs: update tst_super_size to include new superblock fieldsTheodore Ts'o
2018-11-21ext2fs: add byte swapping of new superblock fields for BE machinesGabriel Krisman Bertazi