| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-26 | netfs: fix reference leak | Max Kellermann | 1 | -1/+5 |
| 2025-07-01 | netfs: Update tracepoints in a number of ways | David Howells | 1 | -1/+0 |
| 2025-07-01 | netfs: Merge i_size update functions | David Howells | 1 | -19/+0 |
| 2025-07-01 | netfs: Fix i_size updating | David Howells | 1 | -2/+6 |
| 2025-05-21 | netfs: Fix wait/wake to be consistent about the waitqueue used | David Howells | 1 | -6/+4 |
| 2025-05-21 | netfs: Fix the request's work item to not require a ref | David Howells | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+4 |
| 2025-01-09 | netfs: Fix kernel async DIO | David Howells | 1 | -1/+6 |
| 2024-12-20 | netfs: Abstract out a rolling folio buffer implementation | David Howells | 1 | -6/+4 |
| 2024-12-20 | netfs: Remove redundant use of smp_rmb() | Zilin Guan | 1 | -1/+0 |
| 2024-07-24 | netfs: Revert "netfs: Switch debug logging to pr_debug()" | David Howells | 1 | -4/+4 |
| 2024-07-11 | Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
| 2024-07-05 | Merge patch series "cachefiles: random bugfixes" | Christian Brauner | 1 | -4/+4 |
| 2024-06-26 | netfs: Fix io_uring based write-through | David Howells | 1 | -1/+2 |
| 2024-06-12 | netfs: Switch debug logging to pr_debug() | Uwe Kleine-König | 1 | -4/+4 |
| 2024-05-27 | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-24 | netfs: Fix io_uring based write-through | David Howells | 1 | -1/+1 |
| 2024-05-21 | smb3: reenable swapfiles over SMB3 mounts | Steve French | 1 | -1/+2 |
| 2024-05-01 | netfs: Cut over to using new writeback code | David Howells | 1 | -12/+14 |
| 2024-05-01 | netfs: Add some write-side stats and clean up some stat names | David Howells | 1 | -1/+1 |
| 2024-05-01 | mm: Provide a means of invalidation without using launder_folio | David Howells | 1 | -4/+24 |
| 2024-01-29 | netfs: Fix missing zero-length check in unbuffered write | David Howells | 1 | -1/+4 |
| 2024-01-05 | netfs: Count DIO writes | David Howells | 1 | -0/+1 |
| 2024-01-05 | netfs: Mark netfs_unbuffered_write_iter_locked() static | David Howells | 1 | -2/+2 |
| 2023-12-28 | netfs: Optimise away reads above the point at which there can be no data | David Howells | 1 | -0/+4 |
| 2023-12-28 | netfs: Implement unbuffered/DIO write support | David Howells | 1 | -0/+166 |