public inbox for linux-erofs@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 16:54:32 to 2026-03-23 11:19:18 UTC [more...]

[PATCH] erofs-utils: lib: switch ZSTD decompression to streaming API
 2026-03-23 11:19 UTC  (2+ messages)

[PATCH] erofs: update the Kconfig description
 2026-03-23  9:59 UTC  (2+ messages)

[PATCH 6.1] erofs: Fix the slab-out-of-bounds in drop_buffers()
 2026-03-23  8:58 UTC  (2+ messages)

[PATCH 6.1 0/1] erofs: Fix the slab-out-of-bounds in drop_buffers()
 2026-03-23  7:55 UTC  (4+ messages)
` [PATCH 6.1 1/1] erofs: enable large folios for iomap mode

[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-23  4:24 UTC  (3+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks
` [RFC PATCH v2 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH] erofs-utils: fsck: check symlink size before allocation
 2026-03-23  3:36 UTC  (3+ messages)

[PATCH] erofs-utils: mkfs: bound-check s3 passwd_file credentials
 2026-03-23  1:56 UTC  (3+ messages)

[PATCH] fsck: add --workers option to configure worker threads
 2026-03-22 16:23 UTC  (6+ messages)

[RFC] fsck.erofs: multi-threaded data verification/extraction
 2026-03-22 16:11 UTC 

[PATCH v3] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
 2026-03-22 12:09 UTC  (4+ messages)

[PATCH v2] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
 2026-03-22  6:06 UTC  (3+ messages)

[RFC] fsck.erofs: design discussion for multi-threaded extraction
 2026-03-22  5:57 UTC 

[PATCH] erofs-utils: fsck: fix directory loop tracking
 2026-03-22  0:41 UTC  (3+ messages)

[GSoC 2026][Discussion] mkfs.erofs: manifest-based filesystem generation support
 2026-03-21 17:30 UTC 

[RFC PATCH 0/5] erofs-utils: add manifest input support
 2026-03-21 15:28 UTC  (6+ messages)
` [RFC PATCH 1/5] erofs-utils: mkfs: add manifest source mode plumbing
` [RFC PATCH 2/5] erofs-utils: lib: add manifest loader interface
` [RFC PATCH 3/5] erofs-utils: lib: implement composefs manifest subset
` [RFC PATCH 4/5] erofs-utils: lib: implement proto "
` [RFC PATCH 5/5] erofs-utils: mkfs: enable diskbuf staging for manifest inputs

[PATCH] ci: add workflow to mark tags as GitHub releases
 2026-03-21 14:51 UTC  (3+ messages)

[PATCH] erofs-utils: man: fsck: document extraction options
 2026-03-21 14:18 UTC 

[PATCH] erofs-utils: fix resource leaks and missing returns on error paths
 2026-03-21 13:39 UTC  (9+ messages)

[PATCH v2 1/2] erofs-utils: fuse: add missing return on getattr error
 2026-03-21  9:34 UTC  (6+ messages)
` [PATCH v2 2/2] erofs-utils: lib: fix memory leak in erofs_gzran_builder_init error path

[PATCH v3] erofs-utils: lib: fix gzran builder memory leak
 2026-03-21  9:33 UTC 

[PATCH v3] erofs-utils: fuse: add missing return on getattr error
 2026-03-21  7:14 UTC 

[PATCH] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
 2026-03-20 18:54 UTC  (3+ messages)

[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 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: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  (5+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 46/61] vfio: "

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] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox