summaryrefslogtreecommitdiff
path: root/fs/netfs/main.c
AgeCommit message (Expand)Author
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2023-12-28netfs: Export the netfs_sreq tracepointDavid Howells
2023-12-28netfs: Implement a write-through caching optionDavid Howells
2023-12-28netfs: Provide a launder_folio implementationDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells
2022-03-18netfs: Split some core bits out into their own fileDavid Howells