summaryrefslogtreecommitdiffstats
path: root/fs/netfs/main.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-1/+1
* netfs: Use mempools for allocating requests and subrequestsDavid Howells2024-05-011-6/+45
* netfs: Remove ->launder_folio() supportDavid Howells2024-05-011-1/+0
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-291-0/+1
* 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