Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 10:18:49 to 2026-06-08 05:07:32 UTC [more...]

[PATCH 0/2] fsck.erofs: introduce multi-threaded decompression
 2026-06-08  5:07 UTC  (8+ 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] erofs: clean up erofs_ishare_fill_inode()
 2026-06-07 17:21 UTC 

[PATCH] erofs-utils: build: link tools with liberofs dependencies
 2026-06-07 11:29 UTC  (4+ messages)

[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 RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-03 13:42 UTC  (13+ 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 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  (4+ 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  (7+ 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

[PATCH] erofs: use the opener's credential when verifing metadata accesses
 2026-05-11 14:42 UTC  (12+ messages)

Rebuild mode for tail-pack layouts
 2026-05-09 14:29 UTC  (5+ messages)

[PATCH] erofs-utils: mkfs: support hot-file-list for tar and OCI full sources
 2026-05-07  5:09 UTC 

[PATCH] erofs-utils: mkfs: add hot file list support
 2026-05-06  7:49 UTC 

[PATCH 6.18 140/275] fs: prepare for adding LSM blob to backing_file
 2026-05-04 13:51 UTC 

[PATCH 7.0 168/307] fs: prepare for adding LSM blob to backing_file
 2026-05-04 13:50 UTC  (2+ messages)
` [PATCH 7.0 169/307] lsm: add backing_file LSM hooks

Patch "lsm: add backing_file LSM hooks" has been added to the 7.0-stable tree
 2026-05-01 13:29 UTC 

Patch "fs: prepare for adding LSM blob to backing_file" has been added to the 7.0-stable tree
 2026-05-01 13:29 UTC 

Patch "fs: prepare for adding LSM blob to backing_file" has been added to the 6.18-stable tree
 2026-05-01 12:34 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 6e7188a8d725decabde50e86561a641b4600188b
 2026-04-30 16:35 UTC 

[PATCH] erofs-utils: lib: tar: fix fractional PAX mtime parsing
 2026-04-29  8:43 UTC  (3+ messages)
  ` [PATCH] erofs-utils: tests: add test for malformed "

erofs pointer corruption and kernel crash
 2026-04-27 14:45 UTC  (12+ messages)

[PATCH] erofs-utils: fix unchecked strdup() and harden erofs_fspath()
 2026-04-24  7:51 UTC 

[PATCH v2] erofs-utils: mkfs: support set fingerprint for tar sort=none mode
 2026-04-22  8:16 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 2d8c7edcb661812249469f4a5b62e9339118846f
 2026-04-22  3:43 UTC 

[GIT PULL] erofs fixes for 7.1-rc1
 2026-04-21 18:50 UTC  (2+ messages)

[PATCH] erofs-utils: lib: check NULL from erofs_rebuild_get_dentry()
 2026-04-21 17:23 UTC  (3+ messages)
  ` [PATCH] erofs-utils: tests: add test for hardlink-to-root tar entries

[PATCH experimental-tests] erofs-utils: tests: add test for rebuild fulldata
 2026-04-21 17:04 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2] erofs: fix the out-of-bounds nameoff handling for trailing dirents
 2026-04-21  8:32 UTC  (7+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] erofs: fix offset truncation when shifting pgoff on 32-bit platforms
 2026-04-21  7:18 UTC  (2+ messages)

[xiang-erofs:dev-test] BUILD SUCCESS 004f8d440c74d889f2f54514e4d33c18c0a12252
 2026-04-21  2:39 UTC 

[PATCH AUTOSEL 7.0-6.12] erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()
 2026-04-21  2:03 UTC  (2+ messages)

[PATCH] erofs-utils: lib: restore path on erofs_rebuild_get_dentry() errors
 2026-04-20 19:16 UTC 

[PATCH] erofs-utils: lib: check readlink() length for symlinks
 2026-04-20 19:07 UTC 

[PATCH] erofs-utils: lib: handle short reads in inode fingerprint
 2026-04-20 18:23 UTC 

[PATCH] erofs-utils: lib: fix dropped inode buffer write errors
 2026-04-20 18:02 UTC 

[PATCH] erofs: unify lcn as u64 for 32-bit platforms
 2026-04-20 10:11 UTC 

[PATCH 1/2] erofs-utils: fix undefined behavior shift in erofs_init_devices
 2026-04-20  2:57 UTC  (6+ messages)
` [PATCH 2/2] erofs-utils: libzstd: fix undefined behavior shift in setdictsize

[PATCH 1/2] erofs-utils: mount: support mounting EROFS stored as an AWS S3 object
 2026-04-17 16:20 UTC  (3+ messages)


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