summaryrefslogtreecommitdiff
path: root/fs/netfs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+1
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-0/+1
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+1
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-1/+2
2023-12-24netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells1-0/+1
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells1-0/+1
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells1-12/+12
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells1-1/+13
2023-02-21netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells1-0/+1
2022-03-18netfs: Split some core bits out into their own fileDavid Howells1-0/+1
2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells1-0/+1
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells1-2/+2
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells1-1/+5
2021-04-23netfs: Gather statsDavid Howells1-2/+1
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells1-0/+6