messages from 2026-03-19 14:54:16 to 2026-03-28 01:19:33 UTC [more...]
[PATCH] erofs-utils: tar: fix multi-chunk metadata reads
2026-03-28 1:19 UTC (3+ messages)
[PATCH v3] erofs-utils: lib: fix infinite loop on EOF in erofs_io_xcopy
2026-03-28 0:39 UTC (5+ messages)
[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-27 22:04 UTC (3+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH] erofs-utils: tar: guard NULL hardlink targets
2026-03-27 19:37 UTC (3+ messages)
` [PATCH] erofs-utils: tests: add test for malformed tar "
[PATCH 6.1.y 1/2] erofs: handle overlapped pclusters out of crafted images properly
2026-03-27 4:33 UTC (2+ messages)
` [PATCH 6.1.y 2/2] erofs: fix PSI memstall accounting
[PATCH 6.6.y] erofs: fix "BUG: Bad page state in z_erofs_do_read_page"
2026-03-27 4:15 UTC
[PATCH] erofs-utils: lib: fix error-path resource leaks in stream setup
2026-03-26 18:14 UTC
[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-03-26 14:19 UTC (30+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request
[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-26 14:14 UTC (7+ 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: tar: guard empty PAX path trimming
2026-03-26 12:54 UTC
[GIT PULL] erofs fixes for 7.0-rc6
2026-03-26 1:52 UTC (2+ messages)
[PATCH 0/6] mm: vma flag tweaks
2026-03-25 19:11 UTC (33+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()
[xiang-erofs:dev-test] BUILD SUCCESS 2f0407ed923b7eb363424033fc12fe253da139c4
2026-03-25 15:48 UTC
[v6.6] BUG: Bad page state in z_erofs_do_read_page
2026-03-25 10:02 UTC (4+ messages)
Nintendo Switch Online定期購入サービスの自動継続終了について
2026-03-25 5:26 UTC
[PATCH v2] erofs: fix .fadvise() for page cache sharing
2026-03-25 1:01 UTC (2+ messages)
[xiang-erofs:dev] BUILD SUCCESS 6b956a871865193a194dbd028334c8e1b20c8d5f
2026-03-25 0:31 UTC
GSoC 2026 Inquiry: Interested in EROFS-utils and File System Optimization - Udisha Narayan
2026-03-24 17:19 UTC (2+ messages)
[PATCH] erofs-utils: tar: bound-check PAX header parsing
2026-03-24 16:16 UTC
Subject: GSoC 2026 Inquiry: Multi-threaded decompression in erofs-utils (Harsh)
2026-03-24 16:12 UTC (2+ messages)
[PATCH] erofs: fix .fadvise() for page cache sharing
2026-03-24 14:08 UTC
[PATCH v2 6.1] erofs: Fix the slab-out-of-bounds in drop_buffers()
2026-03-24 2:24 UTC (2+ messages)
[PATCH] erofs-utils: tar: validate tar entry sizes
2026-03-23 16:29 UTC
[PATCH] erofs: update the Kconfig description
2026-03-23 15:33 UTC (3+ messages)
[PATCH 0/4] fs/erofs: major alignment fixes
2026-03-23 15:13 UTC (8+ messages)
` [PATCH 1/4] fs/erofs: align the malloc'ed data
` [PATCH 2/4] fs/erofs: allocate data buffers on heap with alignment (1/3)
` [PATCH 3/4] fs/erofs: allocate data buffers on heap with alignment (2/3)
` [PATCH 4/4] fs/erofs: allocate data buffers on heap with alignment (3/3)
About EROFS Gsoc 2026
2026-03-23 13:01 UTC
[PATCH] erofs-utils: lib: switch ZSTD decompression to streaming API
2026-03-23 11:19 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
[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 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 (3+ 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 (7+ 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)
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