summaryrefslogtreecommitdiff
path: root/fs/netfs/buffered_write.c
AgeCommit message (Expand)Author
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells
2024-01-22netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter
2024-01-22netfs: Don't use certain unnecessary folio_*() functionsDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-09netfs: Fix wrong #ifdef hiding waitDavid Howells
2024-01-05netfs: Fix the loop that unmarks folios after writing to the cacheDavid Howells
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-28netfs: Implement a write-through caching optionDavid Howells
2023-12-28netfs: Provide a launder_folio implementationDavid Howells
2023-12-28netfs: Provide a writepages implementationDavid Howells
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()David Howells
2023-12-28netfs: Implement buffered write APIDavid Howells
2023-12-28netfs: Allocate multipage folios in the writepathDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells