summaryrefslogtreecommitdiff
path: root/fs/netfs/output.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-0/+90
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-15/+10
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+30
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-0/+363