linux/fs/bfs
Mike Rapoport (Microsoft) c1fe8d334f bfs: replace get_zeroed_page() with kzalloc()
bfs_dump_imap() allocates temporary buffer with get_zeroed_page().

kmalloc() is a better API for such use and it also provides better
scalability and more debugging possibilities.

Replace use of get_zeroed_page() with kzalloc().

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Link: https://patch.msgid.link/20260523-b4-fs-v1-17-275e36a83f0e@kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-05-28 13:58:14 +02:00
..
bfs.h bfs: Track metadata bhs in fs-private inode part 2026-03-26 15:03:32 +01:00
dir.c vfs-7.1-rc1.bh.metadata 2026-04-13 12:46:42 -07:00
file.c vfs-6.17-rc1.mmap_prepare 2025-07-28 13:43:25 -07:00
inode.c bfs: replace get_zeroed_page() with kzalloc() 2026-05-28 13:58:14 +02:00
Kconfig fs: add CONFIG_BUFFER_HEAD 2023-08-02 09:13:09 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00