]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmana...
authorChris Mason <clm@fb.com>
Tue, 13 Dec 2016 17:14:42 +0000 (09:14 -0800)
committerChris Mason <clm@fb.com>
Tue, 13 Dec 2016 17:14:42 +0000 (09:14 -0800)
commit5f52a2c512a55500349aa261e469d099ede0f256
treefc1d55c8f31f12e6eb0536de01a90bf7dfbb329a
parent7c4c71ac8a72aea595f4cc7e09c2bcc61929c4ac
parent2a7bf53f577e49c43de4ffa7776056de26db65d9
Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10

Patches queued up by Filipe:

The most important change is still the fix for the extent tree
corruption that happens due to balance when qgroups are enabled (a
regression introduced in 4.7 by a fix for a regression from the last
qgroups rework). This has been hitting SLE and openSUSE users and QA
very badly, where transactions keep getting aborted when running
delayed references leaving the root filesystem in RO mode and nearly
unusable.  There are fixes here that allow us to run xfstests again
with the integrity checker enabled, which has been impossible since 4.8
(apparently I'm the only one running xfstests with the integrity
checker enabled, which is useful to validate dirtied leafs, like
checking if there are keys out of order, etc).  The rest are just some
trivial fixes, most of them tagged for stable, and two cleanups.

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/delayed-ref.h
fs/btrfs/disk-io.c
fs/btrfs/file.c
fs/btrfs/qgroup.c
fs/btrfs/relocation.c
fs/btrfs/tree-log.c