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