summaryrefslogtreecommitdiff
path: root/fs/netfs/direct_write.c
AgeCommit message (Expand)AuthorFilesLines
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