summaryrefslogtreecommitdiff
path: root/fs/netfs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells1-2/+2
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells1-81/+0
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König1-2/+2
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-9/+1
2024-01-23netfs: Don't use certain unnecessary folio_*() functionsDavid Howells1-1/+1
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-0/+5
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells1-0/+46
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells1-0/+81
2023-12-24netfs: Provide invalidate_folio and release_folio callsDavid Howells1-0/+42
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-0/+86