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