mbox series

[GIT,PULL] zonefs fixes for X.Y-rcZ

Message ID 20200724073626.333882-1-damien.lemoal@wdc.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] zonefs fixes for X.Y-rcZ | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.8-rc7

Message

Damien Le Moal July 24, 2020, 7:36 a.m. UTC
Linus,

The following changes since commit 5714ee50bb4375bd586858ad800b1d9772847452:

  copy_xstate_to_kernel: Fix typo which caused GDB regression (2020-07-19 17:09:10 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.8-rc7

for you to fetch changes up to 89ee72376be23a1029a0c65eff8838c262b01d65:

  zonefs: count pages after truncating the iterator (2020-07-20 17:59:31 +0900)

----------------------------------------------------------------
zonefs fixes for 5.8-rc7

Two fixes, the first one to remove compilation warnings and the second
to avoid potentially inefficient allocation of BIOs for direct writes
into sequential zones.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>

----------------------------------------------------------------
Damien Le Moal (1):
      zonefs: Fix compilation warning

Johannes Thumshirn (1):
      zonefs: count pages after truncating the iterator

 fs/zonefs/super.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org July 24, 2020, 9:40 p.m. UTC | #1
The pull request you sent on Fri, 24 Jul 2020 16:36:26 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.8-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6a343656d30229a424458f8111e55df336375382

Thank you!