Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |