This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aab6bf505a8e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 1afc708dcae4 btrfs: fix relocation failure due to race with fallocate new 7837fa88704a btrfs: drop the path before adding block group sysfs files new cad69d139651 btrfs: tree-checker: fix incorrect printk format new 85d07fbe09ef btrfs: tree-checker: validate number of chunk stripes and parity new 83bc1560e02e btrfs: fix use-after-free on readahead extent after failur [...] new 66d204a16c94 btrfs: fix readahead hang and use-after-free after removin [...] new 5223cc60b40a btrfs: drop the path before adding qgroup items when enabl [...] new 49d11bead7d5 btrfs: add a helper to read the tree_root commit root for [...] new 0425e7badbdc btrfs: don't fallback to buffered read if we don't need to new d5c8238849e7 btrfs: convert data_seqcount to seqcount_mutex_t new f5d808567a51 Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/s [...]
The 11 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/backref.c | 13 ++++- fs/btrfs/block-group.c | 1 + fs/btrfs/ctree.h | 2 + fs/btrfs/dev-replace.c | 5 ++ fs/btrfs/disk-io.c | 139 ++++++++++++++++++++++++++++++++++-------------- fs/btrfs/disk-io.h | 3 ++ fs/btrfs/extent-tree.c | 2 +- fs/btrfs/file.c | 3 +- fs/btrfs/inode.c | 8 ++- fs/btrfs/qgroup.c | 18 +++++++ fs/btrfs/reada.c | 47 ++++++++++++++++ fs/btrfs/tree-checker.c | 18 +++++++ fs/btrfs/volumes.c | 5 +- fs/btrfs/volumes.h | 12 ++--- 14 files changed, 225 insertions(+), 51 deletions(-)