messages from 2026-06-23 17:04:43 to 2026-07-20 11:43:15 UTC [more...]
[PATCH] erofs-utils: lib: fix ztailpacking fallback across lclusters
2026-07-20 11:42 UTC (2+ messages)
[PATCH v4] erofs: accept source file descriptor via fsconfig
2026-07-20 9:45 UTC (2+ messages)
[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
2026-07-20 9:22 UTC (5+ 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 v3] erofs: cap LZMA stream pool size
2026-07-17 3:43 UTC (2+ 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 0/2] fsck.erofs: implement multi-threaded extraction
2026-07-14 1:18 UTC (5+ messages)
` [PATCH 2/2] fsck.erofs: implement concurrent directory traversal
` [PATCH v5] fsck.erofs: add multi-threaded decompression
[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
don't build bios/contexts over multiple iomaps v3
2026-07-07 11:06 UTC (7+ 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 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 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
[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 (6+ 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 (12+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [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 17/18] fs: look up the superblock via the device table in user_get_super()
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
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