aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/ext2fs.h
AgeCommit message (Expand)Author
2019-10-25BACKPORT, FROMLIST: Support the stable_inodes featureEric Biggers
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
2016-03-06libext2fs: store checksum seed in superblockDarrick J. Wong
2016-03-06Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECTLi Xi
2015-10-24libext2fs: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-13misc: cleanup gcc -Wall warningsTheodore Ts'o
2015-07-03configure: remove support to disable quota supportTheodore Ts'o
2015-06-10libext2fs: implement fallocateDarrick J. Wong
2015-06-10libext2fs: add new hooks to support large allocationsDarrick J. Wong
2015-05-16libext2fs: find/alloc a range of empty blocksDarrick J. Wong
2015-05-16libext2fs: support allocating uninit blocks in bmap2()Darrick J. Wong
2015-05-05ext2fs: fix "make check" by allowing EXT2FS_SHA256_LENGTH to be definedTheodore Ts'o
2015-05-03Update ext4 encryption format to final v4.1 versionTheodore Ts'o
2015-04-21e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong
2015-04-21libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong
2015-04-12Remove compression supportTheodore Ts'o
2015-03-08misc: teach mke2fs to create encrypted file systemsIldar Muslukhov
2015-03-08libext2fs: fix up ext2fs_sha256() and ext2fs_sha512()Theodore Ts'o
2015-03-08libext2fs: add ext2fs_digest_encode()Theodore Ts'o
2015-02-23libext2fs: make sure dirent functions have prototypes if inline is disabledTheodore Ts'o