Linux-EROFS Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-20 06:17:52 to 2026-09-02 17:38:17 UTC [more...]

[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-09-02 17:33 UTC  (31+ 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

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 v2 1/3] erofs-utils: lib: migrate `c_chunkbits` and `c_blobdev_path`
 2026-09-02 15:53 UTC  (3+ 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] erofs: add sysfs feature entry for xattr prefixes
 2026-09-02 14:23 UTC  (7+ messages)

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-09-02  5:31 UTC  (4+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems

[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 0/9] Remove FGP_NOFS
 2026-09-01  5:55 UTC  (22+ 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 v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-31 19:25 UTC  (3+ 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

[PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
 2026-08-31 12:40 UTC  (14+ 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

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-08-29 14:51 UTC  (3+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()

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  (4+ 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  (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)

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

[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  (11+ messages)
` [PATCH] erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platforms


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