aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-21erofs-utils: refine blobchunk implementationGao Xiang
2023-04-20erofs-utils: build xattrs upon extra long name prefixesJingbo Xu
2023-04-20erofs-utils: lib: export packedfile APIsJingbo Xu
2023-04-20erofs-utils: xattr: skip xattrs with unidentified "system." prefixWeizhao Ouyang
2023-04-09erofs-utils: lib: rb_tree: fix broken rb_iter_init() prototypeAhelenia ZiemiaƄska
2023-04-07erofs-utils: xattr: avoid using inode_xattr_node for shared xattrsGao Xiang
2023-04-07erofs-utils: xattr: avoid global variable shared_xattrs_sizeGao Xiang
2023-04-07erofs-utils: get rid of erofs_buf_write_bhopsGao Xiang
2023-04-04erofs-utils: xattr: declare prefix_len as u8Jingbo Xu
2023-04-03erofs-utils: fix nid lookup for packed inodeGao Xiang
2023-03-28erofs-utils: fix missing tail blocks for directoriesGao Xiang
2023-03-27erofs-utils: lib: justify post-EOD read behaviorGao Xiang
2023-03-24erofs-utils: separate directory data from file dataGao Xiang
2023-03-19erofs-utils: fix up nlink for d_type unsupported fsesGao Xiang
2023-03-19erofs-utils: rearrange on-disk metadataGao Xiang
2023-03-15erofs-utils: support arbitrary block sizesGao Xiang
2023-03-15erofs-utils: drop hard-coded block sizeGao Xiang
2023-03-15erofs-utils: add per-sb block sizeGao Xiang
2023-03-10erofs-utils: fix liblzma extreme compression levelsGao Xiang
2023-03-10erofs-utils: lib: fix errors when building xattrsGao Xiang
2023-03-09erofs-utils: optimize dedupe matchingGao Xiang
2023-03-05erofs-utils: dedupe more in the packed inode if possibleGao Xiang
2023-03-05erofs-utils: handle mmap failure when packing a whole fileGao Xiang
2023-03-05erofs-utils: avoid using a static srcpathGao Xiang
2023-03-05erofs-utils: switch sha256 algorithm directly from LibTomCryptGao Xiang
2023-03-05erofs-utils: fix delta[1] out-of-bound of compact indexesGao Xiang
2023-03-03erofs-utils: validate the extent length for uncompressed pclustersYue Hu
2023-03-01erofs-utils: add `-Eall-fragments` optionGao Xiang
2023-03-01erofs-utils: use compressed pclusters to mark fragmentsGao Xiang
2023-03-01erofs-utils: get rid of useless nr_dupGao Xiang
2023-02-23erofs-utils: support randomizing algorithms in debugging modeGao Xiang
2023-02-23erofs-utils: support multiple algorithms in a single imageGao Xiang
2023-02-23erofs-utils: ignore comments and blank lines in compress hintsGao Xiang
2023-02-23erofs-utils: get rid of PAGE_SIZE leftoversGao Xiang
2023-02-09erofs-utils: mkfs: don't skip `lost+found`Gao Xiang
2023-01-31erofs-utils: support chunk-based sparse filesGao Xiang
2023-01-31erofs-utils: fix chunk-based image handling without real dataGao Xiang
2023-01-31erofs-utils: fuse: fix warnings on MacOSGao Xiang
2023-01-11erofs-utils: lib: export parts of erofs_pread()Yue Hu
2023-01-03erofs-utils: fuse: change to use erofs_pread to read fragmentYue Hu
2022-12-22erofs-utils: do not deduplicate compressed data for packed inodeYue Hu
2022-12-22erofs-utils: fix fragmentoff overflow for large packed inodeYue Hu
2022-12-22erofs-utils: mkfs: support fragment deduplicationYue Hu
2022-12-15erofs-utils: replace [l]stat64 by equivalent [l]statKhem Raj
2022-12-13erofs-utils: check the return value of lseek in inode.cYue Hu
2022-11-23erofs-utils: lib: fix missing CBLKCNT for big pcluster dedupeGao Xiang
2022-10-31erofs-utils: avoid the potentially wrong m_plen for big pclusterYue Hu
2022-10-22erofs-utils: lib: fix dev_read for large filesChen Linxuan
2022-10-14erofs-utils: avoid unnecessary insert behavior when not deduplicatingYue Hu
2022-10-05erofs-utils: mkfs: introduce global compressed data deduplicationZiyang Zhang