messages from 2026-08-24 14:43:18 to 2026-09-08 12:12:47 UTC [more...]
[xiang-erofs:dev-test] BUILD SUCCESS 96bf9831fbf423b8104f7948cd8fe7007ecfb46c
2026-09-08 12:11 UTC
[PATCH v12 0/8] netfs: Miscellaneous preparatory changes
2026-09-08 9:10 UTC (9+ messages)
` [PATCH v12 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v12 2/8] netfs: Remove the writethrough code
` [PATCH v12 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v12 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v12 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v12 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v12 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v12 8/8] netfs: Set subrequest->source at alloc before trace emission
Your latest payment stub is now available to download
2026-09-08 4:41 UTC
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-08 2:56 UTC (3+ messages)
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
[PATCH] erofs-utils: lib: refresh device table slots on incremental builds
2026-09-07 17:00 UTC (2+ messages)
[PATCH 1/2] erofs-utils: mkfs: resize blob devices as well
2026-09-07 14:48 UTC (5+ messages)
` [PATCH 2/2] erofs-utils: lib: fix direct S3 writes to blob devices
[PATCH] erofs: delimit inode_share cache key components
2026-09-07 9:10 UTC (4+ messages)
` [PATCH v2] "
go-erofs deserves more eyes
2026-09-06 18:06 UTC
[xiang-erofs:dev-test] BUILD SUCCESS 82e664cf1219c459c33aae931b222cf951af9cb7
2026-09-06 5:34 UTC
[PATCH] erofs-utils: lib: fix chunk index reads from metabox
2026-09-05 12:09 UTC
[PATCH] erofs-utils: mkfs: fix blobdev with metadata zones
2026-09-05 8:45 UTC
[PATCH] erofs-utils: lib: fix direct S3 writes to blob devices
2026-09-04 17:12 UTC
[PATCH v2] erofs-utils: lib: fix direct S3 writes to blob devices
2026-09-04 17:15 UTC
[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-09-04 11:24 UTC (5+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-09-04 9:34 UTC (4+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
[PATCH] erofs: disable LZ4 rolling decompression for now
2026-09-04 6:36 UTC (3+ messages)
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-03 16:10 UTC (4+ messages)
` [PATCH v2 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v2 08/14] erofs: use folio_attach/detach_private() instead of direct assignment
` [f2fs-dev] [PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-03 16:10 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 0/9] Remove FGP_NOFS
2026-09-03 14:44 UTC (23+ messages)
` [PATCH 1/9] mm: Improve memalloc_nofs_save() documentation
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 4/9] nfs: "
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 6/9] ntfs: Remove redundant FGP_NOFS from ntfs_wof_collect_dest()
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 8/9] filemap: Remove redundant FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS
[PATCH 1/2] erofs-utils: lib: drop the dead bmgr initializer
2026-09-03 12:09 UTC (2+ messages)
` [PATCH 2/2] erofs-utils: lib: name the metadata zone in the allocation error
[PATCH v2 1/3] erofs-utils: lib: migrate `c_chunkbits` and `c_blobdev_path`
2026-09-03 7:57 UTC (4+ messages)
` [PATCH v2 2/3] erofs-utils: mkfs: introduce ddev_id_def
` [PATCH v2 3/3] erofs-utils: mkfs: enable `--blobdev` for flat inode layouts
` [PATCH v3] "
[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-09-03 6:06 UTC (38+ messages)
` [PATCH v11 01/36] block: Fix start and length check added to iov_iter_extract_bvecs()
` [PATCH v11 02/36] mm: Make readahead store folio count in readahead_control
` [PATCH v11 03/36] mm: Add a bulk end-writeback tool
` [PATCH v11 04/36] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v11 05/36] Add a function to kmap one page of a multipage bio_vec
` [PATCH v11 06/36] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v11 07/36] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v11 08/36] netfs: Add some tools for managing bvecq chains
` [PATCH v11 09/36] netfs: Make mempool available for bvecq
` [PATCH v11 10/36] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v11 11/36] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v11 12/36] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v11 13/36] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v11 14/36] netfs: Remove the writethrough code
` [PATCH v11 15/36] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v11 16/36] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v11 17/36] netfs: Add some functions to wrap the all-queued handling
` [PATCH v11 18/36] netfs: Make deprecated PG_private_2 support optional
` [PATCH v11 19/36] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v11 20/36] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v11 21/36] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v11 22/36] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v11 23/36] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v11 24/36] netfs: Remove netfs_extract_user_iter()
` [PATCH v11 25/36] iov_iter: Remove ITER_FOLIOQ
` [PATCH v11 26/36] netfs: Remove folio_queue and rolling_buffer
` [PATCH v11 27/36] netfs: Build a list of regions undergoing writeback
` [PATCH v11 28/36] netfs: Simplify writeback cleanup
` [PATCH v11 29/36] netfs: Simplify read abandonment
` [PATCH v11 30/36] netfs: Check for too much data being read
` [PATCH v11 31/36] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v11 32/36] netfs: Rework writeback to estimate
` [PATCH v11 33/36] netfs: Set subrequest->source at alloc before trace emission
` [PATCH v11 34/36] netfs: Combine prepare and issue ops
` [PATCH v11 35/36] netfs: Clean up now-unused code
` [PATCH v11 36/36] cachefiles: Preset the state xattr when creating a new file
[xiang-erofs:dev-test] BUILD SUCCESS 617d0d8d199ba1790c94310fd75a22d01c97a8d6
2026-09-03 5:57 UTC
thoughts on growing erofs-image-spec?
2026-09-02 16:42 UTC
[PATCH 1/5] erofs-utils: add missing device_id derivation for flattened devices
2026-09-02 15:58 UTC (8+ messages)
` [PATCH 2/5] erofs-utils: lib: unexport "erofs/chunk.h"
` [PATCH 3/5] erofs-utils: lib: migrate `c_chunkbits` and `c_blobdev_path`
` [PATCH 4/5] erofs-utils: mkfs: introduce ddev_id_def
` [PATCH 5/5] erofs-utils: mkfs: enable `--blobdev` for flat inode layouts
[PATCH v3] erofs: add sysfs feature entry for xattr prefixes
2026-09-02 14:23 UTC (7+ messages)
[PATCH] erofs: preserve LZMA decoders on resize failure
2026-09-02 2:30 UTC (2+ messages)
[BUG] erofs: LZMA stream state NULL deref after failed dict grow
2026-09-02 2:20 UTC (2+ messages)
[PATCH v2] erofs: add sysfs feature entry for xattr prefixes
2026-09-01 7:32 UTC (2+ messages)
[PATCH] erofs: add sysfs feature entry for xattr prefixes
2026-09-01 5:58 UTC (2+ messages)
[PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
2026-08-31 12:40 UTC (7+ messages)
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-08-30 8:57 UTC (5+ messages)
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
A quick thought on erofs-image-spec
2026-08-29 10:30 UTC
EROFS: decompressed page cache returns valid file content from the wrong offset under sustained reclaim
2026-08-28 13:29 UTC (2+ messages)
[PATCH] erofs-utils: lib: use cpu_to_le16() for chunk index startblk_hi
2026-08-28 9:52 UTC
[PATCH] erofs-utils: fix incorrect field conversions
2026-08-28 8:29 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] erofs-utils: lib: bound SEEK_DATA results by the inode size
2026-08-27 18:45 UTC
[PATCH] erofs-utils: lib: bound SEEK_DATA results by the inode size
2026-08-27 18:45 UTC (3+ messages)
[PATCH] erofs-utils: lib: follow symlinks on intermediate tar path components
2026-08-27 16:52 UTC (2+ messages)
[PATCH 0/3] erofs-utils: tests: cover the canonical xattr order
2026-08-27 12:10 UTC (4+ messages)
` [PATCH 3/3] erofs-utils: tests: check that the xattr layout is order-independent
[PATCH 1/4] erofs-utils: lib: fix wrong forward declaration of `erofs_metamgr`
2026-08-27 7:59 UTC (6+ messages)
` [PATCH 2/4] erofs-utils: lib: use `struct erofs_device_info` for the primary device
` [PATCH 3/4] erofs-utils: lib: refactor unencoded chunk handling
` [PATCH 4/4] erofs-utils: get rid of hashmap
[PATCH] erofs: use dedicated meta inodes for file-backed mounts
2026-08-26 6:12 UTC (6+ messages)
` [PATCH v2] "
[GIT PULL] erofs more updates for 7.3-rc1
2026-08-25 19:50 UTC (2+ messages)
[PATCH v5 0/2] erofs: share the superblock for file-backed mounts
2026-08-25 13:07 UTC (5+ messages)
` [PATCH v5 1/2] fs: rename vfs_get_super() to get_tree_super() and export it
[PATCH v2] rebuild: prevent quadratic snapshot merges on wide directories
2026-08-25 12:56 UTC (3+ messages)
[xiang-erofs:dev] BUILD SUCCESS a7d28aa0e9b2c983b915d091f9596f0e3b253355
2026-08-24 22:23 UTC
[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-24 19:47 UTC (31+ messages)
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v10 11/35] netfs: Add some tools for managing bvecq chains
` [PATCH v10 12/35] netfs: Make mempool available for bvecq
` [PATCH v10 13/35] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v10 14/35] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v10 15/35] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v10 16/35] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v10 17/35] netfs: Remove the writethrough code
` [PATCH v10 18/35] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v10 19/35] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v10 20/35] netfs: Add some functions to wrap the all-queued handling
` [PATCH v10 21/35] netfs: Make deprecated PG_private_2 support optional
` [PATCH v10 22/35] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v10 23/35] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v10 24/35] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v10 25/35] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v10 26/35] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v10 27/35] netfs: Remove netfs_extract_user_iter()
` [PATCH v10 28/35] iov_iter: Remove ITER_FOLIOQ
` [PATCH v10 29/35] netfs: Remove folio_queue and rolling_buffer
` [PATCH v10 30/35] netfs: Simplify read abandonment
` READ_PLUS in NetFS? "
` [PATCH v10 31/35] netfs: Check for too much data being read
` [PATCH v10 32/35] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v10 33/35] netfs: Rework writeback to use a separate list of regions to be unlocked
` [PATCH v10 34/35] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v10 35/35] netfs: Clean up now-unused code
` [PATCH v10 36/35] cachefiles: Preset the state xattr when creating a new file
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