Message ID | 20240709150314.1906109-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show |
Series | Convert sysv directory handling to folios | expand |
On Tue, 09 Jul 2024 16:03:05 +0100, Matthew Wilcox (Oracle) wrote: > This patch series mirrors the changes to ext2 directory handling. > It's a bit simpler than the UFS one from yesterday as sysv was already > converted to kmap_local. Again, compile tested only. > > Matthew Wilcox (Oracle) (7): > sysv: Convert dir_get_page() to dir_get_folio() > sysv: Convert sysv_find_entry() to take a folio > sysv: Convert sysv_set_link() and sysv_dotdot() to take a folio > sysv: Convert sysv_delete_entry() to work on a folio > sysv: Convert sysv_make_empty() to use a folio > sysv: Convert sysv_prepare_chunk() to take a folio > sysv: Convert dir_commit_chunk() to take a folio > > [...] Applied to the vfs.sysv branch of the vfs/vfs.git tree. Patches in the vfs.sysv 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.sysv [1/7] sysv: Convert dir_get_page() to dir_get_folio() https://git.kernel.org/vfs/vfs/c/b4e73a41d327 [2/7] sysv: Convert sysv_find_entry() to take a folio https://git.kernel.org/vfs/vfs/c/1f1099c58539 [3/7] sysv: Convert sysv_set_link() and sysv_dotdot() to take a folio https://git.kernel.org/vfs/vfs/c/14ee02c67a40 [4/7] sysv: Convert sysv_delete_entry() to work on a folio https://git.kernel.org/vfs/vfs/c/8e71393b2017 [5/7] sysv: Convert sysv_make_empty() to use a folio https://git.kernel.org/vfs/vfs/c/ff6dcbb30cc1 [6/7] sysv: Convert sysv_prepare_chunk() to take a folio https://git.kernel.org/vfs/vfs/c/aedfd2c0a3cf [7/7] sysv: Convert dir_commit_chunk() to take a folio https://git.kernel.org/vfs/vfs/c/6adec8dae1bc