lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ