On Thu, 22 Aug 2024 15:50:08 +0200, Pankaj Raghav (Samsung) wrote: > From: Pankaj Raghav <p.raghav@xxxxxxxxxxx> > > This is the 13th version of the series that enables block size > page size > (Large Block Size) experimental support in XFS. Please consider this for > the inclusion in 6.12. > > The context and motivation can be seen in cover letter of the RFC v1 [0]. > We also recorded a talk about this effort at LPC [1], if someone would > like more context on this effort. > > [...] I've rebased this onto v6.11-rc1 and did a test compile for each commit and ran xfstests for xfs. Looks good so far. Should show up in fs-next tomorrow. --- Applied to the vfs.blocksize branch of the vfs/vfs.git tree. Patches in the vfs.blocksize branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.blocksize [01/10] fs: Allow fine-grained control of folio sizes https://git.kernel.org/vfs/vfs/c/e8201b314c01 [02/10] filemap: allocate mapping_min_order folios in the page cache https://git.kernel.org/vfs/vfs/c/c104d25f8c49 [03/10] readahead: allocate folios with mapping_min_order in readahead https://git.kernel.org/vfs/vfs/c/7949d4e70aef [04/10] mm: split a folio in minimum folio order chunks https://git.kernel.org/vfs/vfs/c/fd031210c9ce [05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range() https://git.kernel.org/vfs/vfs/c/e9f3b433acd0 [06/10] iomap: fix iomap_dio_zero() for fs bs > system page size https://git.kernel.org/vfs/vfs/c/d940b3b7b76b [07/10] xfs: use kvmalloc for xattr buffers https://git.kernel.org/vfs/vfs/c/13c9f3c68405 [08/10] xfs: expose block size in stat https://git.kernel.org/vfs/vfs/c/4e70eedd93ae [09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count() https://git.kernel.org/vfs/vfs/c/f8b794f50725 [10/10] xfs: enable block size larger than page size support https://git.kernel.org/vfs/vfs/c/0ab3ca31b012