aboutsummaryrefslogtreecommitdiff
path: root/fs/netfs/buffered_read.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Add some write-side stats and clean up some stat namesGravatar David Howells 1-1/+1
2024-05-01netfs: Switch to using unsigned long long rather than loff_tGravatar David Howells 1-1/+3
2024-04-29netfs: Remove deprecated use of PG_private_2 as a second writeback flagGravatar David Howells 1-7/+1
2024-04-29mm: Remove the PG_fscache alias for PG_private_2Gravatar David Howells 1-2/+2
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyGravatar David Howells 1-10/+26
2024-01-22netfs: Don't use certain unnecessary folio_*() functionsGravatar David Howells 1-6/+6
2023-12-28netfs: Provide netfs_file_read_iter()Gravatar David Howells 1-0/+73
2023-12-28netfs: Make netfs_read_folio() handle streaming-write pagesGravatar David Howells 1-3/+58
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeGravatar David Howells 1-0/+49
2023-12-28netfs: Make the refcounting of netfs_begin_read() easier to useGravatar David Howells 1-1/+5
2023-12-24netfs: Add iov_iters to (sub)requests to describe various buffersGravatar David Howells 1-0/+13
2023-12-24netfs, fscache: Remove ->begin_cache_operationGravatar David Howells 1-15/+18
2023-09-18netfs: Only call folio_start_fscache() one time for each folioGravatar Dave Wysochanski 1-1/+5
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-04-06fs: Add FGP_WRITEBEGINGravatar Matthew Wilcox 1-2/+1
2023-04-05mm: return an ERR_PTR from __filemap_get_folioGravatar Christoph Hellwig 1-2/+2
2022-11-15netfs: Fix dodgy mathsGravatar David Howells 1-8/+9
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationGravatar David Howells 1-2/+7
2022-07-14netfs: do not unlock and put the folio twiceGravatar Xiubo Li 1-7/+10
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-2/+3
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-3/+3
2022-05-09fs: Convert netfs_readpage to netfs_read_folioGravatar Matthew Wilcox (Oracle) 1-8/+7
2022-05-08fs: Remove aop_flags parameter from netfs_write_begin()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-05-08fs: Remove AOP_FLAG_NOFSGravatar Matthew Wilcox (Oracle) 1-5/+1
2022-03-18netfs: Split fs/netfs/read_helper.cGravatar David Howells 1-0/+428