platform/upstream/erofs-utils.git
2025-04-05 Gao Xiangerofs-utils: lib: fix btype for the data tails of direc...
2025-04-05 Gao Xiangerofs-utils: stress: add support for dumping inconsiste...
2025-04-05 Gao Xiangerofs-utils: lib: use atomic operations for `vi->flags`
2025-04-05 Gao Xiangerofs-utils: allocate `struct erofs_inode` with zeroed...
2025-04-05 Gao Xiangerofs-utils: mkfs: implement extent-based deduplication
2025-04-03 Gao Xiangerofs-utils: lib: move buffer allocation into z_erofs_w...
2025-04-03 Gao Xiangerofs-utils: lib: use compressed offsets in `struct...
2025-03-23 Gao Xiangerofs-utils: mkfs: implement multi-threaded fragments
2025-03-21 Gao Xiangerofs-utils: fix heap-buffer-overflow in fragment cache
2025-03-08 Gao Xiangerofs-utils: lib: fix insufficient fragment cache bitmap
2025-03-07 Gao Xiangerofs-utils: lib: error out if fragment_off is crafted
2025-03-05 Gao Xiangerofs-utils: cleanup redundant logic in erofs_iflush()
2025-03-05 Gao Xiangerofs-utils: lib: simplify erofs_read_inode_from_disk()
2025-02-28 Gao Xiangerofs-utils: tar: handle empty filenames correctly
2025-02-27 Gao Xiangerofs-utils: contrib: add stress test
2025-02-27 Gao Xiangerofs-utils: fsck: fix stack-overflow due to directory...
2025-02-17 Gao Xiangerofs-utils: lib: fix an API usage error
2025-02-17 Gao Xiangerofs-utils: fix potential buffer overrun in __erofs_io...
2025-02-15 Gao Xiangerofs-utils: lib: shorten EROFS_FRAGMENT_INMEM_SZ_MAX
2025-02-15 Gao Xiangerofs-utils: avoid overly large temporary buffers for...
2025-02-15 Gao Xiangerofs-utils: mkfs: add per-segment reaper for multi...
2025-02-15 Gao Xiangerofs-utils: lib: get rid of tmpfile()
2025-02-14 Gao Xiangerofs-utils: mkfs: add missing `errno = 0` before strto[u]l
2025-02-13 Gao Xiangerofs-utils: mkfs: reduce default dict size for LZMA
2025-02-12 Gao Xiangerofs-utils: mkfs: fragment: gracefully exit if tempora...
2025-02-09 Gao Xiangerofs-utils: release 1.8.5
2025-02-09 Gao Xiangerofs-utils: lib: restrict pcluster size limitations
2025-02-09 Gao Xiangerofs-utils: lib: tar: keep non-existent directories...
2025-02-09 Gao Xiangerofs-utils: lib: clean up z_erofs_extent_lookback
2025-02-09 Gao Xiangerofs-utils: lib: refine z_erofs_get_extent_compressedlen()
2025-02-09 Gao Xiangerofs-utils: lib: simplify z_erofs_load_compact_lcluster()
2025-02-09 Gao Xiangerofs-utils: lib: handle NONHEAD !delta[1] lclusters...
2025-02-09 Gao Xiangerofs-utils: lib: sync up zmap.c
2025-02-06 Gao Xiangerofs-utils: lib: introduce the secondary compression...
2025-02-06 Gao Xiangerofs-utils: lib: get rid of z_erofs_fill_inode()
2025-02-06 Gao Xiangerofs-utils: lib: get rid of z_erofs_do_map_blocks...
2025-02-06 Gao Xiangerofs-utils: lib: sync up with the latest erofs_fs.h
2025-02-06 Gao Xiangerofs-utils: manpages: update new option of mkfs.erofs
2025-02-06 Gao Xiangerofs-utils: fsck: don't dump packed inode data if...
2025-02-06 Gao Xiangerofs-utils: fsck: keep S{U,G}ID bits properly on extra...
2025-02-06 Gao Xiangerofs-utils: mkfs: keep one-block uncompressed data...
2025-02-06 Gao Xiangerofs-utils: introduce fragment cache
2025-02-06 Hongzhen Luoerofs-utils: lib: add some bit operations
2025-01-21 Gao Xiangerofs-utils: mkfs: fix inefficient fragment deduplication
2025-01-21 Gao Xiangerofs-utils: lib: rework per-sb fragment generator
2025-01-21 Gao Xiangerofs-utils: lib: use erofs_map_blocks() for all datala...
2025-01-21 Gao Xiangerofs-utils: lib: dynamically sized `struct erofs_dentry`
2025-01-21 Gao Xiangerofs-utils: lib: limit NONHEAD delta1 for compact...
2025-01-09 Juan Hernandezerofs-utils: dump: Add --cat flag to show file contents
2025-01-09 Gao Xiangerofs-utils: mkfs: fix crash when failing to build...
2025-01-03 Gao Xiangerofs-utils: mkfs: support `-Efragdedupe=inode`
2025-01-02 Gao Xiangerofs-utils: release 1.8.4
2025-01-02 Gao Xiangerofs-utils: fix -Ededupe crash without fragments enabled
2025-01-02 Gao Xiangerofs-utils: mkfs: fix `-Eall-fragments` for multi...
2024-12-26 Gao Xiangerofs-utils: mkfs: allow disabling fragment deduplication
2024-12-26 Gao Xiangerofs-utils: mkfs: speed up uncompressed data handling
2024-12-26 Gao Xiangerofs-utils: lib: get rid of `len` in z_erofs_compress_...
2024-12-26 Gao Xiangerofs-utils: lib: tar: fix LIBARCHIVE.xattr URL-encoded...
2024-12-26 Gao Xiangerofs-utils: lib: tar: fix LIBARCHIVE.xattr base64...
2024-12-26 Gao Xiangerofs-utils: lib: tar: ignore useless fields of PAX...
2024-12-20 Gao Xiangerofs-utils: use external xxhash library if possible
2024-12-13 Gao Xiangerofs-utils: release 1.8.3
2024-12-13 ComixHeerofs-utils: lib: correct erofsfuse build script
2024-12-13 Paul Meyererofs-utils: add --hard-dereference option
2024-12-11 Gao Xiangerofs-utils: mkfs: add `-U <clear|random>` support
2024-12-11 Gao Xiangerofs-utils: lib: get rid of pthread_cancel() for workqueue
2024-12-05 Gao Xiangerofs-utils: use pkg-config for lz4 configuration
2024-12-05 Gao Xiangerofs-utils: lib: add missing dependencies
2024-12-03 Jooyung Hanerofs-utils: mkfs: make output stable
2024-12-03 Hongzhen Luoerofs-utils: lib: fix user-after-free in xattr.c
2024-11-29 Hongzhen Luoerofs-utils: rebuild: set the appropriate `dev` field...
2024-11-29 Hongzhen Luoerofs-utils: avoid silent corruption caused by `c_root_...
2024-11-22 Gao Xiangerofs-utils: lib: clean up z_erofs_load_full_lcluster()
2024-11-22 Gao Xiangerofs-utils: lib: clean up zmap.c
2024-11-22 Gao Xiangerofs-utils: fix `Not a directory` error for incrementa...
2024-11-12 Hongzhen Luoerofs-utils: lib: capture errors from {mkfs,rebuild...
2024-11-12 Hongzhen Luoerofs-utils: lib: rearrange struct erofs_configure
2024-11-12 Mike Bayntonerofs-utils: mkfs: Fix input offset counting in headerb...
2024-11-08 Jianan Huangerofs-utils: avoid allocating large arrays on the stack
2024-10-21 Gao Xiangerofs-utils: lib: report leftovers for partially filled...
2024-10-16 Gao Xiangerofs-utils: mkfs: fix unexpected errors for chunk...
2024-10-12 Gao Xiangerofs-utils: mkfs: fix `-Eall-fragments` for multi...
2024-10-09 Satoshi Niwaerofs-utils: lib: Explicitly include <pthread.h> where...
2024-09-23 Gao Xiangerofs-utils: release 1.8.2 v1.8.2
2024-09-23 Danny Linerofs-utils: lib: fix compressed packed inodes
2024-09-23 Gao Xiangerofs-utils: mkfs: add `--sort=none`
2024-09-19 Gao Xiangerofs-utils: mkfs: get rid of outdated subpage compress...
2024-09-19 Gao Xiangerofs-utils: mkfs: fix a regression where rebuild mode...
2024-09-17 Gao Xiangerofs-utils: lib: fix off-by-one issue with invalid...
2024-09-14 Sheng Yongerofs-utils: lib: fix sorting shared xattrs
2024-09-14 Hongzhen Luoerofs-utils: fsck: introduce exporting xattrs
2024-09-13 Hongzhen Luoerofs-utils: lib: expose erofs_xattr_prefix_matches()
2024-09-11 Hongzhen Luoerofs-utils: lib: fix incorrect nblocks in block list...
2024-09-10 Gao Xiangerofs-utils: lib: use another way to check power-of-2
2024-09-09 Gao Xiangerofs-utils: mkfs: fix inaccurate assertion of hardlink...
2024-09-09 Gao Xiangerofs-utils: lib: tar: allow pax headers with empty...
2024-09-09 Gao Xiangerofs-utils: mkfs: fix an undefined behavior of memcpy
2024-09-04 Hongzhen Luoerofs-utils: fix invalid argument type in erofs_err()
2024-09-04 Gao Xiangerofs-utils: lib: don't include <lzma.h> and <zlib...
2024-08-21 Sandeep Dhavaleerofs-utils: lib: actually skip the unidentified xattrs
next