summaryrefslogtreecommitdiff
path: root/fs/netfs/read_pgpriv2.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-14netfs: Fix race between cache write completion and ALL_QUEUED being setDavid Howells1-0/+4
2025-07-14netfs: Fix copy-to-cache so that it performs collection with ceph+fscacheDavid Howells1-0/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-2/+2
2024-12-21netfs: Change the read result collector to only use one work itemDavid Howells1-123/+80
2024-12-21netfs: Abstract out a rolling folio buffer implementationDavid Howells1-15/+17
2024-12-21netfs: Fix the (non-)cancellation of copy when cache is temporarily disabledDavid Howells1-0/+4
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells1-2/+2
2024-09-12netfs: Speed up buffered readingDavid Howells1-0/+264