3 matches found
CVE-2026-68442
CVE-2026-68442 describes a Linux kernel btrfs bug where splitting extent maps incorrectly propagates EXTENT_FLAG_LOGGING to new split maps. The local flags copy was used for splits, while a later change cleared the flag on em->flags, so a split map being logged could be freed with the flag sti...
PT-2026-70956
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't propagate EXTENT FLAG LOGGING to split extent maps When btrfs drop extent map range splits an extent map, the new split maps inherit the original map's flags through a local 'flags' variable. Commit f86f7a75e2fb...
CVE-2023-54121 btrfs: fix incorrect splitting in btrfs_drop_extent_map_range
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix incorrect splitting in btrfsdropextentmaprange In production we were seeing a variety of WARNON's in the extentmap code, specifically in btrfsdropextentmaprange when we have to call addextentmapping for our second spli...