summaryrefslogtreecommitdiff
path: root/fs/netfs/output.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Remove the old writeback codeDavid Howells1-477/+0
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-2/+2
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells1-1/+0
2024-04-29netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells1-1/+1
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