summaryrefslogtreecommitdiffstats
path: root/fs/netfs/Makefile
AgeCommit message (Expand)AuthorLines
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells-0/+1
2024-12-20netfs: Split retry code out of fs/netfs/write_collect.cDavid Howells-1/+2
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells-0/+1
2024-09-12netfs: Speed up buffered readingDavid Howells-1/+3
2024-05-01netfs: Cut over to using new writeback codeDavid Howells-1/+0
2024-05-01netfs: New writeback implementationDavid Howells-1/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells-0/+1
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells-0/+1
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells-0/+1
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells-1/+2
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells-0/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells-0/+1
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells-12/+12
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells-1/+13
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells-0/+1
2022-03-18netfs: Split some core bits out into their own fileDavid Howells-0/+1
2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells-0/+1
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells-2/+2
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells-1/+5
2021-04-23netfs: Gather statsDavid Howells-2/+1
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells-0/+6