[0/2] afs: Fix writeback

Message ID 20230619134204.922713-1-dhowells@redhat.com
Headers
Series afs: Fix writeback |

Message

David Howells June 19, 2023, 1:42 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.

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(-)
  

Comments

David Howells June 19, 2023, 1:45 p.m. UTC | #1
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