Messages by Thread
-
-
[RFC] fsck.erofs: design discussion for multi-threaded extraction
Utkal Singh
-
[PATCH] erofs-utils: fsck: check symlink size before allocation
Vansh Choudhary
-
[PATCH] erofs-utils: mkfs: bound-check s3 passwd_file credentials
Vansh Choudhary
-
[GSoC 2026][Discussion] mkfs.erofs: manifest-based filesystem generation support
Shailesh Kumar
-
[RFC PATCH 0/5] erofs-utils: add manifest input support
adigitX
-
[PATCH] erofs-utils: man: fsck: document extraction options
Vansh Choudhary
-
[PATCH] erofs-utils: fsck: fix directory loop tracking
Vansh Choudhary
-
[PATCH v3] erofs-utils: lib: fix gzran builder memory leak
Ajay Rajera
-
[PATCH v3] erofs-utils: fuse: add missing return on getattr error
Ajay Rajera
-
[PATCH v2 1/2] erofs-utils: fuse: add missing return on getattr error
Ajay Rajera
-
[PATCH v2] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
Ajay Rajera
-
[PATCH] erofs-utils: fix resource leaks and missing returns on error paths
Ajay Rajera
-
[PATCH] lib/metabox: fix 48-bit layout metablock addressing
oz456
-
[PATCH v7] backing_file: store an internal O_PATH user_path_file
Amir Goldstein
-
[PATCH] ci: add workflow to mark tags as GitHub releases
Kamran Alam
-
[PATCH v2] fs: allow backing file code to open an O_PATH file with negative dentry
Amir Goldstein
-
GSoC 2026 — Interest in Fuzzing & Image Injection Project
Kamran Alam
-
[PATCH v3] erofs-utils: decompress: fix QPL job leak on error paths
Vi-shub
-
[PATCH] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
Ajay Rajera
-
[PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Vi-shub
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Ajay Rajera
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Gao Xiang
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Gao Xiang
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Shubham Vishwakarma
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
zhaoyifan (H)
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Shubham Vishwakarma
-
Re: [PATCH] erofs-utils: lib: fix QPL job leak on early error paths in z_erofs_decompress_qpl() After z_erofs_qpl_get_job() succeeds, two early-return error paths bypass z_erofs_qpl_put_job(), leaking the QPL job handle: - Line 200: return -EFSCORRUPTED (when inputmargin >= inputsize) - Line 205: return -ENOMEM (when malloc fails for decodedskip buffer) Fix by replacing the bare returns with goto out_inflate_end, which already handles both z_erofs_qpl_put_job() and free(buff).
Ajay Rajera
-
[PATCH 1/2] erofs-utils: lib: replace bool locked with erofs_mutex_t for MT safety
Ajay Rajera
-
[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
Amir Goldstein
-
[PATCH] erofs-utils: lib: return error on ZSTD decompression length mismatch
Utkal Singh
-
[xiang-erofs:dev-test] BUILD SUCCESS 9bbb89d45a5df6103d6e59823a909a52b436712d
kernel test robot
-
Re: Incorrect Cc addresses in my recent emails
Utkal Singh
-
[PATCH experimental-tests] erofs-utils: tests: add test for blobdev block map support
Nithurshen
-
[PATCH v6] backing_file: store user_path_file
Amir Goldstein
-
GSoC 2026: interested in multi-threaded fsck.erofs decompression
Utkal Singh
-
[xiang-erofs:fixes] BUILD SUCCESS e2147eccab5524e6e5c41c48a01f69c94a30eef6
kernel test robot
-
[PATCH v2] erofs: harden h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-
[PATCH v2] erofs-utils: lib: harden h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-
[PATCH] erofs-utils: lib: fix potential NULL pointer dereference in docker config
lasyaprathipati
-
[PATCH] erofs: harden h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-
[PATCH v4] erofs-utils: lib: harden h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-
[PATCH] erofs-utils: lib: guard gzran zlib.h inclusion
Matthew Lear
-
[PATCH v3] erofs-utils: lib: validate h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-
[PATCH 1/2] erofs-utils: lib: fix invalid algorithm for encoded extents
Gao Xiang
-
[PATCH] erofs-utils: lib: validate z_extents against inode size
Utkal Singh
-
[PATCH v2 0/2] erofs-utils: lib: fix ZSTD decompression safety issues
Utkal Singh
-
[PATCH] erofs-utils: fix thread join loop in erofs_destroy_workqueue
Nithurshen
-
Re: [PATCH v1 1/2] erofs-utils: lib: validate ZSTD frame content size in decompression
Gao Xiang
-
[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
Paul Moore
-
[PATCH] erofs-utils: lib: validate h_shared_count in erofs_init_inode_xattrs()
Utkal Singh
-
[PATCH] erofs-utils: lib: name worker threads erofs_compress
Nithurshen
-
[PATCH] erofs-utils: lib/tar: fix missing NULL checks after malloc() in tarerofs_read_header()
Utkal Singh
-
[PATCH v2] erofs-utils: lib: fix potential NULL pointer dereference in docker_config.c
lasyaprathipati
-
[PATCH] erofs-utils: lib/tar: reject negative uid=/gid= values in PAX header
Utkal Singh
-
[PATCH v3 0/2] erofs-utils: lib/tar: fix PAX header parsing issues
Utkal Singh
-
[PATCH] fsck.erofs: validate h_shared_count against xattr_isize
Utkal Singh
-
[PATCH v2 0/2] erofs-utils: lib/tar: fix PAX header parsing issues
Utkal Singh
-
[PATCH 0/2] erofs-utils: lib/tar: fix PAX header parsing issues
Utkal Singh
-
GSoC and Introduction
Divyansh Khatri
-
GSoC ( Ajay Rajera ): Support generating filesystems from manifests with mkfs.erofs
Ajay
-
[GSoC] Inquiries regarding manifest format and implementation strategy
Sri Lasya Prathipati
-
[PATCH] erofs-utils: lib: fix potential NULL pointer dereference in docker_config.c
Sri Lasya