This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from 7fef2edf7cc7 sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVT adds 54afaae34ee4 btrfs: zoned: fix types for u64 division in btrfs_reclaim_ [...] adds 5f93e776c673 btrfs: zoned: print unusable percentage when reclaiming bl [...] adds 1cb3db1cf383 btrfs: fix deadlock with concurrent chunk allocations invo [...] adds 79bd37120b14 btrfs: rework chunk allocation to avoid exhaustion of the [...] adds abb99cfdaf07 btrfs: properly split extent_map for REQ_OP_ZONE_APPEND adds 9cc0b837e14a btrfs: don't block if we can't acquire the reclaim lock adds ea32af47f00a btrfs: zoned: fix wrong mutex unlock on failure to allocat [...] adds f02bf8578bd8 Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/s [...] adds cc3ddee97cff vboxsf: Honor excl flag to the dir-inode create op adds ab0c29687bc7 vboxsf: Make vboxsf_dir_create() return the handle for the [...] adds 02f840f90764 vboxsf: Add vboxsf_[create|release]_sf_handle() helpers adds 52dfd86aa568 vboxsf: Add support for the atomic_open directory-inode op adds 40226a3d96ef Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
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(-)