summaryrefslogtreecommitdiffstats
path: root/fs/netfs/buffered_read.c
Commit message (Expand)AuthorAgeFilesLines
* 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