platform/upstream/erofs-utils.git
2024-07-04 Hongzhen Luoerofs-utils: rename the global sbi to g_sbi
2024-07-04 Hongzhen Luoerofs-utils: lib: get rid of global sbi in lib/inode.c
2024-07-03 Hongzhen Luoerofs-utils: lib: change function definition of erofs_b...
2024-07-02 Gao Xiangerofs-utils: rebuild: only update dev/i_ino[1] pairs...
2024-06-27 Gao Xiangerofs-utils: fix "non-trivial designated initializers...
2024-06-27 Hongzhen Luoerofs-utils: lib: add erofs_get_configure()
2024-06-25 Hongzhen Luoerofs-utils: lib: add erofs_{rebuild_make_root,enable_s...
2024-06-24 Hongzhen Luoerofs-utils: improve compatibility and reduce header...
2024-06-24 Gao Xiangerofs-utils: introduce `payload` field in `struct erofs...
2024-06-24 Gao Xiangerofs-utils: derive i_srcpath for erofs_rebuild_mkdir()
2024-06-23 Gao Xiangerofs-utils: optimize write_uncompressed_file_from_fd()
2024-06-20 Gao Xiangerofs-utils: skip all unidentified xattrs from local...
2024-06-20 Gao Xiangerofs-utils: enable mapfile for `--tar=f`
2024-06-20 Gao Xiangerofs-utils: enable incremental builds
2024-06-19 Gao Xiangerofs-utils: fix incremental builds for tarerofs index...
2024-06-19 Gao Xiangerofs-utils: support building image with reserved space
2024-06-19 Gao Xiangerofs-utils: fix up unchanged directory pNIDs for incre...
2024-06-19 Gao Xiangerofs-utils: introduce incremental builds
2024-06-19 Gao Xiangerofs-utils: fix up root inode for incremental builds
2024-06-19 Gao Xiangerofs-utils: mkfs: minor cleanup & rearrangement
2024-06-19 Gao Xiangerofs-utils: simplify erofs_insert_ihash
2024-06-19 Hongzhen Luoerofs-utils: fix erofs_io_p{read,write} and erofs_dev_close
2024-06-13 Gao Xiangerofs-utils: lib: get rid of global sbi in lib/inode.c
2024-06-13 Gao Xiangerofs-utils: mkfs: assign root NID in the main thread
2024-06-13 Gao Xiangerofs-utils: wrap up superblock reservation for increme...
2024-06-13 Gao Xiangerofs-utils: lib: use filesystem UUID if the device...
2024-06-13 Gao Xiangerofs-utils: lib: get rid of erofs_prepare_dir_layout()
2024-06-13 Gao Xiangerofs-utils: fix incorrect i_nlink in the unified rebui...
2024-06-12 Hongzhen Luoerofs-utils: add I/O control for tarerofs stream via...
2024-06-12 Gao Xiangerofs-utils: fix the current rebuild mode
2024-06-11 Gao Xiangerofs-utils: lib: split erofs_iflush()
2024-06-11 Gao Xiangerofs-utils: move erofs_writesb() into lib/
2024-06-11 Hongzhen Luoerofs-utils: lib: support virtual files
2024-06-11 ComixHeerofs-utils: build: support building static library...
2024-06-06 Gao Xiangerofs-utils: support Intel Query Processing Library
2024-06-05 Gao Xiangerofs-utils: introduce z_erofs_parse_cfgs()
2024-06-04 Gao Xiangerofs-utils: record sb_size instead of sb_extslots
2024-06-04 Gao Xiangerofs-utils: lib: wrap up zeropadding calculation
2024-06-04 Gao Xiangerofs-utils: lib: fix incorrect xattr sharing
2024-06-04 Gao Xiangerofs-utils: fix false-positive errors on gcc 4.8.5
2024-06-04 Sandeep Dhavaleerofs-utils: lib: improve freeing hashmap in erofs_blob...
2024-06-04 Sandeep Dhavaleerofs-utils: lib: provide helper to disable hashmap...
2024-06-04 Gao Xiangerofs-utils: lib: fix uncompressed packed inode
2024-06-04 Gao Xiangerofs-utils: unify the tree traversal for the rebuild...
2024-06-04 Gao Xiangerofs-utils: mkfs: add `--zfeature-bits` option
2024-05-16 Gao Xiangerofs-utils: add preliminary zstd support [x]
2024-05-16 Gao Xiangerofs-utils: pretty root directory progressinfo
2024-05-16 Gao Xiangerofs-utils: correct the default number of workers...
2024-05-01 Noboru Asaierofs-utils: optimize pthread_cond_signal calling
2024-05-01 Gao Xiangerofs-utils: lib: adjust MicroLZMA default dictionary...
2024-05-01 Gao Xiangerofs-utils: record pclustersize in bytes instead of...
2024-04-27 Gao Xiangerofs-utils: mkfs: use all available processors by...
2024-04-24 Gao Xiangerofs-utils: mkfs: enable inter-file multi-threaded...
2024-04-24 Gao Xiangerofs-utils: lib: introduce non-directory jobitem context
2024-04-24 Yifan Zhaoerofs-utils: mkfs: prepare inter-file multi-threaded...
2024-04-24 Gao Xiangerofs-utils: lib: split up z_erofs_mt_compress()
2024-04-24 Gao Xiangerofs-utils: rearrange several fields for multi-threade...
2024-04-24 Gao Xiangerofs-utils: lib: split out erofs_commit_compressed_file()
2024-04-24 Gao Xiangerofs-utils: lib: prepare for later deferred work
2024-04-24 Gao Xiangerofs-utils: use erofs_atomic_t for inode->i_count
2024-04-24 Yifan Zhaoerofs-utils: fsck: extract chunk-based file with hole...
2024-04-24 Noboru Asaierofs-utils: add missing block counting
2024-04-22 Gao Xiangerofs-utils: lib: refine on-disk meta arrangement again
2024-04-22 Yifan Zhaoerofs-utils: lib: split out several helpers in inode.c
2024-04-22 Yifan Zhaoerofs-utils: mkfs: skip the redundant write for ztailpa...
2024-04-22 Sandeep Dhavaleerofs-utils: lib: treat data blocks filled with 0s...
2024-04-18 Sandeep Dhavaleerofs-utils: dump: print filesystem blocksize
2024-04-12 Noboru Asaierofs-utils: change ztailpacking temporary buffer to...
2024-04-12 Gao Xiangerofs-utils: lib: fix tarerofs 32-bit overflows
2024-04-07 Sandeep Dhavaleerofs-utils: lib: Fix calculation of minextblks when...
2024-04-07 Gao Xiangerofs-utils: set opaque flag for directories in tarerof...
2024-04-07 Gao Xiangerofs: fix compression fallback in tarerofs mode
2024-04-07 Gao Xiangerofs-utils: tar: all regular inodes should be zeroed...
2024-04-07 Noboru Asaierofs-utils: move pclustersize to `struct z_erofs_compr...
2024-04-07 Gao Xiangerofs-utils: lib: fix multi-threaded compression in...
2024-04-07 Yifan Zhaoerofs-utils: mkfs: introduce inner-file multi-threaded...
2024-03-15 Gao Xiangerofs-utils: lib: introduce atomic operations
2024-03-15 Yifan Zhaoerofs-utils: mkfs: add `--workers=#` parameter
2024-03-15 Gao Xiangerofs-utils: add a helper to get available processors
2024-03-15 Yifan Zhaoerofs-utils: introduce multi-threading framework
2024-03-14 Gao Xiangerofs-utils: support xz/lzma/lzip streams for tarerofs
2024-03-08 Mike Bayntonerofs-utils: mkfs: Support tar source without data
2024-03-08 Gao Xiangerofs-utils: update my outdated misleading email address
2024-02-28 Gao Xiangerofs-utils: support dumping raw tar streams together
2024-02-28 Gao Xiangerofs-utils: support liblzma auto-detection
2024-02-20 Gao Xiangerofs-utils: support zlib auto-detection
2024-02-12 Tianyi Liuerofs-utils: lib: fix incorrect usage of `erofs_strerror`
2024-01-24 Gao Xiangerofs-utils: lib: reset HC to avoid 32-bit overflow...
2024-01-21 Yifan Zhaoerofs-utils: mkfs: reorganize logic in erofs_compressor...
2024-01-21 Yifan Zhaoerofs-utils: mkfs: allow to specify dictionary size...
2024-01-21 Yifan Zhaoerofs-utils: mkfs: merge erofs_compressor_setlevel...
2024-01-16 Gao Xiangerofs-utils: avoid noisy prints if stdout is not a tty
2024-01-15 Gao Xiangerofs-utils: lib: use dummy_pivot to dedupe the beginni...
2024-01-14 Yifan Zhaoerofs-utils: lib: generate compression indexes in memor...
2024-01-14 Gao Xiangerofs-utils: lib: split vle_compress_one()
2024-01-14 Gao Xiangerofs-utils: lib: add z_erofs_need_refill()
2024-01-14 Li Yiyanerofs-utils: fuse: support FUSE 2/3 multi-threading
2024-01-14 Yifan Zhaoerofs-utils: mkfs: fix a misspelling
2024-01-13 Gao Xiangerofs-utils: mkfs: support compact indexes for smaller...
2024-01-13 Gao Xiangerofs-utils: lib: fix up compact indexes for block...
next