summaryrefslogtreecommitdiff
path: root/fs/netfs/io.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12netfs: Remove fs/netfs/io.cDavid Howells1-802/+0
2024-09-05netfs: Set the request work function upon allocationDavid Howells1-3/+1
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-2/+2
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells1-6/+11
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells1-0/+2
2024-08-24netfs: Fix missing iterator reset on retry of short readDavid Howells1-0/+1
2024-08-139p: Fix DIO read through netfsDominique Martinet1-6/+11
2024-08-12netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells1-0/+144
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells1-6/+6
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König1-6/+6
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-22netfs: Don't use certain unnecessary folio_*() functionsDavid Howells1-1/+1
2024-01-05netfs: 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