aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-14erofs-utils: lib: add erofs_rebuild_get_dentry() helperJingbo Xu
2023-09-14erofs-utils: lib: add erofs_insert_ihash() helperJingbo Xu
2023-09-14erofs-utils: lib: add erofs_read_xattrs_from_disk() helperJingbo Xu
2023-09-14erofs-utils: lib: make erofs_get_unhashed_chunk() globalJingbo Xu
2023-09-14erofs-utils: lib: add list_splice_tail() helperJingbo Xu
2023-09-14erofs-utils: avoid flushing the image file on closingGao Xiang
2023-09-14erofs-utils: lib: avoid unnecessary modulo in cache.cGao Xiang
2023-09-14erofs-utils: lib: refactor extended attribute name prefixesJingbo Xu
2023-09-14erofs-utils: lib: tar: Initialize the variable to avoid using garbage valueSandeep Dhavale
2023-09-14erofs-utils: lib: Remove redundant assignmentSandeep Dhavale
2023-09-14erofs-utils: lib: Fix the memory leak in error pathSandeep Dhavale
2023-09-14erofs-utils: lib: Check for error from z_erofs_pack_file_from_fd()Sandeep Dhavale
2023-09-14erofs-utils: lib: Fix memory leak if __erofs_battach() failsSandeep Dhavale
2023-09-14erofs-utils: lib: Remove redundant line to get paddingSandeep Dhavale
2023-09-14erofs-utils: fsck: Fix potential memory leak in error pathSandeep Dhavale
2023-09-13erofs-utils: fsck: fix support for 16k block sizeSandeep Dhavale
2023-09-12erofs-utils: mkfs: print filesystem summaries after successGao Xiang
2023-09-12erofs-utils: lib: fix memory leaks in error paths of erofs_build_shared_xattr...Jingbo Xu
2023-09-12erofs-utils: mkfs: error out if an extended option is unknownYifan Zhao
2023-09-12erofs-utils: mkfs: add ^{inline_data,ztailpacking,dedupe} optionsGao Xiang
2023-09-12erofs-utils: lib: suppress a false-positive warning in kite-deflateGao Xiang
2023-09-11erofs-utils: lib: always fix up xattr_isize even w/o xattrsGao Xiang
2023-09-11erofs-utils: lib: set OVL_XATTR_ORIGIN for directories with whiteoutsJingbo Xu
2023-09-11erofs-utils: lib: add erofs_inode_is_whiteout() helperJingbo Xu
2023-09-11erofs-utils: lib: avoid exporting non-EROFS xattrsGao Xiang
2023-09-11erofs-utils: lib: remove unneeded NULL checksJingbo Xu
2023-09-11erofs-utils: get rid of useless (l)stat64 for MacOSGao Xiang
2023-09-07erofs-utils: lib: fix an overflow issue of unmapped extentsGao Xiang
2023-09-05erofs-utils: mkfs: don't warn dedupe and fragments features anymoreGao Xiang
2023-09-05erofs-utils: fsck: refuse illegel filenameGuo Xuenan
2023-09-02erofs-utils: bail out properly if erofs_iget_from_path(root) failsGao Xiang
2023-09-02erofs-utils: lib: fix `last_mapped_block` in erofs_bflush()Gao Xiang
2023-09-01erofs-utils: lib: support importing xattrs from tarerofsGao Xiang
2023-08-31erofs-utils: Set mkfs default blocksize based on current platformSandeep Dhavale
2023-08-31erofs-utils: Relax the hardchecks on the blocksizeSandeep Dhavale
2023-08-31erofs-utils: mkfs: enable xattr name filter feature by defaultGao Xiang
2023-08-31erofs-utils: mkfs,dump: introduce xattr name filter featureJingbo Xu
2023-08-31erofs-utils: update on-disk format for xattr name filterJingbo Xu
2023-08-30erofs-utils: add xxh32 libraryJingbo Xu
2023-08-29erofs-utils: lib: keep erofs_init_devices in sync with kernelJingbo Xu
2023-08-25erofs-utils: lib: fix dirent type of whiteout in tarerofsJingbo Xu
2023-08-21erofs-utils: sbi->devs should be cleared after freedGao Xiang
2023-08-21erofs-utils: lib: keep self maintained devnameJingbo Xu
2023-08-21erofs-utils: lib: read i_ino in erofs_read_inode_from_disk()Jingbo Xu
2023-08-21erofs-utils: fix overriding of i_rdev for special deviceJingbo Xu
2023-08-17erofs-utils: support long xattr name prefixes for erofsfuseJingbo Xu
2023-08-17erofs-utils: add erofs_read_metadata() helperJingbo Xu
2023-08-17erofs-utils: lib: add match_base_prefix() helperJingbo Xu
2023-08-16erofs-utils: lib: fix potential out-of-bound in xattr_entrylist()Jingbo Xu
2023-08-16AOSP: erofs-utils: add missing sbi argument to erofs_blknr in block listYue Hu