public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/4] remove buffer heads from ext2
@ 2025-03-26  1:49 Catherine Hoang
  2025-03-26  1:49 ` [RFC PATCH v2 1/4] ext2: remove buffer heads from superblock Catherine Hoang
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Catherine Hoang @ 2025-03-26  1:49 UTC (permalink / raw)
  To: linux-ext4; +Cc: djwong

Hi all,

This series is an effort to begin removing buffer heads from ext2. 
The first patch introduces the bulk of the new buffer cache code, while
the rest of the patches split up changes to each part of the fs for
easier testing.

This is still a work in progress, and there are a couple more things on
my todo list:
- finish removing buffer heads from xattrs, inode allocation, etc
- implement a buffer cache shrinker
- fix various locking issues

Comments and feedback appreciated!

Catherine Hoang (4):
  ext2: remove buffer heads from superblock
  ext2: remove buffer heads from group descriptors
  ext2: remove buffer heads from quota handling
  ext2: remove buffer heads from block bitmaps

 fs/ext2/Makefile |   2 +-
 fs/ext2/balloc.c | 132 ++++++++++-----------
 fs/ext2/cache.c  | 302 +++++++++++++++++++++++++++++++++++++++++++++++
 fs/ext2/ext2.h   |  47 +++++++-
 fs/ext2/ialloc.c |  12 +-
 fs/ext2/super.c  |  96 ++++++++-------
 fs/ext2/xattr.c  |   2 +-
 7 files changed, 468 insertions(+), 125 deletions(-)
 create mode 100644 fs/ext2/cache.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-07 16:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-26  1:49 [RFC PATCH v2 0/4] remove buffer heads from ext2 Catherine Hoang
2025-03-26  1:49 ` [RFC PATCH v2 1/4] ext2: remove buffer heads from superblock Catherine Hoang
2025-03-28 18:24   ` Darrick J. Wong
2025-03-26  1:49 ` [RFC PATCH v2 2/4] ext2: remove buffer heads from group descriptors Catherine Hoang
2025-03-28 18:29   ` Darrick J. Wong
2025-03-26  1:49 ` [RFC PATCH v2 3/4] ext2: remove buffer heads from quota handling Catherine Hoang
2025-03-26  1:49 ` [RFC PATCH v2 4/4] ext2: remove buffer heads from block bitmaps Catherine Hoang
2025-03-27 10:32 ` [RFC PATCH v2 0/4] remove buffer heads from ext2 Christoph Hellwig
2025-04-04 16:43   ` Darrick J. Wong
2025-04-07  6:25     ` Christoph Hellwig
2025-04-07 16:54       ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox