summaryrefslogtreecommitdiff
path: root/fs/netfs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-20netfs: Add functions to build/clean a buffer in a folio_queueDavid Howells1-0/+96
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells1-147/+0
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells1-11/+20
2024-12-20netfs: Use a folio_queue allocation and free functionsDavid Howells1-4/+34
2024-10-01netfs: Fix a KMSAN uninit-value error in netfs_clear_bufferChang Yu1-1/+1
2024-09-26netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)David Howells1-21/+53
2024-09-12netfs: Provide an iterator-reset functionDavid Howells1-0/+18
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells1-0/+76
2024-08-24netfs: Fix trimming of streaming-write folios in netfs_inval_folio()David Howells1-15/+35
2024-08-24netfs: Fix netfs_release_folio() to say no if folio dirtyDavid Howells1-0/+3
2024-08-21netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells1-0/+7
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-22netfs: 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