Re: [f2fs-dev] [PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd

2025-08-28 Thread David Hildenbrand via Linux-f2fs-devel
On 27.08.25 19:52, Shivank Garg wrote: This series introduces NUMA-aware memory placement support for KVM guests with guest_memfd memory backends. It builds upon Fuad Tabba's work (V17) that enabled host-mapping for guest_memfd memory [1] and can be applied directly applied on KVM tree [2] (branc

Re: [f2fs-dev] [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

2025-08-28 Thread David Hildenbrand via Linux-f2fs-devel
On 28.08.25 00:43, Ackerley Tng wrote: Shivank Garg writes: [...snip...] I meant to send this to you before this version went out but you were too quick! Here's a new version, Fuad and I reviewed this again internally. The changes are: + Sort linux/pseudo_fs.h after linux/pagemap.h (alph

Re: [f2fs-dev] [PATCH v3 3/6] f2fs: drop usage of folio_index

2025-04-30 Thread David Hildenbrand via Linux-f2fs-devel
On 30.04.25 20:10, Kairui Song wrote: From: Kairui Song folio_index is only needed for mixed usage of page cache and swap cache, for pure page cache usage, the caller can just use folio->index instead. It can't be a swap cache folio here. Swap mapping may only call into fs through `swap_rw` b