This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7fef2edf7cc7 sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVT new 54afaae34ee4 btrfs: zoned: fix types for u64 division in btrfs_reclaim_ [...] new 5f93e776c673 btrfs: zoned: print unusable percentage when reclaiming bl [...] new 1cb3db1cf383 btrfs: fix deadlock with concurrent chunk allocations invo [...] new 79bd37120b14 btrfs: rework chunk allocation to avoid exhaustion of the [...] new abb99cfdaf07 btrfs: properly split extent_map for REQ_OP_ZONE_APPEND new 9cc0b837e14a btrfs: don't block if we can't acquire the reclaim lock new ea32af47f00a btrfs: zoned: fix wrong mutex unlock on failure to allocat [...] new f02bf8578bd8 Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/s [...] new cc3ddee97cff vboxsf: Honor excl flag to the dir-inode create op new ab0c29687bc7 vboxsf: Make vboxsf_dir_create() return the handle for the [...] new 02f840f90764 vboxsf: Add vboxsf_[create|release]_sf_handle() helpers new 52dfd86aa568 vboxsf: Add support for the atomic_open directory-inode op new 40226a3d96ef Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm [...]
The 13 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/block-group.c | 367 ++++++++++++++++++++++++++++++++++++------------- fs/btrfs/block-group.h | 6 +- fs/btrfs/ctree.c | 67 ++------- fs/btrfs/inode.c | 147 ++++++++++++++++---- fs/btrfs/transaction.c | 15 +- fs/btrfs/transaction.h | 9 +- fs/btrfs/tree-log.c | 2 +- fs/btrfs/volumes.c | 355 +++++++++++++++++++++++++++++++++++------------ fs/btrfs/volumes.h | 5 +- fs/vboxsf/dir.c | 76 ++++++++-- fs/vboxsf/file.c | 71 ++++++---- fs/vboxsf/vfsmod.h | 7 + 12 files changed, 803 insertions(+), 324 deletions(-)