| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-01 | netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read | David Howells | 1 | -3/+3 |
| 2025-06-02 | Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2025-05-23 | netfs: Fix undifferentiation of DIO reads from unbuffered reads | David Howells | 1 | -0/+1 |
| 2025-04-11 | netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS | Song Liu | 1 | -0/+4 |
| 2024-12-20 | netfs: Change the read result collector to only use one work item | David Howells | 1 | -1/+1 |
| 2024-12-20 | afs: Eliminate afs_read | David Howells | 1 | -1/+1 |
| 2024-12-20 | netfs: Add support for caching single monolithic objects such as AFS dirs | David Howells | 1 | -0/+2 |
| 2024-09-16 | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+4 |
| 2024-09-12 | netfs: Speed up buffered reading | David Howells | 1 | -1/+3 |
| 2024-09-05 | netfs: Remove NETFS_COPY_TO_CACHE | David Howells | 1 | -2/+1 |
| 2024-08-30 | netfs: Delete subtree of 'fs/netfs' when netfs module exits | Baokun Li | 1 | -2/+2 |
| 2024-07-24 | netfs: Revert "netfs: Switch debug logging to pr_debug()" | David Howells | 1 | -0/+4 |
| 2024-06-12 | netfs: Switch debug logging to pr_debug() | Uwe Kleine-König | 1 | -4/+0 |
| 2024-05-01 | netfs: Switch to using unsigned long long rather than loff_t | David Howells | 1 | -1/+1 |
| 2024-05-01 | netfs: Use mempools for allocating requests and subrequests | David Howells | 1 | -6/+45 |
| 2024-05-01 | netfs: Remove ->launder_folio() support | David Howells | 1 | -1/+0 |
| 2024-04-29 | netfs: Replace PG_fscache by setting folio->private and marking dirty | David Howells | 1 | -0/+1 |
| 2023-12-28 | netfs: Export the netfs_sreq tracepoint | David Howells | 1 | -0/+2 |
| 2023-12-28 | netfs: Implement a write-through caching option | David Howells | 1 | -0/+1 |
| 2023-12-28 | netfs: Provide a launder_folio implementation | David Howells | 1 | -0/+1 |
| 2023-12-28 | netfs: Implement unbuffered/DIO write support | David Howells | 1 | -5/+7 |
| 2023-12-28 | netfs: Implement unbuffered/DIO read support | David Howells | 1 | -0/+1 |
| 2023-12-28 | netfs: Extend the netfs_io_*request structs to handle writes | David Howells | 1 | -1/+2 |
| 2023-12-24 | netfs: Add a procfile to list in-progress requests | David Howells | 1 | -1/+68 |
| 2023-12-24 | netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink | David Howells | 1 | -0/+33 |
| 2023-12-24 | netfs, fscache: Combine fscache with netfs | David Howells | 1 | -2/+2 |
| 2023-12-24 | netfs, fscache: Move fs/fscache/* into fs/netfs/ | David Howells | 1 | -2/+3 |
| 2022-03-18 | netfs: Split some core bits out into their own file | David Howells | 1 | -0/+20 |