public inbox for linux-erofs@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-03-21 15:29:08 to 2026-03-30 10:31:11 UTC [more...]

[PATCH experimental-tests] erofs-utils: tests: test FUSE error handling on corrupted inodes
 2026-03-30 10:30 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v1] erofs: remove the guard of showing domain_id and fsid
 2026-03-30  8:51 UTC  (5+ messages)

[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-30  8:35 UTC  (6+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[GSoC 2026] Multi-threaded decompression for fsck.erofs — design question on z_erofs_decompress() parallelism
 2026-03-30  8:30 UTC  (3+ messages)

[PATCH 1/4] erofs-utils: lib: fix error-path resource leaks in stream setup
 2026-03-30  7:01 UTC  (6+ messages)
` [PATCH 2/4] erofs-utils: fix typos and enhance installation guide
` [PATCH 3/4] README: comprehensive refactor for clarity and professionalism
` [PATCH 4/4] docs: expand build instructions and multithreading documentation

[PATCH 1/3] erofs-utils: lib: fix error-path resource leaks in stream setup
 2026-03-30  6:44 UTC  (5+ messages)
` [PATCH 2/3] erofs-utils: fix typos and enhance installation guide
` [PATCH 3/3] README: comprehensive refactor for clarity and professionalism

[PATCH 1/3] erofs-utils: lib: fix error-path resource leaks in stream setup
 2026-03-30  6:39 UTC  (5+ messages)
` [PATCH 2/3] erofs-utils: fix typos and enhance installation guide
` [PATCH 3/3] README: comprehensive refactor for clarity and professionalism

[PATCH] erofs-utils: fix resource leaks and missing returns on error paths
 2026-03-30  4:41 UTC  (4+ messages)

[PATCH] erofs: verify metadata accesses for file-backed mounts
 2026-03-30  2:29 UTC  (2+ messages)

[PATCH] erofs-utils: fix typos and enhance installation guide
 2026-03-30  1:45 UTC  (4+ messages)

[PATCH] erofs-utils: lib: switch ZSTD decompression to streaming API
 2026-03-30  1:42 UTC  (4+ messages)

[PATCH] erofs-utils: lib: fix EINTR mishandling in erofs_io_read()
 2026-03-29 20:44 UTC  (2+ messages)

[PATCH] erofs-utils: lib: tar: fix fractional PAX mtime parsing
 2026-03-29 17:36 UTC 

[PATCH] erofs-utils: lib: fix data race on __erofs_is_progressmsg
 2026-03-29 13:23 UTC 

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-29 11:07 UTC  (43+ 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

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

[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 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  (5+ messages)
` [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


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