All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Three folio-related btrfs fixes
@ 2026-05-22 18:14 Matthew Wilcox (Oracle)
  2026-05-22 18:14 ` [PATCH 1/3] Revert "btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()" Matthew Wilcox (Oracle)
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Matthew Wilcox (Oracle) @ 2026-05-22 18:14 UTC (permalink / raw)
  To: Chris Mason
  Cc: Matthew Wilcox (Oracle), David Sterba, linux-btrfs, Qu Wenruo,
	Boris Burkov, Filipe Manana, Sweet Tea Dorminy

All of these were discovered through auditing the (mis)uses of the folio
API throughout the kernel; I haven't been specifically reviewing btrfs,
nor testing.

Matthew Wilcox (Oracle) (3):
  Revert "btrfs: fix the file offset calculation inside
    btrfs_decompress_buf2page()"
  btrfs: Use folio_put()
  btrfs: Remove use of bv_page

 fs/btrfs/compression.c | 18 +-----------------
 fs/btrfs/extent_io.c   |  6 +++---
 fs/btrfs/inode.c       |  2 +-
 3 files changed, 5 insertions(+), 21 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-05-25 12:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-22 18:14 [PATCH 0/3] Three folio-related btrfs fixes Matthew Wilcox (Oracle)
2026-05-22 18:14 ` [PATCH 1/3] Revert "btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()" Matthew Wilcox (Oracle)
2026-05-22 18:14 ` [PATCH 2/3] btrfs: Use folio_put() Matthew Wilcox (Oracle)
2026-05-22 21:15   ` Boris Burkov
2026-05-22 18:14 ` [PATCH 3/3] btrfs: Remove use of bv_page Matthew Wilcox (Oracle)
2026-05-22 21:20 ` [PATCH 0/3] Three folio-related btrfs fixes Boris Burkov
2026-05-22 21:57   ` Qu Wenruo
2026-05-22 22:07     ` Boris Burkov
2026-05-22 21:47 ` Qu Wenruo
2026-05-22 22:38 ` David Sterba
2026-05-22 23:56   ` Matthew Wilcox
2026-05-23 14:06     ` David Sterba
2026-05-24 20:05       ` Matthew Wilcox
2026-05-24 23:16         ` Qu Wenruo
2026-05-25 10:28         ` David Sterba
2026-05-25 12:02 ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.