messages from 2026-03-13 11:38:37 to 2026-03-20 14:04:45 UTC [more...]
[PATCH] lib/metabox: fix 48-bit layout metablock addressing
2026-03-20 14:04 UTC (2+ messages)
[PATCH v7] backing_file: store an internal O_PATH user_path_file
2026-03-20 13:53 UTC
[PATCH] ci: add workflow to mark tags as GitHub releases
2026-03-20 13:05 UTC
[PATCH v2] fs: allow backing file code to open an O_PATH file with negative dentry
2026-03-20 12:33 UTC (2+ messages)
[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
2026-03-20 12:15 UTC (7+ messages)
GSoC 2026 — Interest in Fuzzing & Image Injection Project
2026-03-20 9:51 UTC
[PATCH] erofs-utils: lib: return error on ZSTD decompression length mismatch
2026-03-20 9:29 UTC (4+ messages)
[PATCH v3] erofs-utils: decompress: fix QPL job leak on error paths
2026-03-20 8:29 UTC (3+ messages)
[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)
2026-03-20 2:27 UTC (8+ messages)
[PATCH] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
2026-03-20 0:20 UTC
[PATCH] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
2026-03-20 0:08 UTC
[PATCH 1/2] erofs-utils: lib: replace bool locked with erofs_mutex_t for MT safety
2026-03-19 16:53 UTC (8+ messages)
` [PATCH 2/2] erofs-utils: lib: fix meta_blkaddr handling for 48-bit layout
` [PATCH v2 1/2] erofs-utils: lib: replace bool locked with erofs_mutex_t for MT safety
[PATCH v6] backing_file: store user_path_file
2026-03-19 15:56 UTC (4+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-19 14:13 UTC (9+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "
Incorrect Cc addresses in my recent emails
2026-03-19 11:08 UTC (3+ messages)
[PATCH 6.12.y v2] erofs: fix inline data read failure for ztailpacking pclusters
2026-03-19 10:41 UTC (2+ messages)
` Patch "erofs: fix inline data read failure for ztailpacking pclusters" has been added to the 6.12-stable tree
[xiang-erofs:dev-test] BUILD SUCCESS 9bbb89d45a5df6103d6e59823a909a52b436712d
2026-03-19 9:41 UTC
[PATCH] mkfs: support block map for blob devices
2026-03-19 3:19 UTC (5+ messages)
[PATCH experimental-tests] erofs-utils: tests: add test for blobdev block map support
2026-03-19 3:16 UTC
[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-18 20:00 UTC (11+ messages)
` [PATCH 1/3] backing_file: store user_path_file
` [PATCH 2/3] lsm: add the security_mmap_backing_file() hook
` [PATCH 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v2] erofs-utils: lib: fix potential NULL pointer dereference in docker_config.c
2026-03-18 14:54 UTC (5+ messages)
GSoC 2026: interested in multi-threaded fsck.erofs decompression
2026-03-18 10:16 UTC
[PATCH] erofs-utils: fix thread join loop in erofs_destroy_workqueue
2026-03-18 8:40 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2] erofs: harden h_shared_count in erofs_init_inode_xattrs()
2026-03-18 7:39 UTC (9+ messages)
` [PATCH v3] erofs: validate "
[PATCH v2] erofs: add GFP_NOIO in the bio completion if needed
2026-03-18 6:07 UTC (2+ messages)
[xiang-erofs:fixes] BUILD SUCCESS e2147eccab5524e6e5c41c48a01f69c94a30eef6
2026-03-17 20:22 UTC
[PATCH] erofs-utils: lib: guard gzran zlib.h inclusion
2026-03-17 15:29 UTC (2+ messages)
[PATCH v2] erofs-utils: lib: harden h_shared_count in erofs_init_inode_xattrs()
2026-03-17 15:27 UTC (3+ messages)
[PATCH] erofs-utils: lib: fix potential NULL pointer dereference in docker config
2026-03-17 14:38 UTC
[PATCH] erofs: harden h_shared_count in erofs_init_inode_xattrs()
2026-03-17 13:29 UTC (2+ messages)
[PATCH v3] erofs-utils: lib: validate h_shared_count in erofs_init_inode_xattrs()
2026-03-17 12:41 UTC (3+ messages)
[PATCH v4] erofs-utils: lib: harden h_shared_count in erofs_init_inode_xattrs()
2026-03-17 12:36 UTC
[PATCH] erofs-utils: lib: validate h_shared_count in erofs_init_inode_xattrs()
2026-03-17 11:34 UTC (3+ messages)
[PATCH v2 0/2] erofs-utils: lib: fix ZSTD decompression safety issues
2026-03-17 10:00 UTC (5+ messages)
` [PATCH v2 1/2] erofs-utils: lib: validate ZSTD frame content size in decompression
` [PATCH v2 2/2] erofs-utils: lib: return error on ZSTD decompression length mismatch
[PATCH] erofs-utils: lib: validate z_extents against inode size
2026-03-17 9:28 UTC (4+ messages)
[PATCH 1/2] erofs-utils: lib: fix invalid algorithm for encoded extents
2026-03-17 8:48 UTC (2+ messages)
` [PATCH 2/2] erofs-utils: avoid infinite loops due to corrupted subpage compact indexes
[PATCH v1 0/2] erofs-utils: lib: fix ZSTD decompression safety issues
2026-03-17 4:47 UTC (5+ messages)
` [PATCH v1 1/2] erofs-utils: lib: validate ZSTD frame content size in decompression
` [PATCH v1 2/2] erofs-utils: lib: return error on ZSTD decompression length mismatch
[PATCH] erofs-utils: lib: validate h_shared_count in erofs_init_inode_xattrs()
2026-03-17 4:47 UTC (4+ messages)
[PATCH] erofs-utils: lib: validate decodedskip in z_erofs_decompress()
2026-03-16 20:55 UTC
[PATCH] fsck.erofs: fix xattr verification being skipped during extraction
2026-03-16 19:45 UTC
[PATCH] erofs-utils: lib: name worker threads erofs_compress
2026-03-16 18:01 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] erofs-utils: lib: name worker threads erofscompressor
` [PATCH v5] "
[PATCH 0/2] erofs-utils: minor cleanups and enhancements
2026-03-16 10:59 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] erofs-utils: dump: remove redundant conditional branch in filesize distribution
` [PATCH v2] erofs-utils: mkfs: add --exclude-path-from and --exclude-regex-from
` [PATCH v2] mkfs: support block map for blob devices
` [PATCH v2 2/2] erofs-utils: fsck: add warning for unsupported file types during extraction
` [PATCH v3 0/2] erofs-utils: minor cleanups and enhancements
` [PATCH v3 1/2] erofs-utils: dump: remove redundant conditional branch in filesize distribution
` [PATCH v3 2/2] erofs-utils: fsck: add warning for unsupported file types during extraction
[GSoC] Inquiries regarding manifest format and implementation strategy
2026-03-16 9:20 UTC (3+ messages)
[PATCH] erofs-utils: lib/tar: fix missing NULL checks after malloc() in tarerofs_read_header()
2026-03-16 9:11 UTC
[PATCH] erofs-utils: lib: fix potential NULL pointer dereference in docker_config.c
2026-03-16 9:01 UTC (3+ messages)
[PATCH v3 0/2] erofs-utils: lib/tar: fix PAX header parsing issues
2026-03-16 8:21 UTC (7+ messages)
` [PATCH v3 1/2] erofs-utils: lib/tar: skip PAX entries with empty path
` [PATCH v3 2/2] erofs-utils: lib/tar: reject negative size= value in PAX header
[PATCH] erofs-utils: lib/tar: reject negative uid=/gid= values in PAX header
2026-03-16 8:12 UTC
[PATCH v2 0/2] erofs-utils: lib/tar: fix PAX header parsing issues
2026-03-16 7:48 UTC (5+ messages)
` [PATCH v2 1/2] erofs-utils: lib/tar: skip PAX entries with empty path
` [PATCH v2 2/2] erofs-utils: lib/tar: reject negative size= value in PAX header
[PATCH] fsck.erofs: validate h_shared_count against xattr_isize
2026-03-16 7:38 UTC
[PATCH 0/2] erofs-utils: lib/tar: fix PAX header parsing issues
2026-03-16 6:14 UTC (3+ messages)
` [PATCH 1/2] erofs-utils: lib/tar: skip PAX entries with empty path
` [PATCH 2/2] erofs-utils: lib/tar: reject negative size= value in PAX header
[PATCH] erofs-utils: lib: validate algorithm format before use in z_erofs_map_blocks_ext
2026-03-16 5:33 UTC (6+ messages)
` [PATCH v2] erofs-utils: release 1.9.1
` [PATCH v2] erofs-utils: lib: validate algorithm for encoded extents
GSoC and Introduction
2026-03-16 5:09 UTC
GSoC ( Ajay Rajera ): Support generating filesystems from manifests with mkfs.erofs
2026-03-16 2:51 UTC (2+ messages)
[PATCH] erofs-utils: lib/tar: skip PAX entries with empty path
2026-03-15 16:28 UTC
[PATCH] erofs-utils: lib: fix wrong NULL check after erofs_balloc() in metabox
2026-03-15 16:02 UTC
[PATCH] erofs-utils: lib: add recursion depth limit to erofs_get_pathname_iter
2026-03-15 14:28 UTC
[PATCH 0/4] erofs-utils: add ublk backend for mount.erofs
2026-03-15 14:27 UTC (5+ messages)
` [PATCH 1/4] erofs-utils: mount: generalize nbd source types for multi-backend support
` [PATCH 2/4] erofs-utils: mount: extract reusable source-opening and recovery helpers
` [PATCH 3/4] erofs-utils: add ublk userspace block device backend
` [PATCH 4/4] erofs-utils: mount: integrate ublk backend
[PATCH] fsck.erofs: xattr: validate h_shared_count before shared entry loop
2026-03-15 7:38 UTC
[PATCH 1/2] erofs-utils: lib: add capacity ceiling in deflate partial decompression
2026-03-15 7:27 UTC (2+ messages)
` [PATCH 2/2] erofs-utils: lib: fix decodedcapacity integer overflow in inflate partial
[PATCH] erofs-utils: xattr: validate h_shared_count against xattr_isize
2026-03-15 7:19 UTC
[PATCH] erofs-utils: lib: fix missing NULL checks after strdup() in tarerofs_parse_tar_header()
2026-03-14 23:10 UTC
[PATCH] erofs-utils: lib: fix decodedcapacity integer overflow in inflate partial
2026-03-14 23:01 UTC
[PATCH] erofs-utils: lib: add capacity ceiling in deflate partial decompression
2026-03-14 22:35 UTC
[PATCH] erofs-utils: lib: fix missing -EIO in z_erofs_decompress_zstd
2026-03-14 22:07 UTC
[PATCH] erofs-utils: lib: fix missing NULL checks after strdup() in tarerofs_parse_tar_header()
2026-03-14 21:25 UTC
[PATCH] erofs-utils: lib: fix error code loss in erofs_io_fallocate()
2026-03-14 21:06 UTC
[GSoC 2026] Introduction and Project Interest: Support generating filesystems from manifests
2026-03-13 11:38 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox