Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-05 16:10 UTC  (20+ messages)
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private
` [PATCH RFC 08/14] fs/erofs: use folio_attach/detach_private() instead of direct assignment

[xiang-erofs:dev] BUILD SUCCESS c4991382a9753bed9a333f1fd49b285277901e6e
 2026-08-05 12:35 UTC 

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-04 13:03 UTC  (17+ messages)
` [PATCH v7 1/5] block: introduce bio_in_atomic()
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v7 4/5] buffer: set "
` [PATCH v7 5/5] block: enable RWF_DONTCACHE for block devices

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

[PATCH v6] erofs: accept source file descriptor via fsconfig
 2026-08-04  9:58 UTC  (2+ messages)

[PATCH v5] erofs: accept source file descriptor via fsconfig
 2026-08-04  6:06 UTC  (9+ messages)

[PATCH v4] erofs: reuse superblock for file-backed mounts
 2026-08-04  6:00 UTC 

[PATCH] erofs-utils: mkfs: emit an inode's xattrs in a canonical order
 2026-08-04  3:37 UTC  (6+ messages)

[PATCH 0/3] erofs-utils: tests: cover the canonical xattr order
 2026-08-04  3:32 UTC  (4+ messages)
` [PATCH 1/3] erofs-utils: tests: fix broken loop in POSIX shells
` [PATCH 2/3] erofs-utils: tests: look up programs with command -v
` [PATCH 3/3] erofs-utils: tests: check that the xattr layout is order-independent

[PATCH v2] erofs-utils: mkfs: emit an inode's xattrs in a canonical order
 2026-08-03 23:23 UTC  (2+ messages)

[xiang-erofs:dev] BUILD SUCCESS ae8673ccefbfc5996b2c55e0c3378a082f9b9972
 2026-08-03 22:07 UTC 

[PATCH] erofs: fix typo in error messages
 2026-08-03 11:19 UTC  (3+ messages)

[PATCH v3] erofs: cap LZMA stream pool size
 2026-08-03  9:12 UTC  (6+ messages)

[PATCH] erofs-utils: lib: follow symlinks on intermediate tar path components
 2026-08-02 13:00 UTC  (2+ messages)

[PATCH] erofs-utils: lib: define unknown OS for GNU Hurd
 2026-08-02 12:46 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS 8e4b6b4af0d15c6ee95e6f4a1b29a4d5dfb97cfd
 2026-08-01 22:05 UTC 

[PATCH v3] erofs: reuse superblock for file-backed mounts
 2026-08-01  7:54 UTC 

[PATCH v2] erofs: reuse superblock for file-backed mounts
 2026-08-01  4:54 UTC  (4+ messages)

[xiang-erofs:dev] BUILD SUCCESS e1a16b5ff51218dce414629f7634923162824001
 2026-07-31 14:16 UTC 

[PATCH] erofs: reuse superblock for file-backed mounts
 2026-07-31 13:32 UTC  (7+ messages)

[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
 2026-07-30 13:57 UTC  (15+ messages)

[RFC PATCH 0/2] init: boot image-based systems without an initramfs (rootimage=)
 2026-07-30 12:49 UTC  (11+ messages)
  ` [RFC PATCH v2 0/4] "
  ` [RFC PATCH v2 1/4] fs: allow in-kernel mounters to hand filesystems an already-open source file
  ` [RFC PATCH v2 2/4] erofs: use fs_context source_file for file-backed mounts when given
  ` [RFC PATCH v2 3/4] init: support mounting the root filesystem from an image file
  ` [RFC PATCH v2 4/4] init: support pinning the root image's fsverity digest

[xiang-erofs:dev-test] BUILD SUCCESS ab47a11a8caf72577082180bea7a63844cbdb747
 2026-07-30 12:42 UTC 

[PATCH] erofs: weaken full memory barriers to r/w barriers
 2026-07-30  9:54 UTC  (2+ messages)
` [PATCH] erofs: weaken full memory barriers to r/w barriers (update to test data)

[PATCH] erofs-utils: mkfs: silence false-positive uninitialization warning
 2026-07-29 20:30 UTC 

[PATCH RESEND] erofs-utils: lib: fix memory leak in erofs_fragment_commit
 2026-07-29  8:55 UTC 

[PATCH] erofs-utils: mkfs: fix `--incremental=data` failure
 2026-07-28 15:40 UTC 

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-28 12:33 UTC  (7+ messages)

[xiang-erofs:fixes] BUILD SUCCESS c9b47e6b23114e939b17f818471c7a46e59006e7
 2026-07-28 11:18 UTC 

[PATCH] erofs: cap Zstandard stream pool size
 2026-07-28  6:40 UTC  (2+ messages)

[GIT PULL] erofs fixes for 7.2-rc6
 2026-07-27 21:50 UTC  (2+ messages)

[PATCH] erofs: ensure valid f_path for page cache sharing
 2026-07-27  4:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5] fsck.erofs: add multi-threaded decompression
 2026-07-26 11:02 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] erofs-utils: fix opaque handling for merged dirs in rebuild mode
 2026-07-25  2:53 UTC 

[PATCH 2/2] fsck.erofs: implement concurrent directory traversal
 2026-07-25  1:26 UTC  (8+ messages)
` [PATCH v2 "
` [PATCH v3 "

Enterprise outreach idea for go-erofs
 2026-07-23 11:27 UTC 

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (30+ messages)
` [PATCH v7 01/29] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH v7 02/29] netfs: handle single writeback rolling buffer allocation failure
` [PATCH v7 03/29] netfs: release readahead folios on iterator preparation failure
` [PATCH v7 04/29] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH v7 05/29] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v7 06/29] afs: Fix double-unmap of directory block
` [PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front
` [PATCH v7 09/29] Add a function to kmap one page of a multipage bio_vec
` [PATCH v7 10/29] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v7 11/29] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v7 12/29] netfs: Add some tools for managing bvecq chains
` [PATCH v7 13/29] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v7 14/29] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v7 15/29] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v7 16/29] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v7 17/29] netfs: Remove the writethrough code
` [PATCH v7 18/29] cachefiles,netfs: sunset ondemand mode
` [PATCH v7 19/29] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v7 20/29] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v7 21/29] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v7 22/29] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v7 23/29] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v7 24/29] netfs: Remove netfs_extract_user_iter()
` [PATCH v7 25/29] iov_iter: Remove ITER_FOLIOQ
` [PATCH v7 26/29] netfs: Remove folio_queue and rolling_buffer
` [PATCH v7 27/29] netfs: Check for too much data being read
` [PATCH v7 28/29] netfs: Limit the minimum trigger for progress reporting
` [PATCH v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] erofs-utils: mkfs: preserve raw inline data type
 2026-07-22  8:37 UTC 

[PATCH] MAINTAINERS: update Hongbo Li's email address
 2026-07-21 13:28 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