This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2d3145f8d280 early init: fix error handling when opening /dev/console new 37d02592f11b btrfs: Fix error messages in qgroup_rescan_init new fcb970581dd9 Btrfs: fix cloning range with a hole when using the NO_HOL [...] new f72ff01df9cf btrfs: do not call synchronize_srcu() in inode_tree_del new db8fe64f9ce6 btrfs: handle error in btrfs_cache_block_group new 943eb3bf25f4 btrfs: don't double lock the subvol_sem for rename exchange new 994bf9cd78aa btrfs: tree-checker: Fix error format string for size_t new cf93e15eca0b btrfs: fix devs_max constraints for raid1c3 and raid1c4 new b6293c821ea8 btrfs: return error pointer from alloc_test_extent_buffer new 40e046acbd2f Btrfs: fix missing data checksums after replaying a log tree new ad1d8c439978 Btrfs: make tree checker detect checksum items with overla [...] new 6609fee8897a Btrfs: fix removal logic of the tree mod log that leads to [...] new 147271e35ba2 Btrfs: fix hole extent items with a zero size after range cloning new c7e54b5102bf btrfs: abort transaction after failed inode updates in cre [...] new 714cd3e8cba6 btrfs: handle ENOENT in btrfs_uuid_tree_iterate new 9bc574de5905 btrfs: skip log replay on orphaned roots new ca1aa2818a53 btrfs: do not leak reloc root if we fail to read the fs root new fbd542971aa1 btrfs: send: remove WARN_ON for readonly mount new 2187f215ebaa Merge tag 'for-5.5-rc2-tag' of git://git.kernel.org/pub/sc [...]
The 18 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/ctree.c | 2 +- fs/btrfs/ctree.h | 2 +- fs/btrfs/extent-tree.c | 27 ++++++++++++++---- fs/btrfs/extent_io.c | 6 ++-- fs/btrfs/file-item.c | 7 +++-- fs/btrfs/file.c | 4 +-- fs/btrfs/inode.c | 12 +++----- fs/btrfs/ioctl.c | 26 ++++++++--------- fs/btrfs/qgroup.c | 4 +-- fs/btrfs/relocation.c | 1 + fs/btrfs/send.c | 6 ---- fs/btrfs/tests/free-space-tree-tests.c | 4 +-- fs/btrfs/tests/qgroup-tests.c | 4 +-- fs/btrfs/tree-checker.c | 20 +++++++++++-- fs/btrfs/tree-log.c | 52 ++++++++++++++++++++++++++++++---- fs/btrfs/uuid-tree.c | 2 ++ fs/btrfs/volumes.c | 4 +-- 17 files changed, 127 insertions(+), 56 deletions(-)