messages from 2026-07-31 15:01:20 to 2026-08-20 12:56:55 UTC [more...]
[PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
2026-08-20 12:56 UTC (4+ messages)
[PATCH] erofs: use the shared page cache for splice in inode_share mode
2026-08-20 12:37 UTC (3+ messages)
[PATCH v3] erofs: cap LZMA stream pool size
2026-08-20 10:04 UTC (32+ messages)
` [PATCH] erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platforms
[PATCH] erofs: support SEEK_HOLE/SEEK_DATA in inode_share mode
2026-08-20 6:17 UTC (3+ messages)
Developer marketing plan for open-source projects
2026-08-20 2:55 UTC
[PATCH] erofs: use dedicated meta inodes for file-backed mounts
2026-08-19 5:55 UTC (4+ messages)
` [PATCH v2] "
[xiang-erofs:dev] BUILD SUCCESS 988c3c186c730590a71df8adc1424c5578ef8bae
2026-08-19 2:16 UTC
[GIT PULL] erofs updates for 7.3-rc1
2026-08-18 3:36 UTC
[PATCH] erofs-utils: mkfs: fix uninitialized z_erofs_mt_ctrl.mutex
2026-08-17 17:07 UTC
[PATCH 0/1] erofs: fix unused pcluster_pools for higher page sizes
2026-08-17 8:54 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH] erofs: guard on-disk algorithm IDs against Z_EROFS_COMPRESSION_MAX
2026-08-17 8:11 UTC (2+ messages)
[PATCH] erofs: fix interlaced ztailpacking pclusters
2026-08-17 8:07 UTC (2+ messages)
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-08-16 4:11 UTC (12+ messages)
` [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 5/5] block: enable RWF_DONTCACHE for block devices
` RWF_DONTCACHE regression fix for xfs
[PATCH] erofs: remove erofs_dev_context->rwsem
2026-08-16 3:11 UTC (3+ messages)
[xiang-erofs:fixes] BUILD SUCCESS 430a5b1b10cf2897253eff940395639a40cdae0c
2026-08-14 21:45 UTC
[xiang-erofs:dev] BUILD SUCCESS 69a7da56adc40e42211905946b65d938ae14747a
2026-08-14 20:55 UTC
[PATCH] erofs-utils: lib: fix erofs_is_packed_inode() on the read path
2026-08-13 12:08 UTC (2+ messages)
[PATCH v6 0/2] erofs: share the superblock for file-backed mounts
2026-08-13 11:51 UTC (4+ messages)
` [PATCH v6 1/2] fs: rename vfs_get_super() to get_tree_super() and export it
` [PATCH v6 2/2] erofs: reuse superblock for file-backed mounts
[PATCH] cachefiles,netfs: sunset ondemand mode
2026-08-12 15:10 UTC (3+ messages)
[xiang-erofs:dev-test] BUILD SUCCESS ce7f192dbf7199042bc1cf773778d45f4c7e2e10
2026-08-12 11:13 UTC
[PATCH v5 0/2] erofs: share the superblock for file-backed mounts
2026-08-11 15:59 UTC (7+ messages)
` [PATCH v5 1/2] fs: rename vfs_get_super() to get_tree_super() and export it
` [PATCH v5 2/2] erofs: reuse superblock for file-backed mounts
[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-11 7:26 UTC (31+ messages)
` [PATCH v9 01/26] netfs: Fix read progress reporting
` [PATCH v9 02/26] mm: Make readahead store folio count in readahead_control
` [PATCH v9 03/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH v9 05/26] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v9 06/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v9 07/26] netfs: Add some tools for managing bvecq chains
` [PATCH v9 08/26] netfs: Make mempool available for bvecq
` [PATCH v9 09/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v9 10/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v9 11/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v9 12/26] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v9 13/26] netfs: Remove the writethrough code
` [PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
` [PATCH v9 15/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v9 16/26] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v9 17/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v9 18/26] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v9 19/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v9 20/26] netfs: Remove netfs_extract_user_iter()
` [PATCH v9 21/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH v9 22/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH v9 23/26] netfs: Simplify read abandonment
` [PATCH v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v9 26/26] cachefiles: Preset the state xattr when creating a new file
[PATCH v4] erofs: reuse superblock for file-backed mounts
2026-08-10 15:11 UTC (3+ messages)
[PATCH v6] erofs: accept source file descriptor via fsconfig
2026-08-10 13:19 UTC (3+ messages)
[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-10 13:12 UTC (27+ 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 v2] rebuild: prevent quadratic snapshot merges on wide directories
2026-08-10 4:19 UTC
[PATCH] rebuild: prevent quadratic snapshot merges on wide directories
2026-08-10 0:18 UTC (2+ messages)
[PATCH] erofs: fix out-of-bounds read in INTERLACED pi computation
2026-08-06 6:52 UTC
[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 v5] erofs: accept source file descriptor via fsconfig
2026-08-04 6:06 UTC (5+ messages)
[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] 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)
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