| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-15 | netfs: Fix unbuffered write error handling | David Howells | 1 | -2/+8 |
| 2025-07-01 | netfs: Update tracepoints in a number of ways | David Howells | 1 | -1/+3 |
| 2025-07-01 | netfs: Merge i_size update functions | David Howells | 1 | -2/+4 |
| 2025-07-01 | netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling | David Howells | 1 | -2/+2 |
| 2025-05-21 | Merge patch series "netfs: Miscellaneous fixes" | Christian Brauner | 1 | -54/+27 |
| 2025-05-21 | netfs: Fix wait/wake to be consistent about the waitqueue used | David Howells | 1 | -29/+7 |
| 2025-05-21 | netfs: Fix the request's work item to not require a ref | David Howells | 1 | -33/+28 |
| 2025-05-21 | fs/netfs: remove unused source NETFS_INVALID_WRITE | Max Kellermann | 1 | -2/+0 |
| 2025-03-19 | netfs: Call `invalidate_cache` only if implemented | Max Kellermann | 1 | -1/+2 |
| 2024-12-20 | netfs: Report on NULL folioq in netfs_writeback_unlock_folios() | David Howells | 1 | -0/+34 |
| 2024-12-20 | netfs: Change the read result collector to only use one work item | David Howells | 1 | -1/+3 |
| 2024-12-20 | netfs: Add support for caching single monolithic objects such as AFS dirs | David Howells | 1 | -3/+3 |
| 2024-12-20 | netfs: Don't use bh spinlock | David Howells | 1 | -2/+2 |
| 2024-12-20 | netfs: Split retry code out of fs/netfs/write_collect.c | David Howells | 1 | -214/+0 |
| 2024-12-20 | netfs: Abstract out a rolling folio buffer implementation | David Howells | 1 | -8/+11 |
| 2024-12-20 | netfs: Work around recursion by abandoning retry if nothing read | David Howells | 1 | -3/+2 |
| 2024-12-20 | netfs: Fix missing barriers by using clear_and_wake_up_bit() | David Howells | 1 | -6/+3 |
| 2024-09-12 | netfs: Speed up buffered reading | David Howells | 1 | -1/+8 |
| 2024-09-12 | netfs: Simplify the writeback code | David Howells | 1 | -122/+24 |
| 2024-09-12 | netfs: Provide an iterator-reset function | David Howells | 1 | -2/+1 |
| 2024-09-12 | netfs: Use new folio_queue data type and iterator instead of xarray iter | David Howells | 1 | -40/+44 |
| 2024-09-05 | netfs: Use bh-disabling spinlocks for rreq->lock | David Howells | 1 | -2/+2 |
| 2024-09-05 | netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream | David Howells | 1 | -5/+5 |
| 2024-08-24 | netfs: Fix interaction of streaming writes with zero-point tracker | David Howells | 1 | -0/+7 |
| 2024-07-24 | netfs: Revert "netfs: Switch debug logging to pr_debug()" | David Howells | 1 | -8/+8 |
| 2024-07-05 | Merge patch series "cachefiles: random bugfixes" | Christian Brauner | 1 | -8/+8 |
| 2024-06-12 | netfs: Switch debug logging to pr_debug() | Uwe Kleine-König | 1 | -8/+8 |
| 2024-05-24 | netfs: Fix io_uring based write-through | David Howells | 1 | -3/+4 |
| 2024-05-01 | netfs, afs: Use writeback retry to deal with alternate keys | David Howells | 1 | -2/+7 |
| 2024-05-01 | netfs: Cut over to using new writeback code | David Howells | 1 | -4/+4 |
| 2024-05-01 | netfs: New writeback implementation | David Howells | 1 | -0/+803 |