summaryrefslogtreecommitdiff
path: root/fs/netfs/io.c
AgeCommit message (Expand)Author
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells
2022-03-18netfs: Split some core bits out into their own fileDavid Howells
2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells