messages from 2026-07-02 14:07:15 to 2026-07-25 15:09:34 UTC [more...]
[PATCH] erofs-utils: lib: follow symlinks on intermediate tar path components
2026-07-25 15:09 UTC
[PATCH] erofs-utils: fix opaque handling for merged dirs in rebuild mode
2026-07-25 2:53 UTC
[PATCH 0/2] fsck.erofs: implement multi-threaded extraction
2026-07-25 1:26 UTC (12+ messages)
` [PATCH 2/2] fsck.erofs: implement concurrent directory traversal
` [PATCH v5] fsck.erofs: add multi-threaded decompression
` [PATCH v2 2/2] fsck.erofs: implement concurrent directory traversal
` [PATCH v3 "
[PATCH v4] erofs: accept source file descriptor via fsconfig
2026-07-23 22:38 UTC (6+ messages)
[PATCH] erofs: ensure valid f_path for page cache sharing
2026-07-23 15:07 UTC (2+ messages)
[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
2026-07-23 13:53 UTC (15+ messages)
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)
[PATCH] erofs-utils: lib: fix ztailpacking fallback across lclusters
2026-07-21 6:57 UTC (4+ messages)
[PATCH v3] erofs: cap LZMA stream pool size
2026-07-21 3:44 UTC (3+ messages)
[RFC PATCH 0/2] init: boot image-based systems without an initramfs (rootimage=)
2026-07-18 19:15 UTC (3+ messages)
` [RFC PATCH 1/2] init: support mounting the root filesystem from an image file
` [RFC PATCH 2/2] init: support pinning the root image's fsverity digest
[PATCH v3] erofs: accept source file descriptor via fsconfig
2026-07-17 8:37 UTC (4+ messages)
[PATCH] erofs-utils: tar: fix overly large size in tar header
2026-07-17 3:04 UTC (2+ messages)
` [PATCH] erofs-utils: tar: refuse negative "
[GIT PULL] erofs fixes for 7.2-rc4
2026-07-16 17:26 UTC (2+ messages)
[PATCH v6 00/24] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-16 10:30 UTC (25+ messages)
` [PATCH v6 01/24] mm: Make readahead store folio count in readahead_control
` [PATCH v6 02/24] netfs: Bulk load the readahead-provided folios up front
` [PATCH v6 03/24] Add a function to kmap one page of a multipage bio_vec
` [PATCH v6 04/24] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v6 05/24] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v6 06/24] netfs: Add some tools for managing bvecq chains
` [PATCH v6 07/24] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v6 08/24] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v6 12/24] netfs: Remove the writethrough code
` [PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
` [PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v6 16/24] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v6 17/24] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v6 19/24] netfs: Remove netfs_extract_user_iter()
` [PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ
` [PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer
` [PATCH v6 22/24] netfs: Check for too much data being read
` [PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting
` [PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH] erofs: modernize device IDR to XArray
2026-07-15 3:35 UTC
[PATCH v2] erofs: accept source file descriptor via fsconfig
2026-07-14 10:09 UTC (12+ messages)
[PATCH] erofs-utils: lib: fix undeclared gettid()
2026-07-14 5:55 UTC
[xiang-erofs:dev-test] BUILD SUCCESS 1572282de6d3377ca8605d48c50df3a8c08468e9
2026-07-14 1:56 UTC
[PATCH] erofs: hide "cache_strategy=" for plain filesystems
2026-07-13 8:35 UTC
[PATCH 1/2] fsck.erofs: add multi-threaded decompression
2026-07-13 7:02 UTC (7+ messages)
` [PATCH 1/2 v2] "
` [PATCH 1/2 v3] "
` [PATCH 1/2 v4] "
[PATCH v2] erofs: cap LZMA stream pool size
2026-07-13 6:10 UTC (2+ messages)
[PATCH] erofs: cap LZMA stream pool size
2026-07-10 10:37 UTC (3+ messages)
[PATCH] ovl: add ioctls to retrieve layer file descriptors
2026-07-08 20:18 UTC (3+ messages)
[xiang-erofs:dev-test] BUILD SUCCESS 95e19a4d8dd3072d51209081a29467d887c84158
2026-07-08 19:43 UTC
[PATCH 0/2] erofs: fd-based source and backing file introspection
2026-07-08 15:20 UTC (7+ messages)
` [PATCH 1/2] erofs: accept source file descriptor via fsconfig
` [PATCH 2/2] erofs: add ioctl to retrieve the backing source file descriptor
[PATCH] erofs: relax sanity check for tail pclusters on ztailpacking images
2026-07-08 6:31 UTC (3+ messages)
` [PATCH v2] erofs: relax sanity check for tail pclusters due to ztailpacking
[PATCH] erofs: get rid of erofs_is_ishare_inode() helper
2026-07-07 13:39 UTC
[PATCH 1/3] iomap: consolidate bio submission
2026-07-07 11:06 UTC (4+ messages)
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-07-06 15:51 UTC (8+ 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 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] erofs-utils: lib: fix memory leak in erofs_fragment_commit
2026-07-06 7:59 UTC
[PATCH] erofs-utils: fix 'warn_unused_result'
2026-07-04 2:03 UTC
[PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops
2026-07-03 10:37 UTC (9+ messages)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox