summaryrefslogtreecommitdiff
path: root/fs/netfs/io.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01cifs: Cut over to using netfslibDavid Howells1-1/+6
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-3/+3
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells1-5/+2
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells1-144/+0
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-1/+1
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells1-8/+10
2024-01-29netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne1-0/+2
2024-01-23netfs: Don't use certain unnecessary folio_*() functionsDavid Howells1-1/+1
2024-01-06netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells1-1/+1
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-0/+10
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-1/+1
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+1
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-8/+75
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+1
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells1-15/+13
2023-12-28netfs: Limit subrequest by size or number of segmentsDavid Howells1-0/+18
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells1-19/+50
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells1-0/+3
2022-03-18netfs: Split some core bits out into their own fileDavid Howells1-10/+0
2022-03-18netfs: Split fs/netfs/read_helper.cDavid Howells1-418/+0
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells1-0/+1085