Re: [GIT PULL] Btrfs updates for 5.10

2020-10-15 Thread David Sterba
Hi, On Thu, Oct 15, 2020 at 11:40:11AM +1100, Stephen Rothwell wrote: > Hi David, > On Mon, 12 Oct 2020 22:25:02 +0200 David Sterba wrote: > > > > Mishaps: > > > > - commit 62cf5391209a ("btrfs: move btrfs_rm_dev_replace_free_srcdev > > outside of all locks") is a rebase leftover after the pat

Re: [GIT PULL] Btrfs updates for 5.10

2020-10-14 Thread Stephen Rothwell
Hi David, On Mon, 12 Oct 2020 22:25:02 +0200 David Sterba wrote: > > Mishaps: > > - commit 62cf5391209a ("btrfs: move btrfs_rm_dev_replace_free_srcdev > outside of all locks") is a rebase leftover after the patch got > merged to 5.9-rc8 as a466c85edc6f ("btrfs: move > btrfs_rm_dev_replace_

Re: [GIT PULL] Btrfs updates for 5.10

2020-10-13 Thread pr-tracker-bot
The pull request you sent on Mon, 12 Oct 2020 22:25:02 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.10-tag has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/11e3235b4399f7e626caa791a68a0ea8337f6683 Thank you! -- Deet-doot-dot, I am a bot

[GIT PULL] Btrfs updates for 5.10

2020-10-12 Thread David Sterba
Hi, there are mostly core updates with a few user visible bits and fixes. Please pull, thanks. Hilights: - fsync performance improvements - less contention of log mutex (throughput +4%, latency -14%, dbench with 32 clients) - skip unnecessary commits for link and rename (throughput +6%,