Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] btrfs: fix inlined file extent items in data reloc
@ 2026-06-22 22:55 Qu Wenruo
  2026-06-21  9:11 ` [PATCH] btrfs: print-tree: print header owner as signed Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Qu Wenruo @ 2026-06-22 22:55 UTC (permalink / raw)
  To: linux-btrfs

[CHANGELOG]
v2:
- Add more explanation on why we can created inlined extents even if
  relocation is preallocating space

- Add the fixes: tag since the behavior is caused by a specific commit

There is a syzbot report that an inlined file extent item in a data
reloc inode triggered a sanity check in get_new_location().

It turns out that we can create inlined file extents for data reloc
inodes in the first place after commit 3eaf5f082c4c ("btrfs: extract
inlined creation into a dedicated delalloc helper").

So the first patch will avoid compression for data reloc inodes first,
then the second patch to reject inlined file extent items in
get_new_location(), making the checks more robust.

Qu Wenruo (2):
  btrfs: do not try compression for data reloc inodes
  btrfs: reject inline file extent item in get_new_location()

 fs/btrfs/btrfs_inode.h | 2 ++
 fs/btrfs/relocation.c  | 7 +++++++
 2 files changed, 9 insertions(+)

-- 
2.54.0


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

end of thread, other threads:[~2026-06-23  3:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-22 22:55 [PATCH v2 0/2] btrfs: fix inlined file extent items in data reloc Qu Wenruo
2026-06-21  9:11 ` [PATCH] btrfs: print-tree: print header owner as signed Qu Wenruo
2026-06-22 11:17   ` Filipe Manana
2026-06-22 12:00   ` sun k
2026-06-23  0:07     ` David Sterba
2026-06-23  3:21       ` sun k
2026-06-22 22:55   ` Qu Wenruo
2026-06-22 22:55 ` [PATCH v2 1/2] btrfs: do not try compression for data reloc inodes Qu Wenruo
2026-06-22 22:55 ` [PATCH v2 2/2] btrfs: reject inline file extent item in get_new_location() Qu Wenruo

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