aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/netfs/write_retry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells1-8/+4
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-1/+1
2025-05-21netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells1-2/+3
2025-02-13netfs: Add retry stat countersDavid Howells1-0/+2
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-4/+10
2024-12-20netfs: Split retry code out of fs/netfs/write_collect.cDavid Howells1-0/+226