summaryrefslogtreecommitdiff
path: root/fs/netfs/io.c
AgeCommit message (Expand)Author
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells
2024-04-29netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2024-01-29netfs: Fix i_dio_count leak on DIO read past i_sizeMarc Dionne
2024-01-22netfs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-05netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
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