This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9f1abbe97c08 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 3d45f221ce62 btrfs: fix deadlock when cloning inline extent and low on [...] new 9a664971569d btrfs: correctly calculate item size used when item key co [...] new ae5e070eaca9 btrfs: qgroup: don't try to wait flushing if we're already [...] new 0b3f407e6728 btrfs: send: fix wrong file path when there is an inode wi [...] new 675a4fc8f314 btrfs: tests: initialize test inodes location new ea9ed87c73e8 btrfs: fix async discard stall new 1ea2872fc6f2 btrfs: fix racy access to discard_ctl data new 8fc058597a28 btrfs: merge critical sections of discard lock in workfn new cb13eea3b490 btrfs: fix transaction leak and crash after RO remount cau [...] new 638331fa56ca btrfs: fix transaction leak and crash after cleaning up or [...] new a0a1db70df5f btrfs: fix race between RO remount and the cleaner task new 0a31daa4b602 btrfs: add assertion for empty list of transactions at lat [...] new a8cc263eb58c btrfs: run delayed iputs when remounting RO to avoid leaking them new 71c061d24438 Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/s [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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(-)