Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-12 07:17:35 to 2026-06-16 10:09:49 UTC [more...]

[PATCH v4 00/30] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-06-16 10:07 UTC  (8+ 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 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] erofs: clean up erofs_ishare_fill_inode()
 2026-06-15  1:26 UTC  (2+ messages)

[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

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

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 

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-10  6:55 UTC  (20+ 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: update the overview of the documentation
 2026-06-10  3:05 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  (30+ messages)
` [PATCH v2 01/21] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v2 02/21] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v2 03/21] mm: Make readahead store folio count in readahead_control
` [PATCH v2 04/21] netfs: Bulk load the readahead-provided folios up front
` [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 v2 07/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v2 08/21] netfs: Add some tools for managing bvecq chains
` [PATCH v2 09/21] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v2 10/21] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v2 11/21] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v2 12/21] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH v2 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v2 14/21] cifs: Remove support for ITER_FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH v2 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v2 16/21] netfs: Remove netfs_extract_user_iter()
` [PATCH v2 17/21] iov_iter: Remove ITER_FOLIOQ
` [PATCH v2 18/21] netfs: Remove folio_queue and rolling_buffer
` [PATCH v2 19/21] netfs: Check for too much data being read
` [PATCH v2 20/21] netfs: Limit the minimum trigger for progress reporting
` [PATCH v2 21/21] netfs: Combine prepare and issue ops and grab the buffers on request

[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  (25+ messages)
` [PATCH 1/9] fs: move struct fstype_info definition to top of file
` [PATCH 2/9] fs: print change date in directory listing for FAT
` [PATCH 3/9] fs: ext4: print change date in directory listing
` [PATCH 4/9] fs: ext4: don't read time fields in XPL
` [PATCH 5/9] fs: ext4: set inode timestamps on write
` [PATCH 6/9] test: Probe RTC early in dm_test_host()
` [PATCH 7/9] test: fs: allow optional date field in ls output assertion
` [PATCH 8/9] test: env: "
` [PATCH 9/9] test: test_erofs: adjust expected ls output

[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 

[GIT PULL] erofs fixes for 7.1-rc5
 2026-05-20 18:23 UTC  (2+ messages)

[PATCH] erofs: fix managed cache race for unaligned extents
 2026-05-20  6:32 UTC  (2+ messages)

[PATCH] erofs: fix metabuf leak in shared xattr initialization
 2026-05-20  6:36 UTC  (5+ messages)
` [PATCH v2] erofs: fix metabuf leak in inode "

[PATCH] erofs: reuse xattr metabuf across init and iterators
 2026-05-20  3:45 UTC 

[PATCH v2] erofs-utils: mkfs: fix to handle last compacted_2B pack in z_erofs_drop_inline_pcluster
 2026-05-19  8:30 UTC  (2+ messages)

[PATCH 0/4] erofs-utils: add ublk backend for mount.erofs
 2026-05-19  6:08 UTC  (5+ messages)
` [PATCH rebased 1/3] erofs-utils: mount: extract reusable source-opening and recovery helpers
  ` [PATCH rebased 2/3] erofs-utils: add ublk userspace block device backend
  ` [PATCH rebased 3/3] erofs-utils: mount: integrate ublk backend

[PATCH] erofs-utils: mkfs: also handle last compacted 2B pack in z_erofs_drop_inline_pcluster
 2026-05-18  7:36 UTC  (6+ messages)

[PATCH 6.12 180/206] fs: prepare for adding LSM blob to backing_file
 2026-05-12 17:40 UTC 

[PATCH 6.12.y] fs: prepare for adding LSM blob to backing_file
 2026-05-12 17:33 UTC  (2+ messages)
` Patch "fs: prepare for adding LSM blob to backing_file" has been added to the 6.12-stable tree

[PATCH 1/3] erofs-utils: lib: ignore xattr prefixes if feature is off
 2026-05-12  7:50 UTC  (6+ messages)
` [PATCH 2/3] erofs-utils: lib: reject packed inodes in metabox
` [PATCH 3/3] erofs-utils: fsck: report error reasons on failures


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