[GIT,PULL] afs: Fix writeback

Message ID 923156.1687182529@warthog.procyon.org.uk
State New
Headers
Series [GIT,PULL] afs: Fix writeback |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20230719

Message

David Howells June 19, 2023, 1:48 p.m. UTC
  Hi Linus,

Could you apply these fixes to AFS writeback code from Vishal?

 (1) Release the acquired batch before returning if we got >=5 skips.

 (2) Retry a page we had to wait for rather than skipping over it after the
     wait.

Thanks,
David
---
The following changes since commit 45a3e24f65e90a047bef86f927ebdc4c710edaa1:

  Linux 6.4-rc7 (2023-06-18 14:06:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20230719

for you to fetch changes up to 819da022dd007398d0c42ebcd8dbb1b681acea53:

  afs: Fix waiting for writeback then skipping folio (2023-06-19 14:30:58 +0100)

----------------------------------------------------------------
AFS fixes

----------------------------------------------------------------
Vishal Moola (Oracle) (2):
      afs: Fix dangling folio ref counts in writeback
      afs: Fix waiting for writeback then skipping folio

 fs/afs/write.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 19, 2023, 6:32 p.m. UTC | #1
The pull request you sent on Mon, 19 Jun 2023 14:48:49 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20230719

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

Thank you!