Re: [GIT PULL] GFS2 fixes for 5.10-rc3

2020-11-12 Thread pr-tracker-bot
The pull request you sent on Thu, 12 Nov 2020 23:23:46 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git 
> tags/gfs2-v5.10-rc3-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/20ca21dfccb6dd6ae4d1d22b91c3c7514f4a712c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[GIT PULL] GFS2 fixes for 5.10-rc3

2020-11-12 Thread Andreas Gruenbacher
Hi Linus,

please consider pulling the following additional gfs2 fixes on top of 5.10-rc3.

Thank you very much,
Andreas

The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091:

  Linux 5.10-rc3 (2020-11-08 16:10:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git 
tags/gfs2-v5.10-rc3-fixes

for you to fetch changes up to 4e79e3f08e576acd51dffb4520037188703238b3:

  gfs2: Fix case in which ail writes are done to jdata holes (2020-11-12 
18:55:20 +0100)


Fix jdata data corruption and glock reference leak


Bob Peterson (2):
  Revert "gfs2: Ignore journal log writes for jdata holes"
  gfs2: Fix case in which ail writes are done to jdata holes

Zhang Qilong (1):
  gfs2: fix possible reference leak in gfs2_check_blk_type

 fs/gfs2/aops.c |  2 +-
 fs/gfs2/bmap.c |  8 ++--
 fs/gfs2/log.c  |  2 ++
 fs/gfs2/rgrp.c | 10 +-
 4 files changed, 10 insertions(+), 12 deletions(-)