summaryrefslogtreecommitdiffstats
path: root/fs/netfs/buffered_read.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-6/+6
* netfs: Provide netfs_file_read_iter()David Howells2023-12-281-0/+73
* netfs: Make netfs_read_folio() handle streaming-write pagesDavid Howells2023-12-281-3/+58
* netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-281-0/+49
* netfs: Make the refcounting of netfs_begin_read() easier to useDavid Howells2023-12-281-1/+5
* netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells2023-12-241-0/+13
* netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-241-15/+18
* netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski2023-09-181-1/+5
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+2
|\
| * mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
* | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-2/+1
|/
* netfs: Fix dodgy mathsDavid Howells2022-11-151-8/+9
* netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells2022-11-151-2/+7
* netfs: do not unlock and put the folio twiceXiubo Li2022-07-141-7/+10
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-2/+3
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-3/+3
* fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-091-8/+7
* fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
* fs: Remove AOP_FLAG_NOFSMatthew Wilcox (Oracle)2022-05-081-5/+1
* netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-181-0/+428