]> www.infradead.org Git - linux.git/commit
Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Nov 2024 17:31:47 +0000 (07:31 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Nov 2024 17:31:47 +0000 (07:31 -1000)
commit6b4926494ed872803bb0b3c59440ac25c35c9869
tree6cea49601ff5eee2973b7cc716385d1da07530d6
parent7b83601da470cfdb0a66eb9335fb6ec34d3dd876
parent77b0d113eec49a7390ff1a08ca1923e89f5f86c6
Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "A few more stability fixes. There's one patch adding export of MIPS
  cmpxchg helper, used in the error propagation fix.

   - fix error propagation from split bios to the original btrfs bio

   - fix merging of adjacent extents (normal operation, defragmentation)

   - fix potential use after free after freeing btrfs device structures"

* tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: fix defrag not merging contiguous extents due to merged extent maps
  btrfs: fix extent map merging not happening for adjacent extents
  btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()
  btrfs: fix error propagation of split bios
  MIPS: export __cmpxchg_small()
fs/btrfs/bio.c