[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240416172900.244637-1-willy@infradead.org>
Date: Tue, 16 Apr 2024 18:28:53 +0100
From: "Matthew Wilcox (Oracle)" <willy@...radead.org>
To: "Theodore Ts'o" <tytso@....edu>
Cc: "Matthew Wilcox (Oracle)" <willy@...radead.org>,
Andreas Dilger <adilger.kernel@...ger.ca>,
linux-ext4@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: [PATCH 0/5] Convert ext4's mballoc to use folios
These pages are stored in the page cache, so they're really folios.
Convert the whole file from pages to folios.
Matthew Wilcox (Oracle) (5):
ext4: Convert bd_bitmap_page to bd_bitmap_folio
ext4: Convert bd_buddy_page to bd_buddy_folio
ext4: Convert ext4_mb_init_cache() to take a folio
ext4: Convert ac_bitmap_page to ac_bitmap_folio
ext4: Convert ac_buddy_page to ac_buddy_folio
fs/ext4/mballoc.c | 230 +++++++++++++++++++++++-----------------------
fs/ext4/mballoc.h | 8 +-
2 files changed, 121 insertions(+), 117 deletions(-)
--
2.43.0
Powered by blists - more mailing lists