aboutsummaryrefslogtreecommitdiff
path: root/fs/netfs/buffered_write.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29netfs: Fix missing zero-length check in unbuffered writeGravatar David Howells 1-0/+3
2024-01-22netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Gravatar Dan Carpenter 1-2/+3
2024-01-22netfs: Don't use certain unnecessary folio_*() functionsGravatar David Howells 1-5/+5
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1253
2024-01-09netfs: Fix wrong #ifdef hiding waitGravatar David Howells 1-1/+1
2024-01-05netfs: Fix the loop that unmarks folios after writing to the cacheGravatar David Howells 1-0/+1
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingGravatar David Howells 1-4/+20
2023-12-28netfs: Optimise away reads above the point at which there can be no dataGravatar David Howells 1-1/+1
2023-12-28netfs: Implement a write-through caching optionGravatar David Howells 1-10/+59
2023-12-28netfs: Provide a launder_folio implementationGravatar David Howells 1-0/+74
2023-12-28netfs: Provide a writepages implementationGravatar David Howells 1-0/+636
2023-12-28netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()Gravatar David Howells 1-0/+59
2023-12-28netfs: Implement buffered write APIGravatar David Howells 1-0/+83
2023-12-28netfs: Allocate multipage folios in the writepathGravatar David Howells 1-2/+7
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeGravatar David Howells 1-0/+330