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