summaryrefslogtreecommitdiffstats
path: root/fs/netfs/misc.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-291-9/+1
* netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-1/+1
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-0/+5
* netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells2023-12-281-0/+46
* netfs: Provide tools to create a buffer in an xarrayDavid Howells2023-12-281-0/+81
* netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-241-0/+42
* netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-0/+86