summaryrefslogtreecommitdiff
path: root/fs/netfs/direct_write.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-12/+14
2024-05-01netfs: Add some write-side stats and clean up some stat namesDavid Howells1-1/+1
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-4/+24
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells1-1/+4
2024-01-05netfs: Count DIO writesDavid Howells1-0/+1
2024-01-05netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells1-2/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-0/+4
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+166