This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from 9f1abbe97c08 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds 3d45f221ce62 btrfs: fix deadlock when cloning inline extent and low on [...] adds 9a664971569d btrfs: correctly calculate item size used when item key co [...] adds ae5e070eaca9 btrfs: qgroup: don't try to wait flushing if we're already [...] adds 0b3f407e6728 btrfs: send: fix wrong file path when there is an inode wi [...] adds 675a4fc8f314 btrfs: tests: initialize test inodes location adds ea9ed87c73e8 btrfs: fix async discard stall adds 1ea2872fc6f2 btrfs: fix racy access to discard_ctl data adds 8fc058597a28 btrfs: merge critical sections of discard lock in workfn adds cb13eea3b490 btrfs: fix transaction leak and crash after RO remount cau [...] adds 638331fa56ca btrfs: fix transaction leak and crash after cleaning up or [...] adds a0a1db70df5f btrfs: fix race between RO remount and the cleaner task adds 0a31daa4b602 btrfs: add assertion for empty list of transactions at lat [...] adds a8cc263eb58c btrfs: run delayed iputs when remounting RO to avoid leaking them adds 71c061d24438 Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: fs/btrfs/btrfs_inode.h | 9 ++++++ fs/btrfs/ctree.c | 24 +++++++++++++-- fs/btrfs/ctree.h | 29 ++++++++++++++++-- fs/btrfs/dev-replace.c | 2 +- fs/btrfs/discard.c | 70 +++++++++++++++++++++++--------------------- fs/btrfs/disk-io.c | 13 ++++---- fs/btrfs/extent-tree.c | 2 ++ fs/btrfs/file-item.c | 2 ++ fs/btrfs/inode.c | 15 +++++++--- fs/btrfs/ioctl.c | 2 +- fs/btrfs/qgroup.c | 43 +++++++++++++++++++-------- fs/btrfs/reflink.c | 15 ++++++++++ fs/btrfs/send.c | 49 +++++++++++++++++++------------ fs/btrfs/space-info.c | 2 +- fs/btrfs/super.c | 40 +++++++++++++++++++++++-- fs/btrfs/tests/btrfs-tests.c | 10 +++++-- fs/btrfs/tests/inode-tests.c | 9 ------ fs/btrfs/volumes.c | 4 +-- 18 files changed, 243 insertions(+), 97 deletions(-)