From: Christian Brauner Date: Wed, 27 May 2026 12:04:22 +0000 (+0200) Subject: Merge patch series "fs: replace __get_free_pages() call with kmalloc()" X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cfe724c85facad86c62c3d01c9816bd738099f01;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "fs: replace __get_free_pages() call with kmalloc()" Mike Rapoport (Microsoft) says: This is a (small) part of larger work of replacing page allocator calls with kmalloc. * patches from https://patch.msgid.link/20260523-b4-fs-v1-0-275e36a83f0e@kernel.org: bfs: replace get_zeroed_page() with kzalloc() binfmt_misc: replace __get_free_page() with kmalloc() configfs: replace __get_free_pages() with kzalloc() fs/namespace: use __getname() to allocate mntpath buffer fs/select: replace __get_free_page() with kmalloc() fuse: replace __get_free_page() with kmalloc() isofs: replace __get_free_page() with kmalloc() jbd2: replace __get_free_pages() with kmalloc() jfs: replace __get_free_page() with kmalloc() libfs: simple_transaction_get(): replace get_zeroed_page() with kzalloc() NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir() NFS: remove unused page and page2 in nfs4_replace_transport() NFS: replace __get_free_page() with kmalloc() in nfs_show_devname() nilfs2: replace get_zeroed_page() with kzalloc() ocfs2/dlm: replace __get_free_page() with kmalloc() proc: replace __get_free_page() with kmalloc() quota: allocate dquot_hash with kmalloc() Link: https://patch.msgid.link/20260523-b4-fs-v1-0-275e36a83f0e@kernel.org Signed-off-by: Christian Brauner (Amutable) --- cfe724c85facad86c62c3d01c9816bd738099f01