summaryrefslogtreecommitdiffstats
path: root/fs/netfs/io.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne2024-01-291-0/+2
* netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-1/+1
* netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells2024-01-051-1/+1
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-0/+10
* netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-1/+1
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-1/+1
* netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-8/+75
* netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-281-0/+1
* netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells2023-12-281-15/+13
* netfs: Limit subrequest by size or number of segmentsDavid Howells2023-12-281-0/+18
* netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells2023-12-241-19/+50
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells2022-11-151-0/+3
* netfs: Split some core bits out into their own fileDavid Howells2022-03-181-10/+0
* netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-181-418/+0
* netfs: Rename read_helper.c to io.cDavid Howells2022-03-181-0/+1085