aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/ext2fs.h
AgeCommit message (Expand)Author
2021-02-07libext2fs: fix more compiler warningsTheodore Ts'o
2021-01-27ext2fs: implement faster CI comparison of stringsGabriel Krisman Bertazi
2021-01-27ext2fs: add method to validate casefolded stringsGabriel Krisman Bertazi
2021-01-27e2fsck: add fc replay for link, unlink, creat tagsHarshad Shirwadkar
2021-01-27ext2fs: add new APIs needed for fast commitsHarshad Shirwadkar
2021-01-21libext2fs: provide APIs to configure fast commit blocksHarshad Shirwadkar
2021-01-21ext2fs: move calculate_summary_stats to ext2fs libHarshad Shirwadkar
2021-01-21ext2fs: parallel bitmap loadingWang Shilong
2021-01-21libext2fs: add threading support to the I/O manager abstractionTheodore Ts'o
2020-03-07e2fsck: fix indexed dir rehash failure with metadata_csum enabledJan Kara
2020-03-07Merge branch 'maint' into nextTheodore Ts'o
2020-03-04e2fsck: avoid overflow with very large dirsAndreas Dilger
2020-01-26mke2fs: set overhead in super blockLi Dongyang
2020-01-02Merge branch 'maint' into nextTheodore Ts'o
2020-01-01libext2fs: chage ext2_off_t and ext2_off64_t to be signed typesTheodore Ts'o
2020-01-01ext2fs: add ext2fs_get_stat_i_blocks() functionTheodore Ts'o
2019-11-07debugfs: teach the htree command to check and display the dx block checksumTheodore Ts'o
2019-10-31AOSP: support the stable_inodes featureEric Biggers
2019-10-03Enable support for the fast_commit compat featureTheodore 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 nls_* namespace contaminationTheodore Ts'o
2018-12-13libext2fs: add ext2fs_{read,write}_inode2()Theodore Ts'o
2018-12-02libext2fs: support encoding when calculating dx hashesGabriel Krisman Bertazi
2018-11-18Reserve feature bit and SB field bit for filename encodingGabriel Krisman Bertazi
2018-10-21libext2fs: refactor code which fixes up the checksums in an extent treeTheodore Ts'o
2018-08-21Merge branch 'maint' into nextTheodore Ts'o
2018-08-21libext2fs: add verity flag to EXT2_LIB_FEATURE_RO_COMPAT_SUPPEric Biggers
2018-08-08libext2fs: revamp bitmap types to fix LTO warningsTheodore Ts'o
2018-06-23Fix gcc and clang warningsTheodore Ts'o
2018-06-21AOSP: libext2fs: add EXT2_FLAG_SHARE_DUP to de-duplicate data blocksJin Qian
2018-06-19e2fsck: allow to fix some superblock corruptionsJan Kara
2017-10-15Merge branch 'maint' into nextTheodore Ts'o
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-08-29Merge branch 'maint' into nextTheodore Ts'o
2017-08-26e2fsck: add optimization for heavily hard-linked file systemsJaco Kroon
2017-07-23libext2fs: add ea_inode support to set xattrTahsin Erdogan
2017-07-05Use i_size to determine whether a symlink is a fast symlinkTahsin Erdogan
2017-07-04tune2fs: update ea_inode hashes when fs uuid changesTahsin Erdogan
2017-07-04e2fsck: ea_inode hash validationTahsin Erdogan
2017-07-04e2fsck: add support for large xattrs in external inodesAndreas Dilger
2017-05-23AOSP: libext2fs: add context to get_alloc_blockAdrien Schildknecht
2017-04-13e2fsck: 3 level hash tree directory optimizationArtem Blagodarenko
2017-04-13e2fsprogs: add support for 3-level htreeArtem Blagodarenko
2017-01-28libext2fs: translate internal ext4 acl to Posix ACL in ext2fs_xattr_[sg]et()Theodore Ts'o
2016-10-24android: fix Mac buildTheodore Ts'o
2016-05-29Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o
2016-03-18Fix various clang and gcc -Wall warningsTheodore Ts'o
2016-03-06resize2fs: clear uninit BG if allocating from new groupEric Sandeen