linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
@ 2025-07-07 23:46 Joanne Koong
  2025-07-07 23:46 ` [PATCH v2 1/2] fuse: use default writeback accounting Joanne Koong
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Joanne Koong @ 2025-07-07 23:46 UTC (permalink / raw)
  To: miklos; +Cc: linux-fsdevel, david, willy, linux-mm

With the changes in commit 0c58a97f919c ("fuse: remove tmp folio for
writebacks and internal rb tree") which removed using temp folios for dirty
page writeback, fuse can now use the default writeback accounting instead of
doing its own accounting. This allows us to get rid of BDI_CAP_WRITEBACK_ACCT
altogether.


Changelog
---------
v1: https://lore.kernel.org/linux-fsdevel/20250703164556.1576674-1-joannelkoong@gmail.com/
v1 -> v2:
* Get rid of unused variable declarations (kernel test robot)
* Add David's acked-by


Joanne Koong (2):
  fuse: use default writeback accounting
  mm: remove BDI_CAP_WRITEBACK_ACCT

 fs/fuse/file.c              |  9 +-------
 fs/fuse/inode.c             |  2 --
 include/linux/backing-dev.h | 14 +-----------
 mm/backing-dev.c            |  2 +-
 mm/page-writeback.c         | 43 ++++++++++++++++---------------------
 5 files changed, 21 insertions(+), 49 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-08-22 23:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 23:46 [PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT Joanne Koong
2025-07-07 23:46 ` [PATCH v2 1/2] fuse: use default writeback accounting Joanne Koong
2025-07-09 11:06   ` Bernd Schubert
2025-07-11 11:58     ` David Hildenbrand
2025-07-07 23:46 ` [PATCH v2 2/2] mm: remove BDI_CAP_WRITEBACK_ACCT Joanne Koong
     [not found]   ` <CGME20250822110133eucas1p2378459d1e802c718ef6028efc06625dc@eucas1p2.samsung.com>
2025-08-22 11:01     ` Marek Szyprowski
     [not found]       ` <CGME20250822214238eucas1p16934a3c0a9575e6044b61e11f3635af0@eucas1p1.samsung.com>
2025-08-22 21:42         ` Marek Szyprowski
2025-08-22 23:20           ` Joanne Koong
2025-08-01 20:44 ` [PATCH v2 0/2] fuse/mm: " Joanne Koong
2025-08-18 12:28 ` Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).