Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-16 14:09:44 to 2026-07-06 15:37:57 UTC [more...]

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

[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-06 15:27 UTC  (7+ messages)
` [PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
` [PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
` [PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
` [PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v5 06/21] netfs: Add some tools for managing bvecq chains

[PATCH] erofs-utils: lib: fix memory leak in erofs_fragment_commit
 2026-07-06  7:59 UTC 

[PATCH 0/2] fsck.erofs: implement multi-threaded extraction
 2026-07-06  6:10 UTC  (9+ messages)
` [PATCH 1/2] fsck.erofs: add multi-threaded decompression
  ` [PATCH 1/2 v2] "
  ` [PATCH 1/2 v3] "
` [PATCH 2/2] fsck.erofs: implement concurrent directory traversal

[PATCH] erofs-utils: fix 'warn_unused_result'
 2026-07-04  2:03 UTC 

[PATCH v2 07/18] erofs: convert iomap ops to ->iomap_next()
 2026-07-03 10:37 UTC  (12+ messages)
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops

[PATCH] erofs-utils: fsck: add concurrent extraction and decompression
 2026-07-02 18:20 UTC  (4+ messages)

[PATCH 6.18 002/108] lsm: add backing_file LSM hooks
 2026-07-02 16:19 UTC 

[PATCH 6.6 088/175] fs: prepare for adding LSM blob to backing_file
 2026-07-02 16:19 UTC  (2+ messages)
` [PATCH 6.6 089/175] lsm: add backing_file LSM hooks

[PATCH 6.12 126/204] lsm: add backing_file LSM hooks
 2026-07-02 16:19 UTC 

don't build bios/contexts over multiple iomaps v3
 2026-07-02 10:27 UTC  (6+ messages)
` [PATCH 1/3] iomap: consolidate bio submission
` [PATCH 2/3] fuse: call fuse_send_readpages explicitly from fuse_readahead
` [PATCH 3/3] iomap: submit read bio after each extent

[PATCH] erofs-utils: mkfs: set the default inode fingerprint name
 2026-07-01  8:52 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 1006b2f57f77325bfbf5bd36685efe60334fa360
 2026-06-30 18:16 UTC 

[PATCH] erofs: use more informative s_id for file-backed mounts
 2026-06-30  4:22 UTC  (2+ messages)

[PATCH 1/7] erofs-utils: lib: fix `ictx` leak in the failure path
 2026-06-30  2:52 UTC  (7+ messages)
` [PATCH 2/7] erofs-utils: lib: silence `INTEGER_OVERFLOW`
` [PATCH 3/7] erofs-utils: lib: fix `PRINTF_ARGS`
` [PATCH 4/7] erofs-utils: mount: fix `RESOURCE_LEAK`
` [PATCH 5/7] erofs-utils: lib: fix `STRING_NULL` in nbd.c
` [PATCH 6/7] erofs-utils: mount: fix `RESOURCE_LEAK`
` [PATCH 7/7] erofs-utils: lib: silence `INTEGER_OVERFLOW`

[PATCH] erofs-utils: dump: fix stack-overflow due to directory loops
 2026-06-29  7:25 UTC 

[PATCH] erofs-utils: lib: switch ZSTD decompression to streaming API
 2026-06-29  4:47 UTC 

[PATCH 0/2] erofs-utils: support ublk recovery
 2026-06-28 14:39 UTC  (9+ messages)
` [PATCH 1/2] ublk: "
` [PATCH 2/2] mount: rename erofsmount_nbd_ctx to erofsmount_ctx
  ` [PATCH v3 1/2] erofs-utils: mount: support ublk recovery
    ` [PATCH v3 2/2] erofs-utils: mount: rename erofsmount_nbd_ctx to erofsmount_ctx

[PATCH 1/1] fsck.erofs: add --verify-digest for per-file SHA-256 verification
 2026-06-27  3:03 UTC  (4+ messages)
` [PATCH] "
  ` [PATCH v3] erofs-utils: fsck: add `--xattr-inode-digest` support
    ` [PATCH v4] "

don't build bios/contexts over multiple iomaps v3
 2026-06-26 14:51 UTC  (12+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent

[PATCH 1/2] erofs-utils: tests: register chunk-based inode test
 2026-06-26  3:07 UTC  (3+ messages)
` [PATCH 2/2] erofs-utils: tests: add multi-device chunk read regression test

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-24 22:48 UTC  (25+ 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 05/18] ext4: use anonymous devices for KUnit test superblocks
` [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 15/18] f2fs: open via dedicated fs bdev helpers
` [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

don't build bios/contexts over multiple iomaps v2
 2026-06-24  7:42 UTC  (9+ messages)
` [PATCH 1/2] iomap: consolidate bio submission
` [PATCH 2/2] iomap: submit read bio after each extent

[xiang-erofs:dev-test] BUILD SUCCESS 79c05bcda6f0a501699cc96052aa7edbc6928521
 2026-06-23 19:26 UTC 

[xiang-erofs:dev] BUILD SUCCESS 803d09a554055aba160a62abd1e4b1260b899dc1
 2026-06-23 14:08 UTC 

don't build bios/contexts over multiple iomaps
 2026-06-23 13:52 UTC  (7+ messages)
` [PATCH] iomap: submit read bio after each extent

[PATCH v2 1/2] erofs-utils: lib: don't abort on compression fallback
 2026-06-23  6:46 UTC  (4+ messages)
` [PATCH v2 2/2] erofs-utils: lib: honor rebuild whiteouts for recreated dirs
` [PATCH v3 1/2] erofs-utils: lib: don't abort on compression fallback

erofs: is z_erofs_put_pcluster()'s sbi access in the same UAF window as 1aee05e814d2?
 2026-06-23  6:16 UTC  (5+ messages)

[RESEND PATCH 1/2] erofs-utils: lib: don't abort on compression fallback
 2026-06-23  2:56 UTC  (8+ messages)
` [RESEND PATCH 2/2] erofs-utils: lib: honor rebuild whiteouts for recreated dirs

[GIT PULL] erofs updates for 7.2-rc1
 2026-06-23  1:48 UTC  (2+ messages)

Vulnerability Report - 5 findings in erofs-utils
 2026-06-22 20:38 UTC  (3+ messages)

[xiang-erofs:dev] BUILD SUCCESS c37460cd9b2fcb61ec66b7eb4fde737e65ec2a56
 2026-06-22 18:38 UTC 

[PATCH] erofs: handle 48-bit blocks_hi for compressed inodes
 2026-06-22  8:36 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/2] erofs-utils: lib: don't abort on compression fallback
 2026-06-22  3:40 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: lib: honor rebuild whiteouts for recreated dirs

[PATCH] erofs: remove fscache backend entirely
 2026-06-22  1:54 UTC  (2+ messages)

[PATCH] erofs: add sparse support to pcluster layout
 2026-06-21 19:44 UTC 

[PATCH] erofs: complete fscache pseudo-bio once when a read is split
 2026-06-19 16:32 UTC  (4+ messages)

[PATCH] erofs: simplify RCU read critical sections
 2026-06-19  8:34 UTC 

[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  (8+ 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  (8+ messages)
` [PATCH RFC 2/8] fs: add a global device to super block hash table

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


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