summaryrefslogtreecommitdiffstats
path: root/fs/netfs/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Export the netfs_sreq tracepointDavid Howells2023-12-281-0/+2
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-0/+1
* netfs: Provide a launder_folio implementationDavid Howells2023-12-281-0/+1
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-5/+7
* netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-0/+1
* netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-281-1/+2
* netfs: Add a procfile to list in-progress requestsDavid Howells2023-12-241-1/+68
* netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells2023-12-241-0/+33
* netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-2/+2
* netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells2023-12-241-2/+3
* netfs: Split some core bits out into their own fileDavid Howells2022-03-181-0/+20