Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH RFC 0/2] RFC: erofs: memory-backed mount for non-page-aligned ranges
 2026-06-19  0:32 UTC  (4+ messages)
` [PATCH RFC 1/2] erofs: add memory-backed mode for non-page-aligned mount
` [PATCH RFC 2/2] erofs: add KUnit test for memory-backed compressed mount

[PATCH] erofs: prevent buffered read bio merges across device chunks
 2026-06-18 10:53 UTC  (14+ messages)
  ` don't merge bios over iomap boundaries, was: "

[PATCH v2] erofs: add folio order to trace_erofs_read_folio
 2026-06-18  8:12 UTC 

[xiang-erofs:dev] BUILD SUCCESS 99980e9a7eca5ba3f4a2892acb0ccdcc7fe1dd8f
 2026-06-18  7:44 UTC 

[RFC PATCH 0/3] erofs-utils: introduce file-merge incremental build
 2026-06-18  6:59 UTC  (4+ messages)
` [RFC PATCH 1/3] erofs-utils: lib: directly propagate vfile errors
` [RFC PATCH 2/3] erofs-utils: refactor inode data source vfiles
` [RFC PATCH 3/3] erofs-utils: support incremental file merge

[xiang-erofs:dev-test] BUILD SUCCESS e09fef94a578f7ef81b1dd271db43657da962478
 2026-06-17 22:47 UTC 

[xiang-erofs:fixes] BUILD SUCCESS 27f2d085bd72abe4235689d34d8654cfc876d568
 2026-06-17 14:28 UTC 

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-17  9:26 UTC  (26+ messages)
` [PATCH RFC 1/8] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC 2/8] fs: add a global device to super block hash table
` [PATCH RFC 3/8] fs: refuse to claim any frozen block device
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC 5/8] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC 6/8] ext4: "
` [PATCH RFC 7/8] erofs: "
` [PATCH RFC 8/8] super: make fs_holder_ops private
` [syzbot ci] Re: fs: support freeze/thaw/mark_dead/sync with shared devices

[PATCH] erofs: call erofs_exit_ishare() before rcu_barrier()
 2026-06-17  3:47 UTC  (2+ messages)

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-17  3:17 UTC  (20+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 02/18] super: convert s_count to refcount_t s_passive
` [PATCH RFC v2 03/18] super: take lock after last reference count
` [PATCH RFC v2 04/18] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [PATCH RFC v2 06/18] ocfs2: don't reset s_dev on dismount
` [PATCH RFC v2 07/18] fs: maintain a global device-to-superblock table
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
` [PATCH RFC v2 09/18] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC v2 10/18] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC v2 11/18] ext4: "
` [PATCH RFC v2 12/18] fs: look up superblocks via the device table in fs_holder_ops
` [PATCH RFC v2 13/18] fs: tolerate per-superblock freeze errors on shared devices
` [PATCH RFC v2 14/18] erofs: open via dedicated fs bdev helpers
` [PATCH RFC v2 15/18] f2fs: "
` [PATCH RFC v2 16/18] super: make fs_holder_ops private
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()
` [PATCH RFC v2 18/18] selftests/filesystems: add ustat() coverage

[PATCH v4 00/30] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-16 12:51 UTC  (34+ messages)
` [PATCH v4 01/30] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v4 02/30] cachefiles: Fix double fput
` [PATCH v4 03/30] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
` [PATCH v4 04/30] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
` [PATCH v4 05/30] iov_iter: Remove unused variable in kunit_iov_iter.c
` [PATCH v4 06/30] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
` [PATCH v4 07/30] netfs: Replace wb_lock with a bit lock for asynchronicity
` [PATCH v4 08/30] netfs: Fix kdoc warning
` [PATCH v4 09/30] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v4 10/30] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v4 11/30] mm: Make readahead store folio count in readahead_control
` [PATCH v4 12/30] netfs: Bulk load the readahead-provided folios up front
` [PATCH v4 13/30] Add a function to kmap one page of a multipage bio_vec
` [PATCH v4 14/30] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v4 15/30] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v4 16/30] netfs: Add some tools for managing bvecq chains
` [PATCH v4 17/30] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v4 18/30] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v4 19/30] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v4 20/30] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v4 21/30] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v4 22/30] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v4 23/30] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v4 24/30] netfs: Remove netfs_extract_user_iter()
` [PATCH v4 25/30] iov_iter: Remove ITER_FOLIOQ
` [PATCH v4 26/30] netfs: Remove folio_queue and rolling_buffer
` [PATCH v4 27/30] netfs: Check for too much data being read
` [PATCH v4 28/30] netfs: Limit the minimum trigger for progress reporting
` [PATCH v4 29/30] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v4 30/30] CHANGES

[PATCH] erofs: update the overview of the documentation
 2026-06-16 11:37 UTC  (2+ messages)

[PATCH] erofs: clean up erofs_ishare_fill_inode()
 2026-06-16 11:32 UTC  (3+ messages)

[PATCH 1/3] erofs-utils: fsck: fix unsigned integer overflow in symlink extraction
 2026-06-16  5:53 UTC  (4+ messages)
` [PATCH 2/3] erofs-utils: fsck: account '/' separator in path construction
` [PATCH 3/3] erofs-utils: fsck: fix potential overflow due to u64-to-u32 truncation
` [PATCH v2 1/3] erofs-utils: fsck: fix unsigned integer overflow in symlink extraction

[xiang-erofs:dev-test] BUILD SUCCESS fe286bb12ffdfff173fecc12763c51f58e3c1532
 2026-06-15 22:37 UTC 

[PATCH] erofs: introduce erofs_map_chunks()
 2026-06-15  7:37 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v1] fsck.erofs: implement thread-safe global LRU metadata cache
 2026-06-15  2:45 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] fsck.erofs: implement concurrent directory traversal
 2026-06-12 15:42 UTC 

[PATCH] erofs-utils: lib: fix null deref on incremental uncompressed builds
 2026-06-12  8:06 UTC  (3+ messages)
` [PATCH] erofs-utils: lib: separate plain and compressed filesystems formally

Vulnerability Report - 5 findings in erofs-utils
 2026-06-11  1:40 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS ed9ad8d3a13931a5a0f65208b82135dd166a3ce0
 2026-06-10 16:58 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS bf64c6d804c4e657a7f8f1eaeb54a7058e9fa82c
 2026-06-09 23:27 UTC 

[PATCH 0/2] fsck.erofs: introduce multi-threaded decompression
 2026-06-09  9:17 UTC  (12+ messages)
` [PATCH 1/2] fsck.erofs: introduce multi-threaded decompression with static batching
` [PATCH 2/2] fsck.erofs: implement dynamic pcluster batching based on algorithm complexity
` [PATCH v2 0/2] fsck.erofs: add multi-threaded decompression
  ` [PATCH v2 1/2] fsck.erofs: introduce multi-threaded decompression with static batching
  ` [PATCH v2 2/2] fsck.erofs: implement algorithm-aware pcluster batching
` [PATCH v3 0/2] fsck.erofs: add multi-threaded decompression
  ` [PATCH v3 1/2] fsck.erofs: introduce multi-threaded decompression with static batching
  ` [PATCH v3 2/2] fsck.erofs: implement algorithm-aware pcluster batching

[PATCH] erofs-utils: build: link tools with liberofs dependencies
 2026-06-09  9:04 UTC  (6+ messages)
` [PATCH v2] "

You have a new message regarding the status of your delivery
 2026-06-08 15:29 UTC 

[PATCH v3 00/22] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-08 14:54 UTC  (23+ messages)
` [PATCH v3 01/22] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH v3 02/22] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v3 03/22] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v3 04/22] mm: Make readahead store folio count in readahead_control
` [PATCH v3 05/22] netfs: Bulk load the readahead-provided folios up front
` [PATCH v3 06/22] Add a function to kmap one page of a multipage bio_vec
` [PATCH v3 07/22] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v3 08/22] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v3 09/22] netfs: Add some tools for managing bvecq chains
` [PATCH v3 10/22] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v3 11/22] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v3 12/22] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v3 13/22] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v3 14/22] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v3 15/22] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v3 16/22] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v3 17/22] netfs: Remove netfs_extract_user_iter()
` [PATCH v3 18/22] iov_iter: Remove ITER_FOLIOQ
` [PATCH v3 19/22] netfs: Remove folio_queue and rolling_buffer
` [PATCH v3 20/22] netfs: Check for too much data being read
` [PATCH v3 21/22] netfs: Limit the minimum trigger for progress reporting
` [PATCH v3 22/22] netfs: Combine prepare and issue ops and grab the buffers on request

[GIT PULL] erofs fixes for 7.1-rc7
 2026-06-05 17:32 UTC  (2+ messages)

[PATCH v2 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-04 14:26 UTC  (7+ messages)
` [PATCH v2 05/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v2 06/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()

[PATCH 1/2] erofs-utils: tar: reject negative size= value in PAX header
 2026-06-03 10:08 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: tar: handle empty values in pax extended headers

[PATCH] erofs-utils: s3: use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T if possible
 2026-06-03  2:06 UTC 

[PATCH v2 1/3] erofs-utils: mount: extract reusable source-opening and recovery helpers
 2026-06-02  4:05 UTC  (3+ messages)
` [PATCH v2 2/3] erofs-utils: add ublk userspace block device backend
` [PATCH v2 3/3] erofs-utils: mount: integrate ublk backend

[PATCH 0/9] fs: add change date to ls output
 2026-05-29 20:01 UTC  (6+ messages)
` [PATCH 3/9] fs: ext4: print change date in directory listing

[xiang-erofs:dev-test] BUILD SUCCESS 1aee05e814d292064bf5fa15733741040cdc48ba
 2026-05-29 19:41 UTC 

[PATCH] erofs-utils: build: drop stale liblzma path handling
 2026-05-27 10:17 UTC  (3+ messages)

[PATCH v1 1/1] test: fs: Use shared generate_file from utils
 2026-05-25 22:43 UTC  (2+ messages)

[PATCH] erofs: fix use-after-free on sbi->sync_decompress
 2026-05-22 13:00 UTC  (3+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 79b09c54c6563df9846ca3094bcfd72082c3e1d7
 2026-05-21  8:01 UTC 


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