summaryrefslogtreecommitdiffstats
path: root/fs/netfs/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix a KMSAN uninit-value error in netfs_clear_bufferChang Yu2024-10-011-1/+1
* netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)David Howells2024-09-271-21/+53
* netfs: Provide an iterator-reset functionDavid Howells2024-09-121-0/+18
* netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells2024-09-121-0/+76
* netfs: Fix trimming of streaming-write folios in netfs_inval_folio()David Howells2024-08-241-15/+35
* netfs: Fix netfs_release_folio() to say no if folio dirtyDavid Howells2024-08-241-0/+3
* netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells2024-08-211-0/+7
* netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells2024-07-241-2/+2
* Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-111-2/+2
|\
| * netfs: Switch debug logging to pr_debug()Uwe Kleine-König2024-06-121-2/+2
* | netfs: Delete some xarray-wangling functions that aren't usedDavid Howells2024-06-261-81/+0
|/
* 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