Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netfs: Delete some xarray-wangling functions that aren't used | David Howells | 2024-06-26 | 1 | -81/+0 |
* | netfs: Replace PG_fscache by setting folio->private and marking dirty | David Howells | 2024-04-29 | 1 | -9/+1 |
* | netfs: Don't use certain unnecessary folio_*() functions | David Howells | 2024-01-22 | 1 | -1/+1 |
* | netfs: Optimise away reads above the point at which there can be no data | David Howells | 2023-12-28 | 1 | -0/+5 |
* | netfs: Prep to use folio->private for write grouping and streaming write | David Howells | 2023-12-28 | 1 | -0/+46 |
* | netfs: Provide tools to create a buffer in an xarray | David Howells | 2023-12-28 | 1 | -0/+81 |
* | netfs: Provide invalidate_folio and release_folio calls | David Howells | 2023-12-24 | 1 | -0/+42 |
* | netfs: Move pinning-for-writeback from fscache to netfs | David Howells | 2023-12-24 | 1 | -0/+86 |