summaryrefslogtreecommitdiffstats
path: root/fs/netfs/output.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Remove the old writeback codeDavid Howells2024-05-011-477/+0
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-2/+2
* netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells2024-04-291-1/+0
* netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells2024-04-291-1/+1
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-0/+90
* netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-15/+10
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-0/+30
* netfs: Dispatch write requests to process a writeback sliceDavid Howells2023-12-281-0/+363