| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-26 | netfs: fix reference leak | Max Kellermann | 1 | -5/+5 |
| 2025-05-21 | Merge patch series "netfs: Miscellaneous fixes" | Christian Brauner | 1 | -17/+15 |
| 2025-05-21 | netfs: Fix wait/wake to be consistent about the waitqueue used | David Howells | 1 | -1/+1 |
| 2025-05-21 | netfs: Fix the request's work item to not require a ref | David Howells | 1 | -16/+14 |
| 2025-05-21 | fs/netfs: remove `netfs_io_request.ractl` | Max Kellermann | 1 | -12/+12 |
| 2025-02-13 | netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued | David Howells | 1 | -6/+13 |
| 2024-12-20 | afs: Locally initialise the contents of a new symlink on creation | David Howells | 1 | -1/+1 |
| 2024-12-20 | netfs: Change the read result collector to only use one work item | David Howells | 1 | -81/+79 |
| 2024-12-20 | netfs: Add support for caching single monolithic objects such as AFS dirs | David Howells | 1 | -3/+8 |
| 2024-12-20 | netfs: Don't use bh spinlock | David Howells | 1 | -2/+2 |
| 2024-12-20 | netfs: Drop the was_async arg from netfs_read_subreq_terminated() | David Howells | 1 | -3/+3 |
| 2024-12-20 | netfs: Drop the error arg from netfs_read_subreq_terminated() | David Howells | 1 | -8/+8 |
| 2024-12-20 | netfs: Abstract out a rolling folio buffer implementation | David Howells | 1 | -96/+23 |
| 2024-12-20 | netfs: Add a tracepoint to log the lifespan of folio_queue structs | David Howells | 1 | -3/+7 |
| 2024-12-20 | netfs: Use a folio_queue allocation and free functions | David Howells | 1 | -9/+3 |
| 2024-12-20 | netfs: Fix enomem handling in buffered reads | David Howells | 1 | -12/+16 |
| 2024-11-18 | Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+4 |
| 2024-10-07 | netfs: In readahead, put the folio refs as soon extracted | David Howells | 1 | -33/+14 |
| 2024-10-07 | netfs: Remove unnecessary references to pages | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 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 |