Age | Commit message (Expand) | Author | Files | Lines |
2024-10-07 | netfs: In readahead, put the folio refs as soon extracted | David Howells | 1 | -33/+14 |
2024-09-12 | netfs: Speed up buffered reading | David Howells | 1 | -295/+471 |
2024-08-12 | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags | David Howells | 1 | -18/+107 |
2024-08-12 | netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second... | David Howells | 1 | -1/+7 |
2024-07-24 | netfs: Revert "netfs: Switch debug logging to pr_debug()" | David Howells | 1 | -7/+7 |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2024-07-03 | netfs: drop usage of folio_file_pos | Kairui Song | 1 | -2/+2 |
2024-06-12 | netfs: Switch debug logging to pr_debug() | Uwe Kleine-König | 1 | -7/+7 |
2024-05-01 | netfs: Add some write-side stats and clean up some stat names | David Howells | 1 | -1/+1 |
2024-05-01 | netfs: Switch to using unsigned long long rather than loff_t | David Howells | 1 | -1/+3 |
2024-04-29 | netfs: Remove deprecated use of PG_private_2 as a second writeback flag | David Howells | 1 | -7/+1 |
2024-04-29 | mm: Remove the PG_fscache alias for PG_private_2 | David Howells | 1 | -2/+2 |
2024-04-29 | netfs: Replace PG_fscache by setting folio->private and marking dirty | David Howells | 1 | -10/+26 |
2024-01-22 | netfs: Don't use certain unnecessary folio_*() functions | David Howells | 1 | -6/+6 |
2023-12-28 | netfs: Provide netfs_file_read_iter() | David Howells | 1 | -0/+73 |
2023-12-28 | netfs: Make netfs_read_folio() handle streaming-write pages | David Howells | 1 | -3/+58 |
2023-12-28 | netfs: Provide func to copy data to pagecache for buffered write | David Howells | 1 | -0/+49 |
2023-12-28 | netfs: Make the refcounting of netfs_begin_read() easier to use | David Howells | 1 | -1/+5 |
2023-12-24 | netfs: Add iov_iters to (sub)requests to describe various buffers | David Howells | 1 | -0/+13 |
2023-12-24 | netfs, fscache: Remove ->begin_cache_operation | David Howells | 1 | -15/+18 |
2023-09-18 | netfs: Only call folio_start_fscache() one time for each folio | Dave Wysochanski | 1 | -1/+5 |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2023-04-06 | fs: Add FGP_WRITEBEGIN | Matthew Wilcox | 1 | -2/+1 |
2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -2/+2 |
2022-11-15 | netfs: Fix dodgy maths | David Howells | 1 | -8/+9 |
2022-11-15 | netfs: Fix missing xas_retry() calls in xarray iteration | David Howells | 1 | -2/+7 |
2022-07-14 | netfs: do not unlock and put the folio twice | Xiubo Li | 1 | -7/+10 |
2022-06-10 | netfs: Further cleanups after struct netfs_inode wrapper introduced | Linus Torvalds | 1 | -2/+3 |
2022-06-09 | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 1 | -3/+3 |
2022-05-09 | fs: Convert netfs_readpage to netfs_read_folio | Matthew Wilcox (Oracle) | 1 | -8/+7 |
2022-05-08 | fs: Remove aop_flags parameter from netfs_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-05-08 | fs: Remove AOP_FLAG_NOFS | Matthew Wilcox (Oracle) | 1 | -5/+1 |
2022-03-18 | netfs: Split fs/netfs/read_helper.c | David Howells | 1 | -0/+428 |