[PATCH 0/2] afs: Fix writeback

David Howells posted 2 patches 2 years, 7 months ago
fs/afs/write.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH 0/2] afs: Fix writeback
Posted by David Howells 2 years, 7 months ago
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.

The patches can be found here:

	https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes

Thanks,
David

---
%(shortlog)s
%(diffstat)s

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(-)
Re: [PATCH 0/2] afs: Fix writeback
Posted by David Howells 2 years, 7 months ago
David Howells <dhowells@redhat.com> wrote:

> 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.
> 
> The patches can be found here:
> 
> 	https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes

Let me do that with a signed tag.

David