Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-10 14:46:15 to 2026-08-27 07:59:20 UTC [more...]

[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-utils: fix incorrect field conversions
 2026-08-27  2:06 UTC 

[PATCH 0/3] erofs-utils: tests: cover the canonical xattr order
 2026-08-26 19:18 UTC  (3+ messages)
` [PATCH 3/3] erofs-utils: tests: check that the xattr layout is order-independent

[PATCH] erofs-utils: lib: bound SEEK_DATA results by the inode size
 2026-08-26 13:29 UTC  (2+ messages)

[PATCH] erofs: use dedicated meta inodes for file-backed mounts
 2026-08-26  6:12 UTC  (7+ 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  (9+ 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 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  (39+ messages)
` [PATCH v10 01/35] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v10 02/35] netfs: Fix read progress reporting
` [PATCH v10 03/35] cachefiles,netfs: sunset ondemand mode
` [PATCH v10 04/35] cachefiles: Fix potential UAF/KASAN warning
` [PATCH v10 05/35] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v10 06/35] mm: Make readahead store folio count in readahead_control
` [PATCH v10 07/35] netfs: Bulk load the readahead-provided folios up front
` [PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
` [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

[PATCH] erofs: simplify z_erofs_gbuf_growsize()
 2026-08-24  1:03 UTC  (2+ messages)

[PATCH] erofs: skip sufficiently large global buffers when resizing
 2026-08-24  0:57 UTC  (3+ messages)

[PATCH] erofs: support large folio in inode_share mode
 2026-08-24  0:47 UTC  (3+ messages)

[PATCH v2] erofs: support splice() in inode_share mode
 2026-08-24  0:46 UTC  (3+ messages)

[PATCH v2] erofs: support SEEK_HOLE/SEEK_DATA in inode_share mode
 2026-08-24  0:44 UTC  (2+ messages)

[PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
 2026-08-24  0:43 UTC  (9+ messages)

[xiang-erofs:dev] BUILD SUCCESS f83c7a54e928b1a844cb5b0df50e286c39514f4f
 2026-08-23 13:30 UTC 

[PATCH] erofs-utils: lib: follow symlinks on intermediate tar path components
 2026-08-22  8:59 UTC  (3+ messages)

[PATCH v2] erofs-utils: tests: add a splice() test for inode_share mode
 2026-08-21  8:53 UTC 

[PATCH] erofs-utils: tests: add a splice() test for inode_share mode
 2026-08-21  6:36 UTC  (2+ messages)

[GIT PULL] erofs updates for 7.3-rc1
 2026-08-20 19:56 UTC  (2+ messages)

[PATCH] erofs: use the shared page cache for splice in inode_share mode
 2026-08-20 13:55 UTC  (7+ messages)

[PATCH] erofs: support SEEK_HOLE/SEEK_DATA in inode_share mode
 2026-08-20 13:35 UTC  (5+ 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

Developer marketing plan for open-source projects
 2026-08-20  2:55 UTC 

[xiang-erofs:dev] BUILD SUCCESS 988c3c186c730590a71df8adc1424c5578ef8bae
 2026-08-19  2:16 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  (5+ messages)
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
` 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 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox